[ubuntu/plucky-proposed] qemu 1:9.2.1+ds-1ubuntu2 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Fri Feb 21 10:08:38 UTC 2025


qemu (1:9.2.1+ds-1ubuntu2) plucky; urgency=medium

  * d/p/u/linux-user-Do-not-define-struct-sched_attr-if-libc-h.patch:
    Fix FTBFS with glib 2.41

qemu (1:9.2.1+ds-1ubuntu1) plucky; urgency=medium

  * Merge with Debian unstable (LP: #2096705). 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
    - d/p/u/lp2012763-maxcpus-too-low.patch: Bump max_cpus to 1024 on
      Jammy amd64 machine types.  (LP #2012763)
      [ Merged with the previous change. ]
    - 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.
    - d/rules: Export DEB_BUILD_PROFILES with
      pkg.qemu.use-upstream-vdso when building on non-amd64 architectures.
    - Disable upstream tests (due to impossibility of B-D on
      qemu-system-data).
      + d/control-in: Disable B-D on seabios.
      + d/rules: Add "nocheck" to DEB_BUILD_PROFILES.
    - d/p/u/lp-2097517-*: allow VFIO without discard (LP 2097517)
    - d/p/u/lp-2049698-*: fixups for full boot order support not in 9.2
      (LP 2049698)
    - d/p/u/lp-2097884-*: virtio-mem support for s390x (LP 2097884)
    - d/p/u/lp-2097521-*: add CPU model support for s390x gen17 (LP 2097521)
    - d/control: recommend seabios for qemu-system-arm (LP 2033905)
  * Drop changes
    - d/p/u/fix-s390x-migration.patch: Fix s390x migration regression.
      [ Incorporated upstream. ]
    - Drop lp-2097884-s390x-s390-virtio-ccw-don-t-crash-on-weird-RAM-sizes
      out of the series for lp-2097884
      [ Incorporated upstream. ]

qemu (1:9.2.1+ds-1) unstable; urgency=medium

  * new upstream stable/bugfix release
  * d/control: add loong64 and riscv64 to spice-arch (Closes: #1093646)

qemu (1:9.2.0+ds-5) unstable; urgency=medium

  * d/rules,d/control: add Conflicts: qemu-kvm when it Provides: qemu-kvm
  * remove openbios-array-bounds.diff & openbios-array-bounds-gcc12.patch
    (not needed anymore)
  * d/patches/u-boot-sam460ex-*: forward, add metadata
  * disable-pycotap.patch: disable usage of pycotap, - it is only used in tests
    which we do not run
  * d/rules: add Provides: qemu-system-native

Date: Fri, 21 Feb 2025 11:02:53 +0100
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:9.2.1+ds-1ubuntu2
-------------- next part --------------
Format: 1.8
Date: Fri, 21 Feb 2025 11:02:53 +0100
Source: qemu
Built-For-Profiles: noudeb
Architecture: source
Version: 1:9.2.1+ds-1ubuntu2
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Closes: 1093646
Launchpad-Bugs-Fixed: 2096705
Changes:
 qemu (1:9.2.1+ds-1ubuntu2) plucky; urgency=medium
 .
   * d/p/u/linux-user-Do-not-define-struct-sched_attr-if-libc-h.patch:
     Fix FTBFS with glib 2.41
 .
 qemu (1:9.2.1+ds-1ubuntu1) plucky; urgency=medium
 .
   * Merge with Debian unstable (LP: #2096705). 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
     - d/p/u/lp2012763-maxcpus-too-low.patch: Bump max_cpus to 1024 on
       Jammy amd64 machine types.  (LP #2012763)
       [ Merged with the previous change. ]
     - 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.
     - d/rules: Export DEB_BUILD_PROFILES with
       pkg.qemu.use-upstream-vdso when building on non-amd64 architectures.
     - Disable upstream tests (due to impossibility of B-D on
       qemu-system-data).
       + d/control-in: Disable B-D on seabios.
       + d/rules: Add "nocheck" to DEB_BUILD_PROFILES.
     - d/p/u/lp-2097517-*: allow VFIO without discard (LP 2097517)
     - d/p/u/lp-2049698-*: fixups for full boot order support not in 9.2
       (LP 2049698)
     - d/p/u/lp-2097884-*: virtio-mem support for s390x (LP 2097884)
     - d/p/u/lp-2097521-*: add CPU model support for s390x gen17 (LP 2097521)
     - d/control: recommend seabios for qemu-system-arm (LP 2033905)
   * Drop changes
     - d/p/u/fix-s390x-migration.patch: Fix s390x migration regression.
       [ Incorporated upstream. ]
     - Drop lp-2097884-s390x-s390-virtio-ccw-don-t-crash-on-weird-RAM-sizes
       out of the series for lp-2097884
       [ Incorporated upstream. ]
 .
 qemu (1:9.2.1+ds-1) unstable; urgency=medium
 .
   * new upstream stable/bugfix release
   * d/control: add loong64 and riscv64 to spice-arch (Closes: #1093646)
 .
 qemu (1:9.2.0+ds-5) unstable; urgency=medium
 .
   * d/rules,d/control: add Conflicts: qemu-kvm when it Provides: qemu-kvm
   * remove openbios-array-bounds.diff & openbios-array-bounds-gcc12.patch
     (not needed anymore)
   * d/patches/u-boot-sam460ex-*: forward, add metadata
   * disable-pycotap.patch: disable usage of pycotap, - it is only used in tests
     which we do not run
   * d/rules: add Provides: qemu-system-native
Checksums-Sha1:
 ea3cb229411394c9a9ceb05125ff41fb9b8f018c 12189 qemu_9.2.1+ds-1ubuntu2.dsc
 d43899bc91921cd3e53cce4d5ad3351b1f00a136 39540100 qemu_9.2.1+ds.orig.tar.xz
 db118f6333d01c0635728007b0d824a7fa2eb0b1 214200 qemu_9.2.1+ds-1ubuntu2.debian.tar.xz
 f79f8ed666d633d2ba1c0b3076c17b858824e03b 8127 qemu_9.2.1+ds-1ubuntu2_source.buildinfo
Checksums-Sha256:
 226d65931fa6a47f0992018d0ffe9410c04fdeab62b045a8b179d1c552a1f2b2 12189 qemu_9.2.1+ds-1ubuntu2.dsc
 3d7e2940fee4ebc21ed1a39667050226aa2292f885115ebdd12c8e390071bdc5 39540100 qemu_9.2.1+ds.orig.tar.xz
 a99c89ddbe34c864453877ef294a03c47632a7f1cfa714f35b4c016c65067350 214200 qemu_9.2.1+ds-1ubuntu2.debian.tar.xz
 84f9508040f70eba11afbf0c82f704a22eed30a1c22fc2df79d79afcc7110e86 8127 qemu_9.2.1+ds-1ubuntu2_source.buildinfo
Files:
 7127ff932d65e37e41691241dfb2c013 12189 otherosfs optional qemu_9.2.1+ds-1ubuntu2.dsc
 c3c030bc5766b05a2b86b028c13f26af 39540100 otherosfs optional qemu_9.2.1+ds.orig.tar.xz
 bfd79d756815dc00f1c0f036d6450faa 214200 otherosfs optional qemu_9.2.1+ds-1ubuntu2.debian.tar.xz
 5135ac576f1289c33ae3d3b737a4be5e 8127 otherosfs optional qemu_9.2.1+ds-1ubuntu2_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: 0081e37ceaa6ba9eee1740038fa2edfd6179c9a9
Vcs-Git-Ref: refs/heads/merge-9.2.1+ds-1-lp-2096705-plucky


More information about the plucky-changes mailing list