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: arm64 arm64_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: d531df9cfe36f96b45a03dcf5007646e4cc4e53a 129088 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 857ef43889a1803fd4f5acf2c062e8f3a0fb926f 37148 qemu-block-extra_2.11+dfsg-1ubuntu1_arm64.deb 25db99d7091363dbaa5349751ce0475e345e532b 736232 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 4c031d12a1f8a7f914d1f61c39ed331c416ed340 205088 qemu-guest-agent_2.11+dfsg-1ubuntu1_arm64.deb 08aad17668ed7e872ef168b01afd2e4f845caaea 12484 qemu-kvm_2.11+dfsg-1ubuntu1_arm64.deb 7017b0f09b693855b9af783a1b40bcd49a490676 30541408 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 7e77f58e0abdbd9d5a6b31db1399de47eaf549ee 4731508 qemu-system-arm_2.11+dfsg-1ubuntu1_arm64.deb beb496a3a55904563b246c8a738e6b52a790da37 48472 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 84080a1bfb551ccf7054e3510f5d681fe7a0b288 659568 qemu-system-common_2.11+dfsg-1ubuntu1_arm64.deb 4204ec7900a4df7581bd52f6af61748f427b1808 50914468 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb d03aa63417bf03bc5203fe96c1f591b15cf8d703 8025152 qemu-system-mips_2.11+dfsg-1ubuntu1_arm64.deb b1296a1bdd74443dc6b5b3d50637c21fb0c76edb 124858600 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 52742dbff56826b7a5c06e793d097a8d08a584bb 11230012 qemu-system-misc_2.11+dfsg-1ubuntu1_arm64.deb fd9d9e55234a952b77f26bc1f0519cc0f1422011 39739628 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 5b85f4bccdef78733f5df2eac4622433822ad97f 6392468 qemu-system-ppc_2.11+dfsg-1ubuntu1_arm64.deb f5b938723ab0f7cd6ff7c06ffa951f8926746a74 9750200 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb b7e97db22da2d4c0300ee11168d6ca7c545193d9 1565352 qemu-system-s390x_2.11+dfsg-1ubuntu1_arm64.deb e70ed41a196ccdec482b4a1876381312f92a431c 19279492 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 20f4d2d44bf69e766df744b7c9ff98b1777a50fa 2313644 qemu-system-sparc_2.11+dfsg-1ubuntu1_arm64.deb 514d6f24c8e01d6819d8934d15ca1fe18e44dd3a 26677032 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb e72f0d63cb91ebbfc4cff78a31281044bfd5d321 4231136 qemu-system-x86_2.11+dfsg-1ubuntu1_arm64.deb f0ddb8fab92b6d8ddef067aa1b444fe3706433d4 12248 qemu-system_2.11+dfsg-1ubuntu1_arm64.deb f58c648d28bc77e53cfaf841ed93730b6820f172 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_arm64.deb 6c42ce714fef10d58a14e38a51a1087f5d4cf63b 75839008 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb ce9a621542dd8a6ee5ac4b7bfc0a5478d5a9ccdb 84732924 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 1ddf0d6f6054425b04608fb9714c71590f3166e1 7905816 qemu-user-static_2.11+dfsg-1ubuntu1_arm64.deb f29ed135ba000dc6a52f86fa5cc99aa9d284441c 5909040 qemu-user_2.11+dfsg-1ubuntu1_arm64.deb 092289030cd7c5fed03cb3c4215a458345df85ff 8207112 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 7f1ba3a99de974fadb78fd58dc5de6a0bd7c2b2b 763948 qemu-utils_2.11+dfsg-1ubuntu1_arm64.deb 465b505414503eeb3171887e428dfce9d2a214d1 21995 qemu_2.11+dfsg-1ubuntu1_arm64.buildinfo 96dcffe0f6862ce8e22e7ac681d9a90787b1ce23 209012 qemu_2.11+dfsg-1ubuntu1_arm64.deb a5b2f960f66da5d64c2ff045d193201f231bb39c 3289 qemu_2.11+dfsg-1ubuntu1_arm64_translations.tar.gz Checksums-Sha256: dee877be01c68bfbfb4473958d88705ab1c337f024b43859f4df4c74861fe9b2 129088 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 621ce209e3ee34d0ef9268f5bc27df7beccaf53c3edf0fd9c19af3f0b8395cb4 37148 qemu-block-extra_2.11+dfsg-1ubuntu1_arm64.deb 93bc080735631f12f0115f9e65ff5bf15e5d4754253bfbfafbb89a3378ddc093 736232 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 6872b54f6b23a59d5b8b894c793fb38b01ecaed6d4994fa2302c6af5358a4e2a 205088 qemu-guest-agent_2.11+dfsg-1ubuntu1_arm64.deb e3cea9a6986708c1aff08976ede7a77b89007e3289f32e7b8c4ea48437d47a41 12484 qemu-kvm_2.11+dfsg-1ubuntu1_arm64.deb 1ddd15aeace53ebd2f5e030cf2a2935f18d1e4f205332eb461002545eb71200b 30541408 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 43ec1bf83707048cdcf7474d1be91098ceaf98706b2b607e45875bab876258ed 4731508 qemu-system-arm_2.11+dfsg-1ubuntu1_arm64.deb 261a03803057be807f954925cd4b69715ef20762cc13dd4ea6aacc34a2530734 48472 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 39211cb766fc40667b17079614ee89be37b3a556a91f606db3e0c6838c100990 659568 qemu-system-common_2.11+dfsg-1ubuntu1_arm64.deb 1ad48190b6270da47f878af34971f588505afd7cc198d8bcae9470f805b905e5 50914468 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb fad8e06977f7b3f3c584ed7058c0588f60a64b5e19d43f59c28522c2c747a142 8025152 qemu-system-mips_2.11+dfsg-1ubuntu1_arm64.deb 5c1cdc9e6814bb322a111177623149dff1032555cd3dfb54a4986cc89cc43e99 124858600 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 16c753a3f1cf18ebcc96fa012a5742d98bf8c28d873d6893a802565e25aae906 11230012 qemu-system-misc_2.11+dfsg-1ubuntu1_arm64.deb 3601069e2fc5e5fc56935a68a4a220d8bf7b163fb7063967a356a91ab9b92c66 39739628 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 6f95f606b4aded5a2723838b33558d1828603a5b5d1c5c9dec9b4233317f19fd 6392468 qemu-system-ppc_2.11+dfsg-1ubuntu1_arm64.deb 730e2dc3fa6309ba31b91ccda2de8f3c7ebef5f62aeafec30081638d8949e6d7 9750200 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 38f474fe8f1b45277150746b1a702b89576a0d9ce2fab3b4f98e67ddd019d436 1565352 qemu-system-s390x_2.11+dfsg-1ubuntu1_arm64.deb e18aa72bc1f1ce5f3346d47a7014690a9fa343b3b552986175db98034bdc9b48 19279492 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 9d0e4be74f9d078c2d7a9db359813dd932dd190b250ba29e8e4d3d274378499b 2313644 qemu-system-sparc_2.11+dfsg-1ubuntu1_arm64.deb fe559e78268c14ea80b434e9a1cb26a4dd94e3aac5c4ba8a0b83a2067bde75d1 26677032 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 71c0e4d756b2a275e7d5ef362f5009f6561f829a4d28f0bde32908dcd7706430 4231136 qemu-system-x86_2.11+dfsg-1ubuntu1_arm64.deb f60093455605bac8100a87ae473f023872ca82c311d268506fff380c1035f1d4 12248 qemu-system_2.11+dfsg-1ubuntu1_arm64.deb e4e008f2996fb4bec9f8673b2686ca7734abaa13422c331eee48b00da361a29c 2564 qemu-user-binfmt_2.11+dfsg-1ubuntu1_arm64.deb 33047af2e255f55d8695b63dec14f033a944ec7d04299ad512b47d7ecdeb9cc6 75839008 qemu-user-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 9fcf1d8b6189f4c6942c9e1dfa319cca1d0ce38bf56fedb474c9b7e3ad982c40 84732924 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb bc8637f7451eb1c48e2c7631187d857ff0fd018cbf70b89cff1e72e435039d84 7905816 qemu-user-static_2.11+dfsg-1ubuntu1_arm64.deb e6f7b894057eb080c12c6d9d6c30a0acddccc59737df5b2e2ddbb6f0cca7a5cd 5909040 qemu-user_2.11+dfsg-1ubuntu1_arm64.deb 823496070a5d22dd1eb3c22994ae54e189d1a355226a9a16382e46a47fd485fc 8207112 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb cf645fb286473da07e972cceb0ac9bc3a3170f45a92efc679cf519f84bb42f9a 763948 qemu-utils_2.11+dfsg-1ubuntu1_arm64.deb c3e7d5cc35b7ead5f791d65eceaa72fd54b27953211f0d4c951d83bdf3e5bae8 21995 qemu_2.11+dfsg-1ubuntu1_arm64.buildinfo 901ed04bfbf8b85eba94ca7573142e83db29b27fb1eabe0ba34105f846744035 209012 qemu_2.11+dfsg-1ubuntu1_arm64.deb 33bad5a2a5b454766e2ffe39ed01149649b990c0f1c3d406424a46a01202b81d 3289 qemu_2.11+dfsg-1ubuntu1_arm64_translations.tar.gz Files: 653968e5bb41bc7b3a28cfd3075de5e6 129088 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 2978c886d8d6e6ff9b0b859b86420fd2 37148 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1_arm64.deb d22e65c6685bfb5627cfdded1f902072 736232 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 06d368cf8040988e3c5b78624c675667 205088 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1_arm64.deb d526094c847155b9b5a57ceb9b1fdf58 12484 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1_arm64.deb 4b2a7e78e6ca61fc2fc73a2b32e623f0 30541408 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 9bfb26a0ef02d99d8e2eff85b55cfed1 4731508 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1_arm64.deb e0e8d02455a016452181a3b8c9a65a27 48472 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 7f31c90df396b155cacb3b6abbcadc31 659568 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1_arm64.deb 1cc7c88c9725345cb6cfe97ba48b9afd 50914468 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb b3ecd0f56615441e71013022828f4784 8025152 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1_arm64.deb f4ace9f11b012f699b7aeefa60de464b 124858600 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 5cf9b4f58b9755645946e9df6cee6202 11230012 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1_arm64.deb cc34b2f12b757864f0de451af9375e59 39739628 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb e745c88457949914d324aa03b4ee4c7d 6392468 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1_arm64.deb 3cdb79f32c05d2e19b316d719c73fb95 9750200 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 6f85ca836567656b354e57019488cd89 1565352 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1_arm64.deb 8d54d2e3868a904b3a1cc19bcdbdfc1d 19279492 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 0d1d7e17c769ab63a9e805d75f22c579 2313644 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1_arm64.deb 69ec2b6109731a4e23ed0216f161ea54 26677032 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb d31fd817c94682d83db4bd5d7805d87a 4231136 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1_arm64.deb e2b553e5d8d47b16b3a874971b813f7b 12248 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1_arm64.deb 676771b2132a9bd5ad2965e9012859eb 2564 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1_arm64.deb 0c3f2d6c05258bec496a210f7afe239e 75839008 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb fae9d00f4b99d1b53704c4f564eeecbe 84732924 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 14b38a755d8ef11547759da3c361a9ce 7905816 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1_arm64.deb e589c372b795df6faecc0c4419cb51ef 5909040 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1_arm64.deb ff6e17bc6a351d32b16868042ee776da 8207112 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1_arm64.ddeb 56e12b511dac120d210f1a7f4ee4f99f 763948 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1_arm64.deb 6a6be77b7ce0560cac95888eeb99e689 21995 otherosfs optional qemu_2.11+dfsg-1ubuntu1_arm64.buildinfo 31d61a5c9e7045e72e661eb6ec247302 209012 otherosfs optional qemu_2.11+dfsg-1ubuntu1_arm64.deb 93526694b2f5ce8b3ec363c0ad7e4e59 3289 raw-translations - qemu_2.11+dfsg-1ubuntu1_arm64_translations.tar.gz Original-Maintainer: Debian QEMU Team