Format: 1.8 Date: Mon, 22 Jan 2018 14:35:18 +0100 Source: qemu Binary: qemu qemu-system qemu-block-extra qemu-system-common qemu-system-misc qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user qemu-user-static qemu-user-binfmt qemu-utils qemu-guest-agent qemu-kvm qemu-system-s390x Architecture: ppc64el ppc64el_translations Version: 1:2.11+dfsg-1ubuntu1 Distribution: bionic-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Christian Ehrhardt Description: qemu - fast processor emulator qemu-block-extra - extra block backend modules for qemu-system and qemu-utils qemu-guest-agent - Guest-side qemu-system agent qemu-kvm - QEMU Full virtualization on x86 hardware qemu-system - QEMU full system emulation binaries qemu-system-arm - QEMU full system emulation binaries (arm) qemu-system-common - QEMU full system emulation binaries (common files) qemu-system-mips - QEMU full system emulation binaries (mips) qemu-system-misc - QEMU full system emulation binaries (miscellaneous) qemu-system-ppc - QEMU full system emulation binaries (ppc) qemu-system-s390x - QEMU full system emulation binaries (s390x) qemu-system-sparc - QEMU full system emulation binaries (sparc) qemu-system-x86 - QEMU full system emulation binaries (x86) qemu-user - QEMU user mode emulation binaries qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user qemu-user-static - QEMU user mode emulation binaries (static version) qemu-utils - QEMU utilities Launchpad-Bugs-Fixed: 1350435 1484990 1692476 1713490 1722495 1723381 1732094 1732691 1743560 Changes: qemu (1:2.11+dfsg-1ubuntu1) bionic; urgency=medium . * Merge with Debian testing, among other fixes this includes - fix fatal error on negative maxcpus (LP: #1722495) - fix segfault on dump-guest-memory on guests without memory (LP: #1723381) - linux user threading issues (LP: #1350435) - TOD-Clock Epoch Extension Support on s390x (LP: #1732691) Remaining changes: - qemu-kvm to systemd unit - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm, hugepages and architecture specifics - d/qemu-kvm.service: systemd unit to call qemu-kvm-init - d/qemu-system-common.install: install systemd unit and helper script - d/qemu-system-common.maintscript: clean old sysv and upstart scripts - d/qemu-system-common.qemu-kvm.default: defaults for /etc/default/qemu-kvm - d/rules: install /etc/default/qemu-kvm - Enable nesting by default - set nested=1 module option on intel. (is default on amd) - re-load kvm_intel.ko if it was loaded without nested=1 - d/p/ubuntu/expose-vmx_qemu64cpu.patch: expose nested kvm by default in qemu64 cpu type. - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default in qemu64 on amd - libvirt/qemu user/group support - qemu-system-common.postinst: remove acl placed by udev, and add udevadm trigger. - qemu-system-common.preinst: add kvm group if needed - Distribution specific machine type - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine types to ease future live vm migration. - d/qemu-system-x86.NEWS Info on fixed machine type defintions - improved dependencies - Make qemu-system-common depend on qemu-block-extra - Make qemu-utils depend on qemu-block-extra - let qemu-utils recommend sharutils - s390x support - Create qemu-system-s390x package - Include s390-ccw.img firmware - Enable numa support for s390x - ppc64[le] support - d/qemu-system-ppc.links provide usr/bin/qemu-system-ppc64le symlink - arch aware kvm wrappers * Added Changes - update VCS-git to match the bionic branch - sdl2 is yet too unstable for the LTS Ubuntu release given the reports we still see upstream and in Debian - furthermore sdl2 isn't in main yet, so we revert related changes to stick with the proven for now: - 0fd25810 - do not build-depend on libx11-dev (libsdl2-dev already depends on it) - 9594f820 - switch from sdl1.2 to sdl2 (#870025) - d/qemu-system-x86.README.Debian: document intention of nested being default is comfort, not full support - update Ubuntu machine types for qemu 2.11 - qemu-guest-agent: freeze-hook fixes (LP: #1484990) - d/p/guest-agent-freeze-hook-skip-dpkg-artifacts.patch - d/qemu-guest-agent.install: provide /etc/qemu/fsfreeze-hook - d/qemu-guest-agent.dirs: provide /etc/qemu/fsfreeze-hook.d - Create and install pxe netboot images for KVM s390x (LP: #1732094) - d/rules enable install s390x-netboot.img - debian/patches/ubuntu/partial-SLOF-for-s390x-netboot-compilation.patch - d/control-in: enable RDMA support in qemu (LP: #1692476) - on s390x provide facility bits 81 (ppa15) and 82 (bpb) (LP: #1743560) - d/p/ubuntu/linux-headers-update-to-4.15-rc1.patch - d/p/ubuntu/linux-headers-update-4.15-rc9.patch - d/p/ubuntu/lp1743560-s390x-kvm-Handle-bpb-feature.patch - d/p/ubuntu/lp1743560-s390x-kvm-provide-stfle.81.patch - 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: depend on ipxe-qemu-256k-compat-efi-roms to be able to handle incoming migrations from former releases. - d/control-in: enable seccomp on s390x * Dropped changes (no more needed): - Dropped VHOST_NET_ENABLED and KVM_HUGEPAGES from /etc/default/qemu-kvm The functionality is retained for upgraders, but is deprecated. Post 18.04 the implementation for these configurations will be removed. * Dropped changes (in Debian now): - ppc64[le] support - Enable seccomp for ppc64el - bump libseccomp-dev dependency, 2.3 is the minimum for ppc64 - disable missing x32 architecture - d/rules: or32 is now named or1k (since 4a09d0bb) - d/qemu-system-common.docs: new paths since (ac06724a) - d/qemu-system-common.install: qmp-commands.txt removed, but replaced by qapi-schema.json which is already packaged (since 4d8bb958) - d/p/02_kfreebsd.patch: utimensat is no more optional upstream (Update to Debian patch to match qemu 2.10) - d/qemu-system-common.docs: adapt new path of live-block-operations.rst since 8508eee7 - d/qemu-system-common.docs: adapt q35 config paths since 9ca019c1 - make nios2/hppa not installed explicitly until further stablized - d/qemu-guest-agent.install: add the new guest agent reference man page qemu-ga-ref - d/qemu-system-common.install: add the now generated qapi/qmp reference along the qapi intro - d/not-installed: ignore further generated (since 56e8bdd4) files in dh_missing that are already provided in other formats qemu-doc, qemu-qmp-ref,qemu-ga-ref * Dropped changes (integrated upstream): - d/p/detect-ITS-and-skip-usage-on-older-kernel.patch to avoid crashes on arm64 when doing suspend/resume and reboots due to older kernels not supporting ITS (LP 1731051). - Apply linux-user-return-EINVAL-from-prctl-PR_-_SECCOMP.patch from James Cowgill to prevent qemu-user from forwarding prctl seccomp calls (LP 1726394) - update to upstream 2.10.1 point release (LP 1722808) Checksums-Sha1: 4c1ce98be73d2aebfe11b085b9d692d5027d76c9 131092 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 08a497de2d298b93358d467179422b0456282dbc 40456 qemu-block-extra_2.11+dfsg-1ubuntu1_ppc64el.deb a45d325c0d7d60c937f6ab33f89cccb20ba5abc0 745544 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb b21b8b9f5b19b27ded9898fd0b21dd4485f97e87 219200 qemu-guest-agent_2.11+dfsg-1ubuntu1_ppc64el.deb 362167ac1121767cc3baaa7f3c9c67ad5b96d872 12868 qemu-kvm_2.11+dfsg-1ubuntu1_ppc64el.deb 6be4ef2e7f9eb1e2d77efdd38a7e6de0bbf8f086 30423912 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb f6b4b11608a733be48d63e582d574d1931dd6116 5137136 qemu-system-arm_2.11+dfsg-1ubuntu1_ppc64el.deb 8af39f054d99ba3c6d23c15192b2f66b04be2bd8 47832 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 4d24a8e4d7cf46028317d0a4b7c962f6a280980e 661064 qemu-system-common_2.11+dfsg-1ubuntu1_ppc64el.deb bf02743b3b516f889ee7b3625b817bc8448c0274 50149956 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb af33e6d02177885d8f8e0ab947be90926973047c 8673888 qemu-system-mips_2.11+dfsg-1ubuntu1_ppc64el.deb 566ae22aef1f90f875f4bf47ce4bbbb724d0d821 120946460 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 0f3a9598e273f983cd57669fdbae24e62fa38a3a 12830776 qemu-system-misc_2.11+dfsg-1ubuntu1_ppc64el.deb f98e11045968c06805a9c6f9a0e02f546766e7aa 39773348 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 1abfe9b78ebe4295a9653f16f780855c6d6bc0fb 6907180 qemu-system-ppc_2.11+dfsg-1ubuntu1_ppc64el.deb 121f7112ccf99688c0779b623c6720f53fe82dc8 9557048 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 880f384d8e1a1dfa2f22c7b94e6f6f78879e7af9 1695808 qemu-system-s390x_2.11+dfsg-1ubuntu1_ppc64el.deb 3152269a33d24710ec5e0a65d7eebcc5104574ec 18899160 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb b4ad80d8da2bb15c064ff013157209ddad9518d5 3098120 qemu-system-sparc_2.11+dfsg-1ubuntu1_ppc64el.deb fbb1162cf525ff927227249071e651477f8a74fe 26311844 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 5ce9eecf86d38ce5960547718c9fdad3fbf1cc64 4575188 qemu-system-x86_2.11+dfsg-1ubuntu1_ppc64el.deb f8dd47f7270b3b52ee6d3e16e8be6d49e76fe792 12248 qemu-system_2.11+dfsg-1ubuntu1_ppc64el.deb 1cd9885f02c0e8ef209d235dd7956dc46eb4bb10 2572 qemu-user-binfmt_2.11+dfsg-1ubuntu1_ppc64el.deb 86e05de53922eff7608f36393478b21f37f393d0 70167400 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb b98328310dc75e3e24648e19f7300900fd3fdea4 79826644 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb a4f11a3c8a72d1c50adfa6bfee312bf77ca1e87c 9226064 qemu-user-static_2.11+dfsg-1ubuntu1_ppc64el.deb f8ea01a31e084d3f26168028394bcf9b5ea67bbe 6082340 qemu-user_2.11+dfsg-1ubuntu1_ppc64el.deb 1134a3ed966f1a03a6c920f65875e12b86f3f94d 8254196 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 34fe55e93221b96a6d3a5c2c09b1382806c3bfe6 787316 qemu-utils_2.11+dfsg-1ubuntu1_ppc64el.deb a3c51e354b9ffa609f7880e41809074a1679f310 22200 qemu_2.11+dfsg-1ubuntu1_ppc64el.buildinfo 5c6f34ddfb00950f5606cbf8196c0b747a545191 209012 qemu_2.11+dfsg-1ubuntu1_ppc64el.deb b0c3bcfbc8ec8fb30b78f46854189bbc4c6c3981 3310 qemu_2.11+dfsg-1ubuntu1_ppc64el_translations.tar.gz Checksums-Sha256: b15e05e5c79e768f39331943eeb07dcbd7708e4c7145a7e1db08ad7d61d2d742 131092 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 11940792377a9bf651de96358687bcb68deb44b668cd77e5f10dd844ef6c6b2e 40456 qemu-block-extra_2.11+dfsg-1ubuntu1_ppc64el.deb f36a60eb002e07043d07bc3e2c55db7dfce481082b2006ff58195e08c3c43d3e 745544 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 71162c16ad4aeb759afaf58c01127d2b2d651361865db3b9257c33a3c52781a4 219200 qemu-guest-agent_2.11+dfsg-1ubuntu1_ppc64el.deb 74e962e5867fa4c4be7fd6d06298d6163cc80e210ea6ebf0cd2f80a8bae9d7f3 12868 qemu-kvm_2.11+dfsg-1ubuntu1_ppc64el.deb a75d5cb727b7791fa364a69d7f2873bd1dcaca535c6fef2c4681090b8a10c188 30423912 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 4d6c0aeb59d0b379f5f565ced1fdf84aec0478fb0fa48285df079ba2d4a9b2ba 5137136 qemu-system-arm_2.11+dfsg-1ubuntu1_ppc64el.deb 1a92d9d1dc47dbd1d610d5f2fe707dd2137247e21b3f328c767a296728d37d09 47832 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb cde83c0bacd6a0846b24c4bb58d03b8db34d34fced38ab37839bde744536a9ee 661064 qemu-system-common_2.11+dfsg-1ubuntu1_ppc64el.deb e1c3da401e418562ce3b2c4f7ec53c49af345b51e0c3e8408e11b927a43c9e05 50149956 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 9e768aa2448e7fcb76eea62eee91e90c4fd994b50c48141628aced307de6769e 8673888 qemu-system-mips_2.11+dfsg-1ubuntu1_ppc64el.deb a552ecce24e51e1ffbeb333c20e1019b0f574a0e0c07b3ddb99ec2281bd1eaec 120946460 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 36a5d8a95823a761c5cc0e48952d7d9e2a05aba07dd8de9763b6cd8c37344bde 12830776 qemu-system-misc_2.11+dfsg-1ubuntu1_ppc64el.deb 0692ed1dcf0bba3781347719470e8b2b9a831552d6a0b53ff0a989fcc09b27f8 39773348 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 510d1a2095f10f6815b2f6a4a34d9dfa7010cfaa9fedf697c8dd9cb4d337b670 6907180 qemu-system-ppc_2.11+dfsg-1ubuntu1_ppc64el.deb 795a5bd6c0fe09ed839b7b63625430e56902994a572301b922478a08397dda96 9557048 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 880df4fb163f887803559c854444c47c82ef561ffc79af3f41fecd302fc4f35a 1695808 qemu-system-s390x_2.11+dfsg-1ubuntu1_ppc64el.deb 93b167c196cf261923590513fd93d60ec0fb57ae587da23bd8154aacf95a43ba 18899160 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb e3857f7b8def85f439eb4a8e4ce44da3581a131b88dfbc20199bbcadd25ea61e 3098120 qemu-system-sparc_2.11+dfsg-1ubuntu1_ppc64el.deb ea59b7422915cebeb2c3f41dce27163cba11529a30d0f8fed478e844b73deff0 26311844 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 2485a4461ab5b339acc9555d36124ec4b6d38b7b89bc6645063519613f94d999 4575188 qemu-system-x86_2.11+dfsg-1ubuntu1_ppc64el.deb bbeb3a3cba0113171c54ab2e29442b9bd74654dba8f595f6926ae404de6e692c 12248 qemu-system_2.11+dfsg-1ubuntu1_ppc64el.deb 4590f3557197f34b87b9ef9ad078caa86482ecfb3c4b6b22d37e723b6ad184f8 2572 qemu-user-binfmt_2.11+dfsg-1ubuntu1_ppc64el.deb 97dedffacd5c2d53db5bb7e4b020d517b2a4993e61751f3324e9e5377ea517cb 70167400 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 37a487e88a63de90f9e0432abceb19c81cb80cfc74e201682650d7585f250c16 79826644 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb acb02fbc1bd28d9fedc218febd2de30af5c38824684f0b49e99748bcc8910949 9226064 qemu-user-static_2.11+dfsg-1ubuntu1_ppc64el.deb 33d2c6d2f25cc549080dc0db5f419cf5e51c94ca93bf9b125347b0569f20c767 6082340 qemu-user_2.11+dfsg-1ubuntu1_ppc64el.deb debc575a4bee134d80775a9aa94086df248a9134e6c43953fe55f30dd489a019 8254196 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 2ec5ffc169b7c029ccdf2011743b2c3b7c5a09c1ca6cb0b7e1b711c410e9c898 787316 qemu-utils_2.11+dfsg-1ubuntu1_ppc64el.deb 5402d4b626fa7cd267132f5deff496d6d3c27940f119aa5aaf0bb84418d4966e 22200 qemu_2.11+dfsg-1ubuntu1_ppc64el.buildinfo ec63475dee9a2d4b004ef463f3a2d14ee743436ada213d62b3e3f7477840cccf 209012 qemu_2.11+dfsg-1ubuntu1_ppc64el.deb 994bd309d1274ac20bd1832e77a978fcdfb44c82eb3e50c4b7006a03a8466051 3310 qemu_2.11+dfsg-1ubuntu1_ppc64el_translations.tar.gz Files: 28a8f67976cbe22ab20a4048cf32db79 131092 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 37d88de7927e1e5421ff087817e83b5a 40456 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1_ppc64el.deb 074747496c39113e0f70cb812c537766 745544 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb e0497fe223440ceac2ca935efa637e62 219200 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1_ppc64el.deb 8805cfeea6f90239e327bc683307c807 12868 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1_ppc64el.deb 67d98ea81117b2efe377920d82c52fd6 30423912 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb be1560738cfd5d748d31b3a2dfbac899 5137136 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1_ppc64el.deb 1eb65ab4eec402976aceeebbdde5518d 47832 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb a117e726bb14b0a7585a0ad6148554fd 661064 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1_ppc64el.deb d8277d7ab9036c237945508cb67d3cd1 50149956 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 9f690ef57d9839e2f03f63329a76088f 8673888 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1_ppc64el.deb 47b022b56b0a429be5a944debca40211 120946460 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 5c600d40ecf96f297baaa0cb1133509f 12830776 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1_ppc64el.deb 9645381c4fa180df9d3c2409adc4a3f1 39773348 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb e8e24e833f2fa2c38e02ee96bc221382 6907180 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1_ppc64el.deb 2d9a773c5d5a6d0ad00acef635135c79 9557048 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 4880732f224837f8fc63eab2c50b6268 1695808 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1_ppc64el.deb c270cc4f8e233923a676546493f4b92e 18899160 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 00e0615ed918fce3b3ae99c8a6f20435 3098120 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1_ppc64el.deb ffe46b8c19409d2413a8b5775cbba43b 26311844 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 9f6109f47d427e068ac3161daadcdbde 4575188 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1_ppc64el.deb 320d3ae01ec463b5b69062b6fa4c25d1 12248 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1_ppc64el.deb 65105f2777c40267a4a9330d845ce626 2572 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1_ppc64el.deb 25cd4a5d3dd4b5d80bf403c5c2b69a9c 70167400 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb a8d99c924a2c94ff1cfa147b81b2eb03 79826644 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb 3d0fc6cf3154f6b07037414294322ca3 9226064 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1_ppc64el.deb f0023d07bdd5e7504a634ebb982703e6 6082340 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1_ppc64el.deb faf316de07709a6315e48affea6eeb02 8254196 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_ppc64el.ddeb e1ddb3a17872501874879f2b445a55d9 787316 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1_ppc64el.deb 8eb5e2c7a7b8bd9b693e02bde2ea9a6e 22200 otherosfs optional qemu_2.11+dfsg-1ubuntu1_ppc64el.buildinfo 9faaa15a3be6766f1c44996898db26e0 209012 otherosfs optional qemu_2.11+dfsg-1ubuntu1_ppc64el.deb 4c3acf9d9e03e47f6111c8eb56dd53db 3310 raw-translations - qemu_2.11+dfsg-1ubuntu1_ppc64el_translations.tar.gz Original-Maintainer: Debian QEMU Team