Format: 1.8 Date: Thu, 21 Jun 2018 14:24:06 +0200 Source: qemu Binary: qemu qemu-system qemu-block-extra qemu-system-data qemu-system-common qemu-system-gui 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.12+dfsg-3ubuntu1 Distribution: cosmic-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Christian Ehrhardt Description: qemu - fast processor emulator, dummy package 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-data - QEMU full system emulation (data files) qemu-system-gui - QEMU full system emulation binaries (user interface and audio sup 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 Closes: 903562 Launchpad-Bugs-Fixed: 1763275 1780768 1780769 1780772 1780773 1781526 Changes: qemu (1:2.12+dfsg-3ubuntu1) cosmic; urgency=medium . * Merge with Debian testing, Remaining Changes: - Among other things this fixes (LP: #1780768, LP: #1780769, LP: #1780772) - 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 - d/qemu-system-x86.README.Debian: document intention of nested being default is comfort, not full support - 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 - d/p/ubuntu/machine-type-hpb.patch: add -hpb machine type for host-phys-bits=true (LP: 1776189) - add an info about -hpb machine type in debian/qemu-system-x86.NEWS - d/p/ubuntu/lp-1761372-*: provide pseries-bionic-2.11-sxxm type as convenience with all meltdown/spectre workarounds enabled by default. (LP: 1761372). - 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 - arch aware kvm wrappers - update VCS-git (updated to match cosmic) - 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 - d/control-in: enable RDMA support in qemu (LP: 1692476) - 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. - SECURITY UPDATE: Speculative Store Bypass - debian/patches/ubuntu/CVE-2018-3639/0001*.patch: define the 'ssbd' CPUID feature bit in target/i386/cpu.*. - debian/patches/ubuntu/CVE-2018-3639/0002*.patch: define the AMD 'virt-ssbd' CPUID feature bit in target/i386/cpu.c. - debian/patches/ubuntu/CVE-2018-3639/0003*.patch: define the Virt SSBD MSR and handling of it in target/i386/cpu.h, target/i386/kvm.c, target/i386/machine.c. - CVE-2018-3639 * Added Changes: - update machine type changes for qemu 2.12 and the Ubuntu Cosmic release - add cosmic types for base and -hpb - drop no more supported types (zesty and yakkety) - d/p/series: group machine type changes - d/p/ubuntu/CVE-2018-3639/* update for qemu 2.12 using the final patches merged upstream - d/p/ubuntu/CVE-2018-11806-slirp-correct-size.patch: slirp: correct size computation while concatenating mbuf. CVE-2018-11806 - d/qemu-kvm-init, d/qemu-system-common.qemu-kvm.default: drop the deprecated handling of VHOST_NET_ENABLED and KVM_HUGEPAGES. - d/qemu-kvm-init: do not exit early on non x86/ppc64el (LP: #1763275) - d/qemu-kvm-init, d/kvm.powerpc: clean up typos and shellcheck warnings - d/qemu-kvm-init, d/kvm.powerpc: fix SMT detection and make it only apply to POWER8 - d/qemu-kvm-init: drop old VM detection that was broken in some cases and is no more needed with systemd-detect-virt being more mature and always present. - d/kvm.powerpc: drop old powerpc (non-ppc64el) code. - d/control-in: add libibumad-dev which is now needed for rdma - d/rules: update s390x delta to match new Debian packaging - d/p/ubuntu/lp-1781526-powerpc64-align-memory-THP.patch: align to 2MB for powerpc64 to speed up translation (LP: #1781526) - d/p/ubuntu/lp-1780773-s390x-cpumodels-add-z14-Model-ZR1.patch: Add cpu model for z14 ZR1 (LP: #1780773). - Mark qemu-system-data foreign to be able to install it e.g. on i386 (Closes: 903562) - d/control-in: qemu-keymaps is provided by qemu-system-data now (from yet unreleased Debian version) * Dropped Changes: - debian/patches/ubuntu/partial-SLOF-for-s390x-netboot-compilation.patch (No more removed when building DFSG orig tarball in Debian) - 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) (Debian switched to gtk which seems to work better and has all dependencies in main.) - d/control-in: enable seccomp on s390x (in Debian for Linux-any) - Changes that are now upstream with qemu 2.12 - d/p/ubuntu/lp1753826-memfd-fix-configure-test.patch: fix FTBFS with newer versions of glibc >=2.27 (LP: 1753826) - d/p/ubuntu/qemu-stable-2.11.1.patch: add stable release - d/p/ubuntu/lp1739665-SSE-AVX-AVX512-cpu-features.patch: Enable new SSE/AVX/AVX512 cpu features (LP: 1739665) - d/p/ubuntu/lp1740219-continuous-space-commpage.patch: make Arm space+commpage continuous which avoids long startup times on qemu-user-static (LP: 1740219) - provide pseries-2.12-sxxm type (LP: 1761372) - d/p/ubuntu/lp-1704312-1-* provide means to manually handle filesystem-dax with pmem by backporting align and unarmed options (LP: 1704312). - d/p/ubuntu/lp-1762315-slirp-Add-domainname.patch: slirp: Add domainname option to slirp's DHCP server (LP: 1762315) - d/p/ubuntu/lp-1762854-*: fix issue with SCSI-2 devices denying Protection information (LP: 1762854). - d/p/ubuntu/lp-1763468-*: fix VSMT handling to fix ppc64el P8/P9 migration (LP: 1763468). - SECURITY UPDATE: out-of-bounds access during migration via ps2 CVE-2017-16845 - SECURITY UPDATE: arbitrary code execution via load_multiboot CVE-2018-7550 - SECURITY UPDATE: denial of service in Cirrus CLGD 54xx VGA CVE-2018-7858 Checksums-Sha1: 0013fef15021ac79c745f7658c8e1ee99631c82b 153716 qemu-block-extra-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb d8b44929132bc3375b73999c0bcac6160a6560fe 40716 qemu-block-extra_2.12+dfsg-3ubuntu1_s390x.deb e8632b9a1cece9d1ac15d0b522020fc451e8323c 571020 qemu-guest-agent-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb f428dab182b1bf9ac53ad6e328bcce8ecc06e01f 183360 qemu-guest-agent_2.12+dfsg-3ubuntu1_s390x.deb f307c85d9cc8dc10825d3dd017f883428e7ac2bd 12472 qemu-kvm_2.12+dfsg-3ubuntu1_s390x.deb 4128f41360f38642571e053f8829356833583b56 35325732 qemu-system-arm-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 7d06f8b95d7d42b543f8dca3e54c259fd929575e 5526084 qemu-system-arm_2.12+dfsg-3ubuntu1_s390x.deb 170a3b3fb435eb665aa2b499756bbe6cf726d478 45624 qemu-system-common-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 669c0236a6908f3b10e3985910c62af85b34251f 30076 qemu-system-common_2.12+dfsg-3ubuntu1_s390x.deb 3845f1722ea71af1ab18ac5dd418a65a874022a9 92288 qemu-system-gui-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 0876455a43e916234036a374422c0dd86f69741c 35416 qemu-system-gui_2.12+dfsg-3ubuntu1_s390x.deb b5af429ce00f65a1f068b74d539340c874b9a556 57108204 qemu-system-mips-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 6c8021736ea0facbe8c038d0dce576ef740befa9 9361116 qemu-system-mips_2.12+dfsg-3ubuntu1_s390x.deb e5199488656fc2d2219c4568fe0bb334dd9e7420 171272528 qemu-system-misc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb d9552d6b00a6076b8671ef5aee28cf8ac0abb831 20283364 qemu-system-misc_2.12+dfsg-3ubuntu1_s390x.deb 3ede0a3667f4cc11e4b44807a928057722002827 44826724 qemu-system-ppc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 1ef80d2d323c1af5a3d6d17e87bbd893fc2a44a9 7407644 qemu-system-ppc_2.12+dfsg-3ubuntu1_s390x.deb ee1561a834761518819a489e1a5bab6be1969753 11196968 qemu-system-s390x-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 03b01e016d899c72169e88f707fea2581b0fbadc 1860924 qemu-system-s390x_2.12+dfsg-3ubuntu1_s390x.deb 7f0b6d8b20c230fb285c2445dc545685beb97be3 21571792 qemu-system-sparc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 6a95bc7933bfa7bf679108d0c6f356bbdd0899b6 3474488 qemu-system-sparc_2.12+dfsg-3ubuntu1_s390x.deb f3b6437872e3eeddab1ea3c907b376102583eb17 29837304 qemu-system-x86-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 718447ef46af6997662d1c0b13dcad9ec06afb7b 4895732 qemu-system-x86_2.12+dfsg-3ubuntu1_s390x.deb a584000ae953b6a214080213b914878321e8ba0e 12248 qemu-system_2.12+dfsg-3ubuntu1_s390x.deb 88019d3f9a8c85c67e8c87533be6cb12e93ef05c 2684 qemu-user-binfmt_2.12+dfsg-3ubuntu1_s390x.deb c3b1569088adf928b3ce2621df4ccf8c3b5ca1db 87685428 qemu-user-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb faf5f634dd011c6da2fdd80a77f9719c727051b6 99126028 qemu-user-static-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 33b49bddc24d3e05ae762a314a226493429c34b0 16754832 qemu-user-static_2.12+dfsg-3ubuntu1_s390x.deb 630e89777d43cc2868d53f5f021a7125b2e2ec58 7876000 qemu-user_2.12+dfsg-3ubuntu1_s390x.deb 7824b2bf4fcd23e9bab3d1afba32f9cc58847004 10764264 qemu-utils-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 0403264eab5810020bfacdfbd449d3a17f0cf6bd 910552 qemu-utils_2.12+dfsg-3ubuntu1_s390x.deb d71dd2beba09ec70bdcb7512670152e512f10ffa 26789 qemu_2.12+dfsg-3ubuntu1_s390x.buildinfo 908228fe046d71f51a1e9d817ad47181cc382588 16500 qemu_2.12+dfsg-3ubuntu1_s390x.deb f89cb8ea224b821c0a2a76f905d36a6855b39bbc 5311 qemu_2.12+dfsg-3ubuntu1_s390x_translations.tar.gz Checksums-Sha256: c87bc6915b575008ad09067dcadcd2c379413af79c4cf5c93f095641d66260d5 153716 qemu-block-extra-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 89ece0014cfa84314137d78d5d2f3491a427d8a73ee3a2ef0cd13a700a651d05 40716 qemu-block-extra_2.12+dfsg-3ubuntu1_s390x.deb 448dd5da596a7e71270cbffe688af9ec90f2e687d59b3fc6cc974aecb04cb32a 571020 qemu-guest-agent-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 41ad955fd6f460b6a8f28e6917864c3905b7e0d88e04e20b9799589ca6f301e7 183360 qemu-guest-agent_2.12+dfsg-3ubuntu1_s390x.deb d5f3674c06dc57d63f83f2b4f05cce3904cc5948ad0582defcac7d665e9e6c52 12472 qemu-kvm_2.12+dfsg-3ubuntu1_s390x.deb 797fed014dcb9dbe7c917f5a7ef72b15538d427098f38dce47446feb74f8adb9 35325732 qemu-system-arm-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb eb54d838abfbe56743cd673d03d1dc943bc0e80506d1b5fe54233fe9cf4a16a2 5526084 qemu-system-arm_2.12+dfsg-3ubuntu1_s390x.deb 48d55bdb743461582c178cb7799fed47db1864d82b0a10c766ba0e05c97bbbe3 45624 qemu-system-common-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 5f25eb3928c2a2fc7b4d34c04972bf9cd0999abd192f1a3646e497342cb03119 30076 qemu-system-common_2.12+dfsg-3ubuntu1_s390x.deb dfec4cea43173712c16f9aa8b0a349137db936b837ae63ab2473cda81ea366f5 92288 qemu-system-gui-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb d3c99238fe5fb35b8ee15c39c7ecbc6f15dd8f5c4e288c9eb1d971cedcb27608 35416 qemu-system-gui_2.12+dfsg-3ubuntu1_s390x.deb a3746759bd7c84463e28b49b56cb8070107382670d67b68c9630378885b9fc02 57108204 qemu-system-mips-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb e6d656af024c295f1232d2fbdfdb86acf6ff69fe654c396e57e0797db7ebd626 9361116 qemu-system-mips_2.12+dfsg-3ubuntu1_s390x.deb cc0fff3527209a34710e51e1f7f5247f6a99128b8edd28efe7319ca051c900cc 171272528 qemu-system-misc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb b1aa130470ff25a0dee0d6f101a87470ffa19811b738cbada6f69f49b15f4006 20283364 qemu-system-misc_2.12+dfsg-3ubuntu1_s390x.deb f7645cc5e528573a08e118ca688d37f2aed7c9aa3bae653585e3db282dc1f72f 44826724 qemu-system-ppc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb b2c0322407e7bae8cc5a0fe1adad6c0552433f4caede17d7a3ded724479169fa 7407644 qemu-system-ppc_2.12+dfsg-3ubuntu1_s390x.deb 6d174d416527fccffc929d1316180cbf71ef7fadf81361731bccb22f2661572b 11196968 qemu-system-s390x-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 8cd3a8818b9b547813d0ec583ebae3429968bca3050853018b127fbc5cf964b8 1860924 qemu-system-s390x_2.12+dfsg-3ubuntu1_s390x.deb bd9207f753bb6088e3b2ced31e1f40212cc785bd5c2380ea89876489f2b8ee66 21571792 qemu-system-sparc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 826199787471cfae30d7097f0de5bd00b845b6e71a672d4d7515ee276f28f26d 3474488 qemu-system-sparc_2.12+dfsg-3ubuntu1_s390x.deb 041b998c27b0b735eeb91dedad3f759df9a91a3350be08e751aee036652c0ee0 29837304 qemu-system-x86-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb b46d2554744cdebb571522bfeb6a1e4794b68cab769c6a56ccce00c3e895002e 4895732 qemu-system-x86_2.12+dfsg-3ubuntu1_s390x.deb 1c9cc14830d83016302e985520347f772357b9c2d988671f8e9f41a426565d09 12248 qemu-system_2.12+dfsg-3ubuntu1_s390x.deb 082a4e2a000e83fd2fd31ed5d70db3cf6421e6b16fd534b326f0c9ae019980be 2684 qemu-user-binfmt_2.12+dfsg-3ubuntu1_s390x.deb f6f8e630a51ce8d11eb1a3db447d1db97d0f3923937b57613e1f19d35bf5bab9 87685428 qemu-user-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 6e9ea9842768c4968f6e77049cfc671a0b723163e02b1241402763b11232baa5 99126028 qemu-user-static-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 450bb32b13782877e3996bda884cc1f1159f3981e81bdf53fa2120c73c12c1fb 16754832 qemu-user-static_2.12+dfsg-3ubuntu1_s390x.deb b47c2e03dad09d4feb92f192c749ede449641ca0d8c545e4c4e9631cb435ed44 7876000 qemu-user_2.12+dfsg-3ubuntu1_s390x.deb 53e1db17c7e65da827ecf042972c6530316b9e28f850ad2dc0d2b4d917e69f30 10764264 qemu-utils-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 085df67082282e1cedb407853afd048876c3714ed6068e697db94f3fe22fce93 910552 qemu-utils_2.12+dfsg-3ubuntu1_s390x.deb 9c140357fb9800a49b5fdd7ee617bcc346ba0d63a8924e2f83d47f88c84a6812 26789 qemu_2.12+dfsg-3ubuntu1_s390x.buildinfo d78e0c698f13d112fc98ea4a840b321a18f11e13f8a57ff85ac931754df87b2d 16500 qemu_2.12+dfsg-3ubuntu1_s390x.deb 1fe78924f5e1fea276a334c9d334bc721005f221c0ac162393fc0e50410f1869 5311 qemu_2.12+dfsg-3ubuntu1_s390x_translations.tar.gz Files: 40a0cfa3a9393e7a3774e6ddf09c9b88 153716 debug optional qemu-block-extra-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb b7138c376514ea9ec04c14bbf36d96aa 40716 otherosfs optional qemu-block-extra_2.12+dfsg-3ubuntu1_s390x.deb 1886ed9748a0cf5cac8de189219f3b10 571020 debug optional qemu-guest-agent-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 4cd1f30f42da6497bca7b00c7cfb302a 183360 otherosfs optional qemu-guest-agent_2.12+dfsg-3ubuntu1_s390x.deb 7f68ebd33bd335becbcf36e8cd8b6d85 12472 otherosfs optional qemu-kvm_2.12+dfsg-3ubuntu1_s390x.deb 0ecb72e76d7ee3ed112cc9b3832f9daa 35325732 debug optional qemu-system-arm-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 28ddf8ddc56b456ee92355fd1a3246d5 5526084 otherosfs optional qemu-system-arm_2.12+dfsg-3ubuntu1_s390x.deb 5962bc3acb0f65091b67115b129a3999 45624 debug optional qemu-system-common-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb cb62557001a06a659e75a5b010c3964b 30076 otherosfs optional qemu-system-common_2.12+dfsg-3ubuntu1_s390x.deb 917e7cf08a4c2d1e57c6c7e32187a7ac 92288 debug optional qemu-system-gui-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 5fe4af507435906762118c290e5c631b 35416 otherosfs optional qemu-system-gui_2.12+dfsg-3ubuntu1_s390x.deb b742f21c71cdb875d5b73561b4704d46 57108204 debug optional qemu-system-mips-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 3315bfa466d6333bd67c14fc68df0614 9361116 otherosfs optional qemu-system-mips_2.12+dfsg-3ubuntu1_s390x.deb fedee9274b8b3c20764cb018dc529c33 171272528 debug optional qemu-system-misc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 679df38dbe3e190769623a86c9cbdad1 20283364 otherosfs optional qemu-system-misc_2.12+dfsg-3ubuntu1_s390x.deb b920f9007c00b9ab895d221bd055ad68 44826724 debug optional qemu-system-ppc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb d3aac4ad7abe95b5adb62c6080547bda 7407644 otherosfs optional qemu-system-ppc_2.12+dfsg-3ubuntu1_s390x.deb 8a865ef389550b422da6ccf045dcd731 11196968 debug optional qemu-system-s390x-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb fbbe4f6f5ba2989f8b6111855261bb12 1860924 otherosfs optional qemu-system-s390x_2.12+dfsg-3ubuntu1_s390x.deb 9ff4f46eeab7b2f99d348112657c29c5 21571792 debug optional qemu-system-sparc-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 24e66c022ae4fe3d025185515ad88037 3474488 otherosfs optional qemu-system-sparc_2.12+dfsg-3ubuntu1_s390x.deb 61eff21fe4b15696f3fdc7c69026b360 29837304 debug optional qemu-system-x86-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 07bc8dee26e3c5f51454c26d5ce0ca83 4895732 otherosfs optional qemu-system-x86_2.12+dfsg-3ubuntu1_s390x.deb 99d96271e582b0f3eebc74c208477da9 12248 otherosfs optional qemu-system_2.12+dfsg-3ubuntu1_s390x.deb d49ccda7d369d8f870a1816151ae30dd 2684 otherosfs optional qemu-user-binfmt_2.12+dfsg-3ubuntu1_s390x.deb d794f8af31450797871f240e3a0b773f 87685428 debug optional qemu-user-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 1431a0861c05501bf326a71109b6e4b0 99126028 debug optional qemu-user-static-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb 6e4a6d8804b1cc56c8bbc013bbe77424 16754832 otherosfs optional qemu-user-static_2.12+dfsg-3ubuntu1_s390x.deb c150effc2a051acb13f32a7c594847f0 7876000 otherosfs optional qemu-user_2.12+dfsg-3ubuntu1_s390x.deb 14c6c6353d7a9aeb06a0ab8960c20dff 10764264 debug optional qemu-utils-dbgsym_2.12+dfsg-3ubuntu1_s390x.ddeb cc958f676d3098a8fb79da863c239906 910552 otherosfs optional qemu-utils_2.12+dfsg-3ubuntu1_s390x.deb fee2cdf7e0fc6f91b1a4f02d30c72f55 26789 otherosfs optional qemu_2.12+dfsg-3ubuntu1_s390x.buildinfo d8e833a7fb8f47220c71c6d9d7f45bd3 16500 oldlibs optional qemu_2.12+dfsg-3ubuntu1_s390x.deb 56920c40670d7011c30d6d62a62d5269 5311 raw-translations - qemu_2.12+dfsg-3ubuntu1_s390x_translations.tar.gz Original-Maintainer: Debian QEMU Team