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: amd64 amd64_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: 18e77a75bf49016b0420520a53206f6d755dd857 127200 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 4e2901dd59d5b59a5018c31e60251c7c041c1798 41352 qemu-block-extra_2.11+dfsg-1ubuntu1_amd64.deb 2a3e5c496a54af711ed2054cd9aa2baa71b78816 720060 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 87568d53b276699be4e886d0f0ede6d7a8b41aaa 232852 qemu-guest-agent_2.11+dfsg-1ubuntu1_amd64.deb 9deabc856b8ae4d26cfa497473d9f22fcf28f5a3 13164 qemu-kvm_2.11+dfsg-1ubuntu1_amd64.deb 075133a5d497ea2e7ce9044883bc249b951e18e1 29946872 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 1fc81d550639929614e06770bd622b83766e8911 5625456 qemu-system-arm_2.11+dfsg-1ubuntu1_amd64.deb b44fbe2d0c4d86e0293da019b410d2545e6099c2 46044 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 0e10eedda38e392b3896cbe8d6cbb947a363ad8c 660812 qemu-system-common_2.11+dfsg-1ubuntu1_amd64.deb 8cb30d0dc195acb611bae528b9261539d66f94df 49722280 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 96e5ec48ffd91c8f85917de055e8567a5492efea 9495448 qemu-system-mips_2.11+dfsg-1ubuntu1_amd64.deb eaac34d251e217933fdd1e0d8e0c9218d730c2f2 119908044 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 15ba37b854807b8499a0d54a2c9123e3e5906007 13376444 qemu-system-misc_2.11+dfsg-1ubuntu1_amd64.deb fb5f665789ddd675bb5643924b14025fe93a0939 38685168 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 93e88ae58e4a1b58e329ce914bd5d78a938c139f 7524684 qemu-system-ppc_2.11+dfsg-1ubuntu1_amd64.deb 22f3bb995879058b2209ac488d5007997156f180 9443900 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 1e99e2499bbcb735b51f907e8e6d8620241b770b 1845728 qemu-system-s390x_2.11+dfsg-1ubuntu1_amd64.deb 1dde5b620d7c484e45fee5e92e973936c8c815f8 18646796 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 5dd6101e244a58223ce6fce1bbebfcced8ae5417 2780284 qemu-system-sparc_2.11+dfsg-1ubuntu1_amd64.deb 5555b71caa3f6a80fc4af96ec63fff60e7f9e3f6 27538032 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 207b0456cd31de471b2286cadfcec3ea8864d3ad 5173608 qemu-system-x86_2.11+dfsg-1ubuntu1_amd64.deb afba5308e6367b2cf7f3cf4a8f3672cc472584a3 12248 qemu-system_2.11+dfsg-1ubuntu1_amd64.deb c633d37d1fbd3492d7e616c0bbd590d0734d56a3 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_amd64.deb 28bffa2724bd6c130d462092c12ea6475f1d9c08 69241408 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb b9af297f59703330831a3cf70ca52272faf63cf3 78562080 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb b1b77c4cc78494587d6c2e1c0f8c9f94c40aec89 9777508 qemu-user-static_2.11+dfsg-1ubuntu1_amd64.deb 0a4beeec05bbf98e700dc4e5cfbc75624a54da57 7360288 qemu-user_2.11+dfsg-1ubuntu1_amd64.deb 82f22a3147e9a278f7a5520da4dd00aea3040ce5 8048472 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 60b1da97afcb7ddb4446a14185be13a9fe124d8b 873808 qemu-utils_2.11+dfsg-1ubuntu1_amd64.deb 8b5992f6fe386ec4b1793b7823d119c8377abe20 22599 qemu_2.11+dfsg-1ubuntu1_amd64.buildinfo 729074dfde9da1703ffeb7b4b1a061143b6f1c06 208996 qemu_2.11+dfsg-1ubuntu1_amd64.deb dc6daec687dc89da88adf292fa6a4ddaaadfb763 3315 qemu_2.11+dfsg-1ubuntu1_amd64_translations.tar.gz Checksums-Sha256: 981a31661a3a2a807c2657878fea21b3019edb425d69daceb9a1d79e9562de34 127200 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 3221b8677a4df8ceb66325dbacd7c620de53fd3b7c57efd69bbf0d4aa448b3fe 41352 qemu-block-extra_2.11+dfsg-1ubuntu1_amd64.deb 4f91913c913eb68aa4fe2dac857456aa2b1f69602555b99b9444de7f7f4c0e36 720060 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 93461d1fff31ca2f62b828c96011648e769a9155a2bba0c3711af177d60a6418 232852 qemu-guest-agent_2.11+dfsg-1ubuntu1_amd64.deb 1b5ea3534f10c74254c7662e3af19fff35e4d9d8baba465b7d272538f2e28c05 13164 qemu-kvm_2.11+dfsg-1ubuntu1_amd64.deb 884f818f0d51e70df25818fa9da291a5d8f3732ee8bd853c2f09028bd1e9c3f8 29946872 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb b6e2f47b91177f35f0c7101b94d265c3813f0394377e18f1dc7e284de4a2bdb5 5625456 qemu-system-arm_2.11+dfsg-1ubuntu1_amd64.deb e40f03b86273cc493beb2c311a609af1282a774fdb0ae0dabb2c2bdbeaa37161 46044 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 43f2a159f3e6f482bb6bb4ea608284dae04fe3e0302351e50568bf2fa7141d63 660812 qemu-system-common_2.11+dfsg-1ubuntu1_amd64.deb 5bdbc3f94924c784c9f54b2b57227cbfa34dbc81593e133bc17791c5d8295f43 49722280 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb f6698cad007992bc17472d9a5dfc232eb97d97e35d26ae0af68b9a9ebbeb86cd 9495448 qemu-system-mips_2.11+dfsg-1ubuntu1_amd64.deb 8706721a1834003e335a9ec3b868a7b46226a9f58e47d63f4327be8097d46cce 119908044 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 68cb55b8905480f329d0c4ae20857d399fe259dc904e14a53f68e91b8fe676b0 13376444 qemu-system-misc_2.11+dfsg-1ubuntu1_amd64.deb 1ee90dbb533942866e4abc6ba77107647c486ffd7f24396c58c06e5355ca6a41 38685168 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 0323b3b715ac14e9cd64c0e2fdce63d6b41134bf3aae25527ea08caf92e2aad5 7524684 qemu-system-ppc_2.11+dfsg-1ubuntu1_amd64.deb 8b5cc9199e9331439f961aaff46820fdb7a15e61503726d783f154fd61f02e96 9443900 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb fb6042b7a5c2f111454db2b4c7309e461a73de1ea74f87899d8cc65d6823da0c 1845728 qemu-system-s390x_2.11+dfsg-1ubuntu1_amd64.deb 64c2adad9e3bb5a5fe0c33caa5f5d2da0df7ea7db0c3d0ec0a1eb94cdc1d6a48 18646796 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb cfc3edae0117344320f5402e62de57f60c9367daf9b5bd46d8aee582271c0c7a 2780284 qemu-system-sparc_2.11+dfsg-1ubuntu1_amd64.deb 87b1dbd76f627392ac0ea47bfc09789b234351630ec7e0b41342d3810656845c 27538032 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb ed79126a8f83925c26de59e8465b90efa487e02dc7d5d19c75c0b744b9f3ed3a 5173608 qemu-system-x86_2.11+dfsg-1ubuntu1_amd64.deb 744976f620c3746348c3a63c05583a61dd8add4b01898fde1bbe50f1ec436131 12248 qemu-system_2.11+dfsg-1ubuntu1_amd64.deb ecc8a174fa4b2b09fe10b588e7cf251a2a675c699292c67ad5d04e2251c0354b 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_amd64.deb 7a677b4c035c616efef5704c0c55a3250111f35f5b04f037ff047656ba5b96a2 69241408 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb e8479545414f78495891a85e2f3b54a973d84295977a339a1fed289546ba6950 78562080 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb fbe7823b51ca415fea06be0cd9648b738e9e4a13f7197c4aae58d50f8b69c021 9777508 qemu-user-static_2.11+dfsg-1ubuntu1_amd64.deb 09d3335b818826bdc73e1e47ca12e01a3a369791c4f087cdff1b2861fc5cdbdf 7360288 qemu-user_2.11+dfsg-1ubuntu1_amd64.deb aa3f7f2eab5800131f39d768c30caabcd7f216674695d3c518800acb3959de0a 8048472 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb bc7428ea463dd7011a31e84c62d6856c24539f7d4398a6771f851e7327d32465 873808 qemu-utils_2.11+dfsg-1ubuntu1_amd64.deb ba95e98030d0f95fec0f38cf583d9069da5eb65f184ec415694b1537e02bbb8f 22599 qemu_2.11+dfsg-1ubuntu1_amd64.buildinfo 6ded0acdac787bef797a9cef6eac1ba84a08db03c6430b8179daace4acf1b074 208996 qemu_2.11+dfsg-1ubuntu1_amd64.deb 0b9add1075d8266351a04dd3e27334dda05ff3a983c1b048b8c3554f644c7e7a 3315 qemu_2.11+dfsg-1ubuntu1_amd64_translations.tar.gz Files: f45d0236cfbcb9d9e885ef0392efbf09 127200 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 6cd1da1278275db482a7f2e80074a982 41352 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1_amd64.deb 7d2389f1086fd3f5da461756614aa513 720060 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb b450e07fb6deda969c2c5b95fe1e801e 232852 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1_amd64.deb 128290ec41a170069bb43e2244f5f802 13164 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1_amd64.deb dd23ea5af0481e250d19017e5e2b8e8d 29946872 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 84152d9fa5718ce861bdaf894a38ee68 5625456 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1_amd64.deb 6cac19cd85ede8557a5b4ffd0c13d888 46044 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb b178eea2c78ba6c6be3e125f657d7f4b 660812 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1_amd64.deb d231b731ee90ce122f5d91c18f43dbbb 49722280 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 56a0862a0099f82caac19ec41255f930 9495448 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1_amd64.deb bfe17d69e55ee3eb88fd0463c504926e 119908044 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 773d13ab49d35702065ede072d1a938d 13376444 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1_amd64.deb 29162373b77d50c45d12a60243a2ce60 38685168 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 2f608b2d742fc43754e63da7f6222b2d 7524684 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1_amd64.deb 529130ac1a32190880a61dd43d2d6db0 9443900 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 880732fdcf72c4817447de4bd03640e0 1845728 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1_amd64.deb 3764e6c7157a75c87a2b5640c127531a 18646796 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 0cb4472351c5ddaddebd0db6199a1dc4 2780284 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1_amd64.deb f5169d0dc255a7bb7fd9bb220bcd48ec 27538032 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 5a0b7255e60adb94fe15deca49b2256a 5173608 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1_amd64.deb 0b6a81b2c752d154749c7be018346064 12248 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1_amd64.deb 57bdc224b5352d8450a2ffc98dc8eec9 2564 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1_amd64.deb 218634b7af5d9d0c71c002dcfcba5d01 69241408 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 1e46bc6ce8210d10814d46895125335a 78562080 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb 489aea952d62ec456d7a386ea4d2431b 9777508 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1_amd64.deb 730cfa940ee922b1a44e5ffa213a45e7 7360288 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1_amd64.deb 9b4a4246894a8eedb3733bc451f43403 8048472 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_amd64.ddeb afc409f206810917bece73db9d4cb3ba 873808 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1_amd64.deb 7ac73bcfe4470be249618c13a9952d0b 22599 otherosfs optional qemu_2.11+dfsg-1ubuntu1_amd64.buildinfo ff0e04546b99fc787277d7a09e0733a0 208996 otherosfs optional qemu_2.11+dfsg-1ubuntu1_amd64.deb 9bacfa21b192291600ad73e8735015c8 3315 raw-translations - qemu_2.11+dfsg-1ubuntu1_amd64_translations.tar.gz Original-Maintainer: Debian QEMU Team