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~ppa8 Distribution: bionic 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~ppa8) 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: de4345c7161374cbee3c468f37faf2954348f3e2 129116 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb de75432d8e6c0744b8679d02e05ce8807e11fe71 37208 qemu-block-extra_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 2f3a780d5b76624cf56eca7292fdd78ac90f4747 736052 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 530546bed88ad4495ccc05efe2dc337f6d268ef4 205568 qemu-guest-agent_2.11+dfsg-1ubuntu1~ppa8_arm64.deb ae1f3f5c6f3c8af4ef22b83300a59b7b79cba799 12484 qemu-kvm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 13a4fa9ec3993794544a84d5285b8d05af46fa95 30541332 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 9dd54ac8142f51d3069741a7b7bafa2c08e21996 4730588 qemu-system-arm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 6eefd5e7c93ce33e655d2cfb115f13cb22528740 48436 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb d9b4e82fc363b01fe6f51fb1d86ae550d7c42ce5 659544 qemu-system-common_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 3b73ae85d3f01f7698b2ef969990daca3b1d0db3 50913680 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 4ea660e73c1e2466918451a12d10bdc37958de53 8061312 qemu-system-mips_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 7aba5d1e4c90f6c67c341e5e3543515277439f89 124863644 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 4c8e63a2136cb5631cecc31b55ef312e06d41658 11229528 qemu-system-misc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 24f50a37524461563a18c37db8ef10bacc36296d 39738872 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 6423d9fb510e9c658685322751a92c4daea7493e 6395296 qemu-system-ppc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb dfad3914df17ce8253bc63ab4e4ac35f8429d8de 9751636 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 650de2092785fa2b2fc6425b5eee8bc0109b6708 1564188 qemu-system-s390x_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 3ad7e9c2e5fdc0e67b91f14d039ea630fccfa092 19279500 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb c40b757bc7274a59fd9a1384320cc8900d343240 2313824 qemu-system-sparc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 40c6a218c17a3529791534b7a8879f774edc5c51 26677856 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 0af9081368330db34bd8865f8e58d87f6e109538 4232836 qemu-system-x86_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 403db7d4f3615cb43fd081d07aa64d2d6f7fc5c4 12252 qemu-system_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 6f26c20262f62ec727a8b8d1cb4dad26086e6226 2572 qemu-user-binfmt_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 6a7b21d85670557d35c033c6b3df0146a949f446 75818664 qemu-user-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 7af904c19ea5dcb0f42b252c8a08095d005cf97e 84708520 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 23f8c7d057e1d823a32a68ace87fa2cf4633edc4 7907676 qemu-user-static_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 41c5239f3508fbb803ed505106ed94d9e76a08bb 5910940 qemu-user_2.11+dfsg-1ubuntu1~ppa8_arm64.deb e4117b6f87d37ca014cf4cc3f7548e7b9497477f 8203240 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 3621d575a55ea9652768cca1b681d50f1b64c11a 762308 qemu-utils_2.11+dfsg-1ubuntu1~ppa8_arm64.deb bfedb3a0af6565befff1df3c43a84a0f2000e49d 22517 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.buildinfo 4093e2fb9a23614dd339e3be22f4d2c5318dec37 209016 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.deb b96d37a034a7db6ad5c36613c1132d1f039fcd85 3292 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64_translations.tar.gz Checksums-Sha256: 2c0b378a60da5a2d14dc69d8a976a5e33c1fa892e6dd6198314b71cc6a3733cb 129116 qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 52273f7ac850c8117f1da792d98f3084f458496d2275c6c48d18cc6f66f5c834 37208 qemu-block-extra_2.11+dfsg-1ubuntu1~ppa8_arm64.deb a04f557f0366bebed88bde59daf874802d2e1bab1f5f3125eb1a34349f7b99cb 736052 qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb b4e0f071dae37d91a5adc8c61d46cadd94ee65c78d9fe26bdac811d1e726f188 205568 qemu-guest-agent_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 6696b09bd0fcfa09a0e908ff44264bb5d67452a9b88ef792339920e18f824aea 12484 qemu-kvm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 07ab43a0e231e516252fd8846bb3e0ed40dee56558937038f3834b34870f6440 30541332 qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb b33b96cd0493cf17d832e11b9d6026f609cf4dbcfc32f728a12cf189cfdd9963 4730588 qemu-system-arm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 08b4052eca08399a3a93844ba82263917eafee6f9ea282b2d5970cbc0095f967 48436 qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb f949a4582d9b484a757f695f1afbd8d67ca8c18a5810446228902f2b84cc8acc 659544 qemu-system-common_2.11+dfsg-1ubuntu1~ppa8_arm64.deb e643034124f9a92c08505e39c91fc6afb4c71670e8d63be07feb3713494aa205 50913680 qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb fb3a1ddb83f0a56f705378dd05e28be0ad1adf8da9e062837306d73b2913db3a 8061312 qemu-system-mips_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 9d610020a273453d732f6db9064024adc0c15f3519a8e28a24b6ff9a16c51567 124863644 qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb fd37a29176b0f32e371967d039e3b10820348696b0fcc2a696f6b19538ef77ab 11229528 qemu-system-misc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 1945786e0ccb85bfe28f8f29d7d278e6db1b86a5ad999b1fcd6ef40c053bed10 39738872 qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 7d5f6d4cb7a541e6f41be1591fd988719cb6666db7b22704f68349570c4b91b2 6395296 qemu-system-ppc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 436e5ee2c4b3476bd2daa32ae71d3ea02f369cfb8c9cea5f0ecc4ae81d30a703 9751636 qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 80ee92b59645165098e9a0852a9569ce748804a4b849fb919dd2ab1017b5581f 1564188 qemu-system-s390x_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 78fee8aab78ccfe596e31355133ffd5fd8cd455a4333a244d9325f734d2a1462 19279500 qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 9a9cc759c973ce47af9133de86125a5a4f852bc443f52fb0639248ebbefc8cef 2313824 qemu-system-sparc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 7e72d6d58c2bd8ccb5253d279bcc91d76faf28a467fe92b142e4c17130a34234 26677856 qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 275c703a7d868e193e30cfa9925712a8bcf45ac68bc83e337fc3f0103fb00ef0 4232836 qemu-system-x86_2.11+dfsg-1ubuntu1~ppa8_arm64.deb a6e772aac169156c074224650ae3ccba6f26d6e464b7f433ec7dd1c7d11b1b61 12252 qemu-system_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 00f055058188313cffada24814980994bf4fc086c8e33a1e11d0d3c7e81d1a86 2572 qemu-user-binfmt_2.11+dfsg-1ubuntu1~ppa8_arm64.deb f32e60c64545866402c574edf77b7d340c875048bb536db30baec3e04c7bdb49 75818664 qemu-user-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb b812e62a13b2d6045b126a65395a3e46208638e926facd082445b34bfdfc3cff 84708520 qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb b3c38a4d6e7edeb27575d2d78d57ada540ecde0e0efc0ac0486c8f0241172791 7907676 qemu-user-static_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 43e98a4dabed530ca66986e32bf5538e10371ce073ceafefdc02311ed0e10c11 5910940 qemu-user_2.11+dfsg-1ubuntu1~ppa8_arm64.deb f950800577e80f309ef39c12c285ff96fd26fd56a0d67fd98fb1e3be05aa562d 8203240 qemu-utils-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 9ad329bb835dee993179f4bc0ef7145c557289ebf9b160b28eb9efd1e1f0798a 762308 qemu-utils_2.11+dfsg-1ubuntu1~ppa8_arm64.deb b31826447781dc3884dd52948c01a448466f187ad0b70d7e74cdfb2f4ee8036f 22517 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.buildinfo 0d984f20960c49fa485f5a72c222bff83a064b8e82325e2ef172fd120408c4c8 209016 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.deb a481d3a4c97fcc5b11bfa43862362a576fe4d49a3b221d43e78f5b9171388252 3292 qemu_2.11+dfsg-1ubuntu1~ppa8_arm64_translations.tar.gz Files: d31fe0647ab0eab89b05c76622862f75 129116 debug optional qemu-block-extra-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 995ad8aa68ba064fc5d597fed08ebb51 37208 otherosfs optional qemu-block-extra_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 8fc3278b196e8fc8be0ffa600866d58d 736052 debug optional qemu-guest-agent-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 4e61d89e76560c0daf8223bdbe2c48db 205568 otherosfs optional qemu-guest-agent_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 151d49502067fa4d7eabf324599b6b90 12484 otherosfs optional qemu-kvm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb cd425c0b0fcae6ec9b8480653546c358 30541332 debug optional qemu-system-arm-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 732cf9c73cafa4b811b6e1485502189a 4730588 otherosfs optional qemu-system-arm_2.11+dfsg-1ubuntu1~ppa8_arm64.deb c63a7f2350eeed9fabb82c1dffd1b6ed 48436 debug optional qemu-system-common-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb cdbeeca3ffb0a31e479c1076b91ea721 659544 otherosfs optional qemu-system-common_2.11+dfsg-1ubuntu1~ppa8_arm64.deb c7bf58be0c762b160ad4ca14d6413d90 50913680 debug optional qemu-system-mips-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 1cce7cea3038a077db30eb1b2eb266af 8061312 otherosfs optional qemu-system-mips_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 0d0e2693a2259fbb0daa09829ad601e9 124863644 debug optional qemu-system-misc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb b8d212b73b3ba67e0030ef21666fcc72 11229528 otherosfs optional qemu-system-misc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb c7bcdf2428c24cdaf6d86d719fb12500 39738872 debug optional qemu-system-ppc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 33e0a5e7465fcb720d0d437bdd0c74ad 6395296 otherosfs optional qemu-system-ppc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 30e3cb63825def54e0f1cc5a465e85aa 9751636 debug optional qemu-system-s390x-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 065daf9d3a04559e3342fe21ae27f27b 1564188 otherosfs optional qemu-system-s390x_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 15ce446785e9c48a7dbab7b36680df82 19279500 debug optional qemu-system-sparc-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 92c536bd0d36b7832c39d9312d716004 2313824 otherosfs optional qemu-system-sparc_2.11+dfsg-1ubuntu1~ppa8_arm64.deb de9100f40c10c6c33e7a8511440593b2 26677856 debug optional qemu-system-x86-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 552cc69a29db4a1b25845fa72427c14d 4232836 otherosfs optional qemu-system-x86_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 8b27e14d3f4badc33d99ce9b9ed5cbd1 12252 otherosfs optional qemu-system_2.11+dfsg-1ubuntu1~ppa8_arm64.deb cd7c6d1c69d2730f5666318ea9ff8457 2572 otherosfs optional qemu-user-binfmt_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 062484f2f89c1ba47325a8bc626402fd 75818664 debug optional qemu-user-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb fbd32c02bfb4a1517806648a8645a354 84708520 debug optional qemu-user-static-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb 6c1884477aacf8211fc3e71fafffb284 7907676 otherosfs optional qemu-user-static_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 1c7cc7fc2c4fc1b258907efc2c3571eb 5910940 otherosfs optional qemu-user_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 2b4636a01dc20aef04254caa4865c1da 8203240 debug optional qemu-utils-dbgsym_2.11+dfsg-1ubuntu1~ppa8_arm64.ddeb f7bb91c561d7e957b8d2c7ea4c910c9b 762308 otherosfs optional qemu-utils_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 4c220c796e2932b04bf11f57d4736c8f 22517 otherosfs optional qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.buildinfo 87141205bb6597410175466dd58f2bca 209016 otherosfs optional qemu_2.11+dfsg-1ubuntu1~ppa8_arm64.deb 085d0b371d625f66edd17b0c1bd3f513 3292 raw-translations - qemu_2.11+dfsg-1ubuntu1~ppa8_arm64_translations.tar.gz Original-Maintainer: Debian QEMU Team