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: armhf armhf_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: cc927b83cf82980ccf63546731511e0efe5884f9 126172 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 1d51ee8a791ef1a03ef163d6d1571cccdb79d3c9 38068 qemu-block-extra_2.11+dfsg-1ubuntu1_armhf.deb d3e3b55a622f57613c85a6401e3e37ecb617a216 692604 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb fde4d534bddc9f041962920731c546ed6fb007ac 207896 qemu-guest-agent_2.11+dfsg-1ubuntu1_armhf.deb 44a784d1df2852df58f2e0b895e1c14d6971b975 12476 qemu-kvm_2.11+dfsg-1ubuntu1_armhf.deb c8a68c425b22e16cfd390d48caa48f7133e47b64 29637056 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 930d6b9c73ff6b00a06944d4ec91721cf10b0733 3136024 qemu-system-arm_2.11+dfsg-1ubuntu1_armhf.deb 4ecc6646d57bb45da4af2798a641d401a93ffd6b 46232 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb caa8e317e55d35e2cc89d0fe0cd741db873f56df 659124 qemu-system-common_2.11+dfsg-1ubuntu1_armhf.deb 547d36cd9f7a4c6bf1c26bda5db0f380af0025d0 49304128 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb faf308e0d139759d878f7db2b0ae1f9d1f7250fa 3788936 qemu-system-mips_2.11+dfsg-1ubuntu1_armhf.deb 78ac6b05c608376708e65575016b823f43cfb3e1 120431264 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 9d29be4ec2abee8e8cd864f36faa860796621633 8698020 qemu-system-misc_2.11+dfsg-1ubuntu1_armhf.deb 27d41c051aefdef80c16709c8a8676d66ee36f57 38683408 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb cfb5bddd381e66a3090b2ef2f32bb84cbae43dbd 3687772 qemu-system-ppc_2.11+dfsg-1ubuntu1_armhf.deb 75ccf49475f2ac4a6ff75fc161b5c46eb1ac1400 9430692 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb ac49c2170b3638dde10aa511398c1c86437a7d3b 1688428 qemu-system-s390x_2.11+dfsg-1ubuntu1_armhf.deb 1f10b55be76a56b4b581703f3d818a73dfce0625 18693364 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 84057c31c6e3f0c9a09b4d9677ec4ba979aabb2d 2382580 qemu-system-sparc_2.11+dfsg-1ubuntu1_armhf.deb ff23a99af96491b44a517b1de501e89725de63aa 25894808 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb d1ae026894cc6572b796764f84c1644625dbe3a4 2772212 qemu-system-x86_2.11+dfsg-1ubuntu1_armhf.deb 7b51f856c858faa4da970923ee03c83dc980becb 12248 qemu-system_2.11+dfsg-1ubuntu1_armhf.deb a8c3932207d3ac7ce36a8decb8148f68d053cce8 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_armhf.deb 700d030dfef96bd6fa7b152b304a6691370e08dc 74569016 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb bebf34f00e80cd2d7edd2dda0244a73767158870 84283288 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb fcce78498bde2204ae4159a3cfcbf289143433d9 7659864 qemu-user-static_2.11+dfsg-1ubuntu1_armhf.deb 9dccfd77abdc948ee90808eddfaca23acd16f8fb 5616384 qemu-user_2.11+dfsg-1ubuntu1_armhf.deb c0c6e3bd6f066645e0209b57c038b3377fb884dc 7841220 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb c4c2c4aa1ab4acfd94401b76ae60cd64804fd6b6 750996 qemu-utils_2.11+dfsg-1ubuntu1_armhf.deb a12ae342b39ea02d13009216aa7055712073eb41 21972 qemu_2.11+dfsg-1ubuntu1_armhf.buildinfo c80d0f3260fba715ad1b7cb1910b413a31c174c3 209012 qemu_2.11+dfsg-1ubuntu1_armhf.deb e62dc5fc89252379e035f26fa2dadc9c74ae5c51 3286 qemu_2.11+dfsg-1ubuntu1_armhf_translations.tar.gz Checksums-Sha256: 992cba2ad196ac3dd67995f64e69a6759e05364c3718c5e8b52b20508e5a6c65 126172 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 7884fa4f5ae8b1ab80380a9a5c05ace4ec7bcff6994bd739ab069351c9fe4a00 38068 qemu-block-extra_2.11+dfsg-1ubuntu1_armhf.deb 7a5226d6aa9b911a4ac5a391667e13eaf88bef47534a69d9adbe1a6a845a29de 692604 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 0861bbca161577248fb783a53430dedac0ac0517876d14dd2d73403e8280e4dc 207896 qemu-guest-agent_2.11+dfsg-1ubuntu1_armhf.deb 3851597ea58c2393fb5f5e68651344ac93d844b7aaf94197b5b540b02ba6625f 12476 qemu-kvm_2.11+dfsg-1ubuntu1_armhf.deb b07115c546b37f60c667f44333b17c4f5cd94a3e8f003a6c74ff561a8f167972 29637056 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb f191aa33666a25cdd5a50565b1ea5290964dd0f488e7648088d7fc2c3ecfab92 3136024 qemu-system-arm_2.11+dfsg-1ubuntu1_armhf.deb be2703ce9d0233fa0af12f80e94752d09764dd0274246d917cad7e435a7604c3 46232 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb f3e47078b85e36d9721e668c098fcd7bce46723b99798c4c6766e07667d443e1 659124 qemu-system-common_2.11+dfsg-1ubuntu1_armhf.deb 50b2ed65526f04507e1d2665b2b2775f4f77aaf2af03e9aa8874938e571b9ae1 49304128 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 2fd213ad0e3897cffb603af593ee0f7e3a8f81c5904622d118a7547c6222ebe6 3788936 qemu-system-mips_2.11+dfsg-1ubuntu1_armhf.deb 5556109e097f0d8a4fbbea0fd8333461e2a18d4c8d1deaae6038767a7a40d12a 120431264 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 983c60fcc6f34b3fc29095b7189bc0cfba572f6755a7a361c9bcfc04e9f0c868 8698020 qemu-system-misc_2.11+dfsg-1ubuntu1_armhf.deb ebf31b9656022f352dac7516f360e9b07263a0dab14134fdcca7263539f69637 38683408 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 430be1c9d0d060b515d220befae78b15db8e881d18b6bfc5f1770042cce1e8b6 3687772 qemu-system-ppc_2.11+dfsg-1ubuntu1_armhf.deb b2940f35bfa492990f77f1f30feea775b193a693b1eac5b1d362fbe014382d59 9430692 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb eeedd471b54bb429e53a782913c2f6e91e07b1f6c6315e41e7d20b526b84aae5 1688428 qemu-system-s390x_2.11+dfsg-1ubuntu1_armhf.deb da4ce36367c37d95006ef3cb7bafcfb103aacadcfd145ace8ccbfb86e285311c 18693364 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 69531a0de2c02236248faf0199e1e3f5c808187bfd90f823fec61ff93c45f196 2382580 qemu-system-sparc_2.11+dfsg-1ubuntu1_armhf.deb 8eb829cfb017546e562928c94f02c307ca314aedbe990e90b2e11ccf50572d8a 25894808 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb b951dd381ffc91073f4bf3c2965c6fced4cfacccd6b4fdb2283773c3ec27d9fd 2772212 qemu-system-x86_2.11+dfsg-1ubuntu1_armhf.deb 89f36d67c40c7136f6563bcc75ddc34a8d34c10f297e1742d18500562fcb334a 12248 qemu-system_2.11+dfsg-1ubuntu1_armhf.deb 92d8b00d92a09445a241326f666af960e1f185f54dccf2ae54d40f6687f00ce2 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_armhf.deb a33be254ae930d8cebd74f232fc780ea7552f6856f5a945a7626476e55258016 74569016 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb a064fcbf3b5d4d52afedecd6c62e366106055e362d5638aeb24e97c328a5d348 84283288 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb acf2a64373213a98f25ed5e783b637a9629a5e78b04b0bc99478f2900b8a5408 7659864 qemu-user-static_2.11+dfsg-1ubuntu1_armhf.deb f723a332a37830978fca0f36688f9da47fe2f51eefe9cdae493ea11128a0bae1 5616384 qemu-user_2.11+dfsg-1ubuntu1_armhf.deb 78d6683acfc0079e1da39e53e5dfd64e6767e777fb1389bcd1bc7fc076709365 7841220 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 4957659865963b91b67ed887bfed9c834b3defbe04631428fb5bf04700f707be 750996 qemu-utils_2.11+dfsg-1ubuntu1_armhf.deb fd75d1b20f244eb442d264557e2d6b0fe8162e68bd06ff2c1ee4c30de75ec4e3 21972 qemu_2.11+dfsg-1ubuntu1_armhf.buildinfo c0213000e9bab15c480c25ac754ba2dbb3d4a9e27a94a342d08dcfbfc2d3cccd 209012 qemu_2.11+dfsg-1ubuntu1_armhf.deb d53a8259c2c8fe063dd28f39886d2057cb38b630708cff2e9203b44a9106c672 3286 qemu_2.11+dfsg-1ubuntu1_armhf_translations.tar.gz Files: 70440c7bbe1e504ef6a3b51fc22ef337 126172 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb d6742522af96461412ee6766e7f70f5f 38068 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1_armhf.deb c475d243cc3c369c06216ca48caaac24 692604 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 08cf55a4f8d0a5302ad9b6e20383b5d8 207896 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1_armhf.deb f7f6f7940248711182f4dec08a13ca0a 12476 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1_armhf.deb e34ae7e7aadc9f66ce42053aa6977ac2 29637056 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 7b6bba0107b32989f1f0167fb259fb2c 3136024 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1_armhf.deb 5257e46c3fde6c7e34966164f56b7b60 46232 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 690bc97949f40567b974105bf9dce097 659124 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1_armhf.deb 56badecd9e65418f1727c52dc5f7095e 49304128 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 41cc96bfa33d34140fa72194fa3f5e2c 3788936 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1_armhf.deb 82845954e2a68eda539aaf1681aa3ede 120431264 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb a39d7086d0a18096997bcb88751211a3 8698020 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1_armhf.deb c123a04c6de68d7df9a1df5faec3c152 38683408 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 284617bb47b00a8cb622c4466edb8b39 3687772 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1_armhf.deb c1752330240d9cadc6ec514f493e76d9 9430692 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb c4d5bf6006df6105aa4d3117e6fba45a 1688428 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1_armhf.deb aab8b2f7328bafc052465d8fb7ab6dc8 18693364 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb ce538677dae49f408a08017532a7d7e9 2382580 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1_armhf.deb adc3fc06f1f36a858c7780176bf9abce 25894808 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb e44067102157ed8f4a0934f41991fcf1 2772212 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1_armhf.deb db9fabb0dfabc8357cb84e1363edd9bf 12248 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1_armhf.deb 38c1245aa12bcddd8e7a22e4644b5330 2564 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1_armhf.deb b79d120f51aa70ec42f6891892855aff 74569016 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 95bd1d5fbed9f41528da03bdcf5a9310 84283288 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 36d21eedb7a0a6a4525976694e939497 7659864 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1_armhf.deb 2ac6882384e39fd43cf9e55098ba30b3 5616384 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1_armhf.deb e3da26172cb61dc5e5fdb21f1e41763c 7841220 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_armhf.ddeb 69af6db8de8e41536c9cf97281db53cc 750996 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1_armhf.deb f4d98fed0a23bcbe5506decee9c7c6e7 21972 otherosfs optional qemu_2.11+dfsg-1ubuntu1_armhf.buildinfo dfade20f40bddbc8c9c3f4060b4ad2b3 209012 otherosfs optional qemu_2.11+dfsg-1ubuntu1_armhf.deb 02eebcacce3907977f2b83406c432c7f 3286 raw-translations - qemu_2.11+dfsg-1ubuntu1_armhf_translations.tar.gz Original-Maintainer: Debian QEMU Team