[ubuntu/oracular-proposed] qemu 1:9.0.2+ds-4ubuntu1 (Accepted)
Sergio Durigan Junior
sergio.durigan at canonical.com
Thu Aug 15 21:41:19 UTC 2024
qemu (1:9.0.2+ds-4ubuntu1) oracular; urgency=medium
* Merge with Debian unstable (LP: #2064422). 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.
* Add changes:
- 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.
- d/rules: Temporarily disable generation of u-boot-sam460ex due
to LP 2077036.
* Drop changes:
- Ease the use of module retention on upgrades (LP 1913421)
- debian/qemu-block-extra.postinst: enable mount unit on install/upgrade
[ Unnecessary due to recent changes by Debian. ]
- Remaining GCC-12 FTBFS (LP 1988710 + LP 1921664)
+ d/p/u/qboot-Disable-LTO-for-ELF-binary-build-step.patch:
fix qboot FTBFS with LTO
[ Incoporated by Debian. ]
- d/rules: Enable/disable extra features on microvm
variant. (LP #2045594)
[ Incorporated by Debian, with the addition of '--enable-vnc'
which is necessary because otherwise it's not possible to
interact with the microvm. ]
- Move glusterfs storage driver to Universe in a new package
(LP #2045063):
+ d/control{,-in}: new package qemu-block-supplemental for drivers
we want in Universe
+ d/rules: we only want block-gluster.so in the new
qemu-block-supplemental package. Adjust dynamically-created
maintainer scripts for qemu-block-extra and -supplemental.
[ Incorporated by Debian. ]
- d/p/u/lp-2055003-*: Properly initialize max_cpus limit to
SPAPR_IRQ_NR_IPIS, fixing a segfault on ppc64el. (LP #2055003)
[ Incorporated upstream. ]
- d/p/u/lp2012763-maxcpus-too-low.patch: Bump max_cpus to 1024 on
Jammy amd64 machine types. (LP #2012763)
Date: Thu, 15 Aug 2024 15:54:14 -0400
Changed-By: Sergio Durigan Junior <sergio.durigan at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/qemu/1:9.0.2+ds-4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 15 Aug 2024 15:54:14 -0400
Source: qemu
Built-For-Profiles: noudeb
Architecture: source
Version: 1:9.0.2+ds-4ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sergio Durigan Junior <sergio.durigan at canonical.com>
Launchpad-Bugs-Fixed: 2064422
Changes:
qemu (1:9.0.2+ds-4ubuntu1) oracular; urgency=medium
.
* Merge with Debian unstable (LP: #2064422). 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.
* Add changes:
- 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.
- d/rules: Temporarily disable generation of u-boot-sam460ex due
to LP 2077036.
* Drop changes:
- Ease the use of module retention on upgrades (LP 1913421)
- debian/qemu-block-extra.postinst: enable mount unit on install/upgrade
[ Unnecessary due to recent changes by Debian. ]
- Remaining GCC-12 FTBFS (LP 1988710 + LP 1921664)
+ d/p/u/qboot-Disable-LTO-for-ELF-binary-build-step.patch:
fix qboot FTBFS with LTO
[ Incoporated by Debian. ]
- d/rules: Enable/disable extra features on microvm
variant. (LP #2045594)
[ Incorporated by Debian, with the addition of '--enable-vnc'
which is necessary because otherwise it's not possible to
interact with the microvm. ]
- Move glusterfs storage driver to Universe in a new package
(LP #2045063):
+ d/control{,-in}: new package qemu-block-supplemental for drivers
we want in Universe
+ d/rules: we only want block-gluster.so in the new
qemu-block-supplemental package. Adjust dynamically-created
maintainer scripts for qemu-block-extra and -supplemental.
[ Incorporated by Debian. ]
- d/p/u/lp-2055003-*: Properly initialize max_cpus limit to
SPAPR_IRQ_NR_IPIS, fixing a segfault on ppc64el. (LP #2055003)
[ Incorporated upstream. ]
- d/p/u/lp2012763-maxcpus-too-low.patch: Bump max_cpus to 1024 on
Jammy amd64 machine types. (LP #2012763)
Checksums-Sha1:
0976b3a7f4b3100bdde1747bd17e2e3ebf91f86e 11987 qemu_9.0.2+ds-4ubuntu1.dsc
b4d4a9c27f529644ce5e378f9dfc5edc5409d89c 39696548 qemu_9.0.2+ds.orig.tar.xz
871c072db67f8c638d3de908c27a6162b73677f3 166284 qemu_9.0.2+ds-4ubuntu1.debian.tar.xz
e887f52ee28d3c766ed9f8fed09e39fc3ec809be 7572 qemu_9.0.2+ds-4ubuntu1_source.buildinfo
Checksums-Sha256:
3495a1cf7db92e44e1388694ef5fd511449f1966aaf7fe575db643eeeff27751 11987 qemu_9.0.2+ds-4ubuntu1.dsc
1f82220627819d091d575b77bf890c4acb25fdf67259ca680c37de848f57a1df 39696548 qemu_9.0.2+ds.orig.tar.xz
aaf1d74430a28f317c40ecf736ba3ba77bd03f18a3f4257b813fcd803712a61d 166284 qemu_9.0.2+ds-4ubuntu1.debian.tar.xz
b19b8b23e16ce4bb01e7d4086a0a6da0419e84048625c9f3beff94f6a525c869 7572 qemu_9.0.2+ds-4ubuntu1_source.buildinfo
Files:
4935a8ed86bd4a92323d8c37fbc8828e 11987 otherosfs optional qemu_9.0.2+ds-4ubuntu1.dsc
5f5aef23d307cc4e8ac075e76ade6572 39696548 otherosfs optional qemu_9.0.2+ds.orig.tar.xz
696b3836242d365927e4e32be451f5b2 166284 otherosfs optional qemu_9.0.2+ds-4ubuntu1.debian.tar.xz
b31e981099c5cf1f5ed4d44b73346bf3 7572 otherosfs optional qemu_9.0.2+ds-4ubuntu1_source.buildinfo
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>
Vcs-Git: https://git.launchpad.net/~sergiodj/ubuntu/+source/qemu
Vcs-Git-Commit: 9444c2241b126052e899d3a5d703732df60ca8ae
Vcs-Git-Ref: refs/heads/merge-9.0-2-oracular
More information about the oracular-changes
mailing list