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: s390x s390x_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: 0908da43fbaede87fa54fe207841b019b4772b4f 129008 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 8ca1077c39dc7102a852f3c9830d06c13791f1ba 39280 qemu-block-extra_2.11+dfsg-1ubuntu1_s390x.deb 9295f7505f9281da3303aebfe20a681454ff9582 754176 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 2ddc573ec82d32e88eb11bd8273c902663fcdf25 221612 qemu-guest-agent_2.11+dfsg-1ubuntu1_s390x.deb e10f011d3cd5daf980ff2f8aa5f7a27d14ddea22 12480 qemu-kvm_2.11+dfsg-1ubuntu1_s390x.deb f492d2186b3b7d7e5d5e7d2611d9e5fe36f7e580 31561956 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb fc3703d8963693ed762170b198f6269ede6cbfa8 5120412 qemu-system-arm_2.11+dfsg-1ubuntu1_s390x.deb bb3b3be0d2ccf15ec3a30cc9431ec16995e217e3 46952 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 1697ac4994f7ee0641024fe439fd28b993a289cd 659908 qemu-system-common_2.11+dfsg-1ubuntu1_s390x.deb 807c72ee5a62c8f5b4163a519c8c8b77296a5586 51984652 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 989d4643301f107cd805f7721a02e603883f15f8 8680808 qemu-system-mips_2.11+dfsg-1ubuntu1_s390x.deb 4d08f9d1c123c5aa975ce7faa63a147f2e92795f 124774556 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 4a5543259a7ef0dd16c11873ebd5298576dbc85f 12393980 qemu-system-misc_2.11+dfsg-1ubuntu1_s390x.deb 574931760d39341333873bca6ec2ec58bc856791 40384716 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 86105d673e5d95b5083d5728615952ff6664c83f 6845440 qemu-system-ppc_2.11+dfsg-1ubuntu1_s390x.deb f928797bf163652537d297d9cb94697f7814e79f 10004132 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb e22ead9dfc5c7919074c01be5914d05212102a3a 1715776 qemu-system-s390x_2.11+dfsg-1ubuntu1_s390x.deb 37459f4c466f864cde38257d394c9118ed91871b 19450948 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 6289f30508df235b2bc11af5b06f8adb2cef8055 2579664 qemu-system-sparc_2.11+dfsg-1ubuntu1_s390x.deb d470b22df0164ab3dfb7bbdadd9461e9ac6b83c5 27265912 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb d7397dbc77d4e61c2975b0b4e9f5b6c6651c4a19 4536220 qemu-system-x86_2.11+dfsg-1ubuntu1_s390x.deb aca0f527fe5c677343c2280ce064d8d20ba2269d 12248 qemu-system_2.11+dfsg-1ubuntu1_s390x.deb 9a6ec5fed9fc404f6b751e119a27db7773ee09f2 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_s390x.deb c7e94ef10255be1af1aba6bd31a82546890c273f 71889616 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb b732cf58c57f5a61e2ef55f4caee3eff5df623f3 80780436 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb b58b65b834b0c96b93b31735d149095f2da56b76 8530796 qemu-user-static_2.11+dfsg-1ubuntu1_s390x.deb 81509cb3e99e9b2539e622bcac63251f9b395703 6654124 qemu-user_2.11+dfsg-1ubuntu1_s390x.deb 9bada45ed2e26d5625f84fa88117b85439ccbed1 8457016 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 83bbddb71757abde47474776b03e83c97567a25a 807144 qemu-utils_2.11+dfsg-1ubuntu1_s390x.deb 92af366424d51634c26a0a8aa93910236012e5bf 21829 qemu_2.11+dfsg-1ubuntu1_s390x.buildinfo b7a7e56886dcc2ab2b6bb113539406534f349d93 209016 qemu_2.11+dfsg-1ubuntu1_s390x.deb 164b0b6c9cb241e5ce775a1cf9d024a01cc5a740 3306 qemu_2.11+dfsg-1ubuntu1_s390x_translations.tar.gz Checksums-Sha256: 3631140df42f7b5b578d41a9a589b336a63aec1196f17f6d2e912d27d41ddb57 129008 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 248e6605e14f0e9ba1b11410cb44aad617799f67cbb904171f6dff0de5c4c769 39280 qemu-block-extra_2.11+dfsg-1ubuntu1_s390x.deb 1a0ffadb2cb6b4d77e097325c470d82a056596748a5c641d7e1e115d245304ce 754176 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb e7141017b11acdcb3f4f6183ce7b4aa5c50cd4c2e194e3f47a4c9b3a9bc48093 221612 qemu-guest-agent_2.11+dfsg-1ubuntu1_s390x.deb 9c0975cc69b27768e56ff223ade3cfe308280aea467e3f4278c1eac7d1265275 12480 qemu-kvm_2.11+dfsg-1ubuntu1_s390x.deb 1b7ef8e686f12a13df9fc7aec283407f3fdeff974cddd056b95063293efd3ca0 31561956 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb f059a5b2a62d2a1ee13837da23f0e261313c6b7adc62e5696bafcb6bb08c39e4 5120412 qemu-system-arm_2.11+dfsg-1ubuntu1_s390x.deb 3de58b1aa13dde9ac72618dc61b816de55d6e73933727d22a6e7a3e7f63e1043 46952 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 240b1e06dd7f71ae050e303b281ddd4c87ed27ee3f49d97ba9b5c7ce6b7fd6d6 659908 qemu-system-common_2.11+dfsg-1ubuntu1_s390x.deb ed208fb84befd70db3d5e0fdf92682c740808eb57dd3894c2b17d7f047866afd 51984652 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 9f9fb14c68e5b4ce808bedd1a3f548dcdab22669956f9e3682c8cb0c22522b66 8680808 qemu-system-mips_2.11+dfsg-1ubuntu1_s390x.deb 2cf9871b2d52fbb5d2f4f0e1017bdbe5e230d2fbb5538914c5df56088aa603f2 124774556 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb dd79faa79e1aed7130175d62737fe7e8a75cb76f37f1346ad5b00a40c9ad3f25 12393980 qemu-system-misc_2.11+dfsg-1ubuntu1_s390x.deb e4afd8b9ee53feb6150a900f51dec1eb5663684690f555806b4c3cb3d524a9d5 40384716 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb ec34ae3b1a0f5e70025fce09483ec5989c44ee7bbeeafa7de412c484731c1ac7 6845440 qemu-system-ppc_2.11+dfsg-1ubuntu1_s390x.deb 0e09f1ea8b1c3f80a200332d4fadc6eacfdc934bc1ed4d265bb3aa381ce3f977 10004132 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb e3468aec063a1a9b5ee659a6769d442ea6db052b3b79c799258a57976411e8b4 1715776 qemu-system-s390x_2.11+dfsg-1ubuntu1_s390x.deb 565bcd2978ae2f3acff25669de507972fcf982a52e69e30d12e9c842a081692b 19450948 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 07d7353704fbff0595ba437893c27b10a2c5e285e710b07e49d90436c9dde110 2579664 qemu-system-sparc_2.11+dfsg-1ubuntu1_s390x.deb 689a8eae24c036bd0a041c798ca744905a38a96e13ee77e124d4f89c544f990a 27265912 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 1b1e14ff3351f7eca75cf011987ec02552d63e314ab4198ba1a0d402ede46dde 4536220 qemu-system-x86_2.11+dfsg-1ubuntu1_s390x.deb e8ffcb6e19d9b7526dd3e9f7947ff622b9e144a4912271161440be64761e25bd 12248 qemu-system_2.11+dfsg-1ubuntu1_s390x.deb b22568fb06d1cc93f356c2f2d525614b1ed0fb66c463bafccea712422d37e156 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_s390x.deb d4bc29c1b6b13e55ddcb9a0e4c3f6ba28d0ca5f773dc49b0468b101494c8d627 71889616 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 866f5b04b63c030a0bbb3f11c24c8bcc53c5222e8c9b0efe3b55a92dce741bf1 80780436 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 8b5466e472928764ceeac014e35bbdac7fc68e22ed55d228089155fc0e78a4e6 8530796 qemu-user-static_2.11+dfsg-1ubuntu1_s390x.deb 5fa4debcac3932c2c3cee50d95890dcda40936bc4a99fdbd5026d1854473441e 6654124 qemu-user_2.11+dfsg-1ubuntu1_s390x.deb cfbb2ccf0231bb915b86287b68af78cec1706e4a83d928651afb16bdf74654d3 8457016 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 074269c2689e9f082cab31f45b8abf47510309128f66370e60959fbe5b211f58 807144 qemu-utils_2.11+dfsg-1ubuntu1_s390x.deb 6defde9fff26353a196b5331517b643f771ee12ccd0fd7864a27ac04fc02e10e 21829 qemu_2.11+dfsg-1ubuntu1_s390x.buildinfo f377ef128b2f0a041fed469a8078e71441a20109ddf48e9330b40209772427de 209016 qemu_2.11+dfsg-1ubuntu1_s390x.deb a89b94cffe855601f0390e446e6799f3f8ef4befb12874e942ea973dc8e276be 3306 qemu_2.11+dfsg-1ubuntu1_s390x_translations.tar.gz Files: e8a0acd2cc29a735e8a0e5071bb3eef3 129008 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 776095a9e7a3a39d2135ed8569592d83 39280 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1_s390x.deb 49fbc2cf196278edc44904f87d49c496 754176 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb ad830f1d0e1ae8cd4e8ca944fc00b8cc 221612 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1_s390x.deb 1a55f58a3850f1bb680ba351f170b4af 12480 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1_s390x.deb 9a81f93617b4d1c2985c630132d26406 31561956 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 467d8ca1a238fb6efcb51334257a46b6 5120412 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1_s390x.deb 28f8abd4a301cfdeb61b0fd1a12dc050 46952 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb c2da06bcae769667ba7ee253916b7112 659908 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1_s390x.deb ae52f6d0811e62549ef66bf1529d2d07 51984652 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb e109c1c7e3ee5acffed0751a8be986ed 8680808 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1_s390x.deb 1aceaff744e27e2f9cca60e45e048f8a 124774556 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 029305fd46feda0b2f257258517c17f0 12393980 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1_s390x.deb 2c3edd8cb17cd29a2f90a40845977632 40384716 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 5c0db77ee7e8e92973719e425deed4a8 6845440 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1_s390x.deb fac30e0cfefdecedf836f5987c760b38 10004132 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 4202eeb0c1dfa29731675fcc97076b94 1715776 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1_s390x.deb fa7bd28a92664916d667ea76737283f0 19450948 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb baf0d8d0543cc74f930734ff05fb78af 2579664 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1_s390x.deb e306c0c2bba3ce117323234c0db8cd37 27265912 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb b05af2880178cca5069ecad8dcd32d48 4536220 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1_s390x.deb 0cdd0c017cf3a9302843b5a1efd49bd9 12248 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1_s390x.deb bafc4a1bf8517135f14a699d3035b6ca 2564 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1_s390x.deb e3aa50dd3100ede3c92b9caf8456601b 71889616 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 72db3d057a401e4f0ae4c7b4a4942045 80780436 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb f35009ba159b6071f798901f4e3c6f3c 8530796 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1_s390x.deb 971dcb42162e15a70fc99914d782d285 6654124 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1_s390x.deb 0f024dfe6651b3c2f7ba42785b563124 8457016 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_s390x.ddeb 0c958d5e9a1d008f47d0ddd907898f72 807144 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1_s390x.deb 8d42eb1ac33dfc3d253c59eb30497a8a 21829 otherosfs optional qemu_2.11+dfsg-1ubuntu1_s390x.buildinfo cef4d08ee7efbf696e95aff2fa0d814c 209016 otherosfs optional qemu_2.11+dfsg-1ubuntu1_s390x.deb 9c677f1659c5c3f48b752d9fd433d31e 3306 raw-translations - qemu_2.11+dfsg-1ubuntu1_s390x_translations.tar.gz Original-Maintainer: Debian QEMU Team