[ubuntu/questing-proposed] qemu 1:10.1.0+ds-5ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Fri Sep 19 08:55:42 UTC 2025


qemu (1:10.1.0+ds-5ubuntu1) questing; urgency=medium

  * Merge with Debian unstable.
    Among several other backported fixes this will resolve
    - fix crash when disabling GL scanout on (LP: #2121832)
    Remaining changes:
    - qemu-kvm to systemd unit
      - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
        hugepages and architecture specifics
      - d/qemu-system-common.qemu-kvm.service: systemd unit to call
        qemu-kvm-init
      - d/qemu-system-common.install: install helper script
      - d/qemu-system-common.qemu-kvm.default: defaults for
        /etc/default/qemu-kvm
      - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
    - Distribution specific machine type
      (LP 1304107 1621042 1776189 1761372 1761372 1776189)
      - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
        types containing release versioned machine attributes
      - Add an info about -hpb machine type in debian/qemu-system-x86.NEWS
      - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type
    - Enable nesting by default
      - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
        in qemu64 on amd
        [ No more strictly needed, but required for backward compatibility ]
    - tolerate ipxe size change on migrations to >=18.04 (LP 1713490)
      - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
        reference 256k path
      - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
        handle incoming migrations from former releases.
    - d/qemu-block-extra.postinst: Use latest Ubuntu's QEMU
      package version when deciding whether to invoke
      'deb-systemd-helper purge'.
    - d/control-in: Disable B-D on qemu-system-data, due to that also
      - d/rules: Export DEB_BUILD_PROFILES with
        pkg.qemu.use-upstream-vdso when building on non-amd64 architectures.
      - d/control: Disable B-D on seabios.
      - d/rules: Disable upstream tests depending on qemu-system-data
    - d/control-in: B-D on multipath libs for multipath persist in
      qemu-pr-helper (LP 2117378)
    - d/p/u/ubuntu/mitigate-gcc15-ftbfs.patch: fix gcc-15 FTBFS
      + roms/u-boot-sam460ex/config.mk would ignore cflags, set it in makefile
      + SLOF would fail with old and new std, but works with updated headers
        matching the recent libgcc-15-dev package in questing leveraging
        /usr/lib/gcc/x86_64-linux-gnu/15/include/stdbool.h
    - d/control-in: B-D on multipath libs for multipath persist in
      qemu-pr-helper (LP 2117378)
    - d/control-in: breaks/replaces for dtb files moving qemu-system-misc
      to qemu-system-data
  * Dropped changes [ in 1:10.1.0+ds-5 ]
    - d/p/u/mitigate-gcc15-wrong-behavior.patch: mitigate riscv emulation
      being broken by gcc15 on ppc64 (LP 2120835)
    - d/p/u/mitigate-gcc15-ftbfs.patch: fix FTBFS in sam460ex replacing
      d/p/u-boot-sam460ex-stdc23.patch

Date: Fri, 15 Aug 2025 08:07:30 +0200
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/qemu/1:10.1.0+ds-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 15 Aug 2025 08:07:30 +0200
Source: qemu
Built-For-Profiles: noudeb
Architecture: source
Version: 1:10.1.0+ds-5ubuntu1
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Launchpad-Bugs-Fixed: 2121832
Changes:
 qemu (1:10.1.0+ds-5ubuntu1) questing; urgency=medium
 .
   * Merge with Debian unstable.
     Among several other backported fixes this will resolve
     - fix crash when disabling GL scanout on (LP: #2121832)
     Remaining changes:
     - qemu-kvm to systemd unit
       - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm,
         hugepages and architecture specifics
       - d/qemu-system-common.qemu-kvm.service: systemd unit to call
         qemu-kvm-init
       - d/qemu-system-common.install: install helper script
       - d/qemu-system-common.qemu-kvm.default: defaults for
         /etc/default/qemu-kvm
       - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm
     - Distribution specific machine type
       (LP 1304107 1621042 1776189 1761372 1761372 1776189)
       - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
         types containing release versioned machine attributes
       - Add an info about -hpb machine type in debian/qemu-system-x86.NEWS
       - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type
     - Enable nesting by default
       - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default
         in qemu64 on amd
         [ No more strictly needed, but required for backward compatibility ]
     - tolerate ipxe size change on migrations to >=18.04 (LP 1713490)
       - d/p/ubuntu/pre-bionic-256k-ipxe-efi-roms.patch: old machine types
         reference 256k path
       - d/control-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to
         handle incoming migrations from former releases.
     - d/qemu-block-extra.postinst: Use latest Ubuntu's QEMU
       package version when deciding whether to invoke
       'deb-systemd-helper purge'.
     - d/control-in: Disable B-D on qemu-system-data, due to that also
       - d/rules: Export DEB_BUILD_PROFILES with
         pkg.qemu.use-upstream-vdso when building on non-amd64 architectures.
       - d/control: Disable B-D on seabios.
       - d/rules: Disable upstream tests depending on qemu-system-data
     - d/control-in: B-D on multipath libs for multipath persist in
       qemu-pr-helper (LP 2117378)
     - d/p/u/ubuntu/mitigate-gcc15-ftbfs.patch: fix gcc-15 FTBFS
       + roms/u-boot-sam460ex/config.mk would ignore cflags, set it in makefile
       + SLOF would fail with old and new std, but works with updated headers
         matching the recent libgcc-15-dev package in questing leveraging
         /usr/lib/gcc/x86_64-linux-gnu/15/include/stdbool.h
     - d/control-in: B-D on multipath libs for multipath persist in
       qemu-pr-helper (LP 2117378)
     - d/control-in: breaks/replaces for dtb files moving qemu-system-misc
       to qemu-system-data
   * Dropped changes [ in 1:10.1.0+ds-5 ]
     - d/p/u/mitigate-gcc15-wrong-behavior.patch: mitigate riscv emulation
       being broken by gcc15 on ppc64 (LP 2120835)
     - d/p/u/mitigate-gcc15-ftbfs.patch: fix FTBFS in sam460ex replacing
       d/p/u-boot-sam460ex-stdc23.patch
Checksums-Sha1:
 0c0f7fae5e2c0c87788c76c983e122be9e741c67 11988 qemu_10.1.0+ds-5ubuntu1.dsc
 f8aa91db85b6fae966498981705ea26edf2a92da 168872 qemu_10.1.0+ds-5ubuntu1.debian.tar.xz
 c485dffd3a6ee250f906db869c134d22215ace87 8559 qemu_10.1.0+ds-5ubuntu1_source.buildinfo
Checksums-Sha256:
 e7d935591b7c66df2f2a227b4e749531b7cee21759b182531293d09b9d8b588d 11988 qemu_10.1.0+ds-5ubuntu1.dsc
 67e76e2121ec60d0fd6940402881a5e71af81825297c7386482990218df56c5c 168872 qemu_10.1.0+ds-5ubuntu1.debian.tar.xz
 6a976e71cf3b7781239cc722b9e94c64dd74612968c0cc8b59ecbda4dc1d79db 8559 qemu_10.1.0+ds-5ubuntu1_source.buildinfo
Files:
 c597db21cd205da9810e4b69fbbe214c 11988 otherosfs optional qemu_10.1.0+ds-5ubuntu1.dsc
 e17b34713b9f684842e4ef49189d3015 168872 otherosfs optional qemu_10.1.0+ds-5ubuntu1.debian.tar.xz
 5686acc3ed15b7412a0eb8be5266ca9d 8559 otherosfs optional qemu_10.1.0+ds-5ubuntu1_source.buildinfo
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>
Vcs-Git: https://git.launchpad.net/~paelzer/ubuntu/+source/qemu
Vcs-Git-Commit: fe4a7868fd4cd1c4140cef16c43b103a8f167532
Vcs-Git-Ref: refs/heads/lp-2121832-re-merge-10.1-5-questing


More information about the Questing-changes mailing list