Format: 1.8 Date: Mon, 12 Jul 2021 11:03:37 -0400 Source: qemu Binary: qemu qemu-block-extra qemu-guest-agent qemu-kvm qemu-system qemu-system-arm qemu-system-common qemu-system-gui qemu-system-mips qemu-system-misc qemu-system-ppc qemu-system-s390x qemu-system-sparc qemu-system-x86 qemu-user qemu-user-binfmt qemu-user-static qemu-utils Architecture: arm64 arm64_translations Version: 1:4.2-3ubuntu6.17 Distribution: focal Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Marc Deslauriers 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-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 Changes: qemu (1:4.2-3ubuntu6.17) focal-security; urgency=medium . * SECURITY UPDATE: NULL pointer dereference in MemoryRegionOps object - debian/patches/CVE-2020-15469-1.patch: add pci-intack write method in hw/pci-host/prep.c. - debian/patches/CVE-2020-15469-2.patch: add pcie-msi read method in hw/pci-host/designware.c. - debian/patches/CVE-2020-15469-3.patch: add quirk device write method in hw/vfio/pci-quirks.c. - debian/patches/CVE-2020-15469-4.patch: add ppc-parity write method in hw/ppc/prep_systemio.c. - debian/patches/CVE-2020-15469-5.patch: add nrf51_soc flash read method in hw/nvram/nrf51_nvm.c. - debian/patches/CVE-2020-15469-6.patch: add spapr msi read method in hw/ppc/spapr_pci.c. - debian/patches/CVE-2020-15469-7.patch: add dummy read/write methods in hw/misc/tz-ppc.c. - debian/patches/CVE-2020-15469-8.patch: add digprog mmio write method in hw/misc/imx7_ccm.c. - CVE-2020-15469 * SECURITY UPDATE: NULL pointer dereference flaw in SCSI emulation - debian/patches/CVE-2020-35504.patch: always check current_req is not NULL before use in DMA callbacks in hw/scsi/esp.c. - CVE-2020-35504 * SECURITY UPDATE: NULL pointer dereference flaw in am53c974 SCSI - debian/patches/CVE-2020-35505.patch: ensure cmdfifo is not empty and current_dev is non-NULL in hw/scsi/esp.c. - CVE-2020-35505 * SECURITY UPDATE: use-after-free flaw was found in the MegaRAID emulator - debian/patches/CVE-2021-3392.patch: Remove unused MPTSASState pending field in hw/scsi/mptsas.c, hw/scsi/mptsas.h. - CVE-2021-3392 * SECURITY UPDATE: out-of-bounds read/write in SDHCI controller emulation - debian/patches/CVE-2021-3409-1.patch: don't transfer any data when command time out in hw/sd/sdhci.c. - debian/patches/CVE-2021-3409-2.patch: don't write to SDHC_SYSAD register when transfer is in progress in hw/sd/sdhci.c. - debian/patches/CVE-2021-3409-3.patch: correctly set the controller status for ADMA in hw/sd/sdhci.c. - debian/patches/CVE-2021-3409-4.patch: limit block size only when SDHC_BLKSIZE register is writable in hw/sd/sdhci.c. - debian/patches/CVE-2021-3409-5.patch: reset the data pointer of s->fifo_buffer[] when a different block size is programmed in hw/sd/sdhci.c. - CVE-2021-3409 * SECURITY UPDATE: stack overflow via infinite loop issue in various NIC - debian/patches/CVE-2021-3416-1.patch: introduce qemu_receive_packet() in include/net/net.h, include/net/queue.h, net/net.c, net/queue.c. - debian/patches/CVE-2021-3416-2.patch: switch to use qemu_receive_packet() for loopback in hw/net/e1000.c. - debian/patches/CVE-2021-3416-3.patch: switch to use qemu_receive_packet() for loopback packet in hw/net/dp8393x.c. - debian/patches/CVE-2021-3416-5.patch: switch to use qemu_receive_packet() for loopback in hw/net/sungem.c. - debian/patches/CVE-2021-3416-6.patch: switch to use qemu_receive_packet_iov() for loopback in hw/net/net_tx_pkt.c. - debian/patches/CVE-2021-3416-7.patch: switch to use qemu_receive_packet() for loopback in hw/net/rtl8139.c. - debian/patches/CVE-2021-3416-8.patch: switch to use qemu_receive_packet() for loopback in hw/net/pcnet.c. - debian/patches/CVE-2021-3416-9.patch: switch to use qemu_receive_packet() for loopback in hw/net/cadence_gem.c. - debian/patches/CVE-2021-3416-10.patch: switch to use qemu_receive_packet() for loopback in hw/net/lan9118.c. - CVE-2021-3416 * SECURITY UPDATE: DoS in USB redirector device - debian/patches/CVE-2021-3527-1.patch: avoid dynamic stack allocation in hw/usb/redirect.c. - debian/patches/CVE-2021-3527-2.patch: limit combined packets to 1 MiB in hw/usb/combined-packet.c. - CVE-2021-3527 * SECURITY UPDATE: multiple issues in virtio vhost-user GPU device - debian/patches/CVE-2021-3544-1.patch: fix memory disclosure in contrib/vhost-user-gpu/virgl.c. - debian/patches/CVE-2021-3544-2.patch: fix resource leak in contrib/vhost-user-gpu/vhost-user-gpu.c. - debian/patches/CVE-2021-3544-3.patch: fix memory leak in contrib/vhost-user-gpu/vhost-user-gpu.c. - debian/patches/CVE-2021-3544-4.patch: fix memory leak in contrib/vhost-user-gpu/vhost-user-gpu.c. - debian/patches/CVE-2021-3544-5.patch: fix memory leak in contrib/vhost-user-gpu/virgl.c. - debian/patches/CVE-2021-3544-6.patch: fix memory leak in contrib/vhost-user-gpu/virgl.c. - debian/patches/CVE-2021-3544-7.patch: fix OOB write in contrib/vhost-user-gpu/virgl.c. - debian/patches/CVE-2021-3544-8.patch: abstract vg_cleanup_mapping_iov in contrib/vhost-user-gpu/vhost-user-gpu.c, contrib/vhost-user-gpu/virgl.c, contrib/vhost-user-gpu/vugpu.h. - CVE-2021-3544 - CVE-2021-3545 - CVE-2021-3546 * SECURITY UPDATE: mremap overflow in the pvrdma device - debian/patches/CVE-2021-3582.patch: check lengths in hw/rdma/vmw/pvrdma_cmd.c. - CVE-2021-3582 * SECURITY UPDATE: integer overflow in pvrdma device - debian/patches/CVE-2021-3607.patch: ensure correct input on ring init in hw/rdma/vmw/pvrdma_main.c. - CVE-2021-3607 * SECURITY UPDATE: uninitialized memory unmap in pvrdma device - debian/patches/CVE-2021-3608.patch: fix the ring init error flow in hw/rdma/vmw/pvrdma_dev_ring.c. - CVE-2021-3608 * SECURITY UPDATE: out-of-bounds access issue in ARM Generic Interrupt Controller - debian/patches/CVE-2021-20221.patch: fix interrupt ID in GICD_SGIR register in hw/intc/arm_gic.c. - CVE-2021-20221 * SECURITY UPDATE: infinite loop while processing transmit descriptors - debian/patches/CVE-2021-20257.patch: fail early for evil descriptor in hw/net/e1000.c. - CVE-2021-20257 Checksums-Sha1: 696b8c812df1a339cf335f3ce7566992e7b8f41e 255096 qemu-block-extra-dbgsym_4.2-3ubuntu6.17_arm64.ddeb aa951b5dc44e12294f046449d429aa5140646e37 51276 qemu-block-extra_4.2-3ubuntu6.17_arm64.deb d12c7dd6ff790e90990ffe377facdb4e1d34b140 614984 qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_arm64.ddeb be394c3b25f57cc0d1652cfc3fd340216e0d03a2 185500 qemu-guest-agent_4.2-3ubuntu6.17_arm64.deb 561c6097376c63571ecd0047060da708697551bd 12448 qemu-kvm_4.2-3ubuntu6.17_arm64.deb cc4303e4855b5d770a953eb54970b539f0037890 57179012 qemu-system-arm-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 1ec12364702e7aa0f8e3bc1eb8cf2d783a0c0ed9 7130828 qemu-system-arm_4.2-3ubuntu6.17_arm64.deb 605d6d156c6fb39bf77db3ddeba5cba9d1b22df4 2227160 qemu-system-common-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 1fca1ae0ece03a81335aa9f6a95e44f22213edfb 1036032 qemu-system-common_4.2-3ubuntu6.17_arm64.deb 66318e7f3339f851e255768c1841387275b6d7bf 272140 qemu-system-gui-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 8a44a9c95a309ac3a6053142fc0b426bf9284d01 38928 qemu-system-gui_4.2-3ubuntu6.17_arm64.deb 96b7c39ee148c5e1290f99d73b3e7296edcf86f6 94826300 qemu-system-mips-dbgsym_4.2-3ubuntu6.17_arm64.ddeb c85924271ca094ae907d8c5a18b3561a65962f18 11846800 qemu-system-mips_4.2-3ubuntu6.17_arm64.deb 708bed5cd30e58953d7eabb2e02fa7a8db3722f2 285678504 qemu-system-misc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 2d6610251f92ebe419b96ab91442ff19f838ba0e 40288000 qemu-system-misc_4.2-3ubuntu6.17_arm64.deb 2dd806f361a3e365923b062ef8432dc8cd86327f 47648224 qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 947c73c038f6ad12d0df0f6b0f30c969a57ab132 6380752 qemu-system-ppc_4.2-3ubuntu6.17_arm64.deb 4b2ec030f449830e27389de483d703de2368232d 18106628 qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_arm64.ddeb f5803a7c25e82a55af1f90e7c0f187e26db65de1 2385876 qemu-system-s390x_4.2-3ubuntu6.17_arm64.deb 8cc6a684cf2386739516cf17f22e348340ed862e 33160220 qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 4df42dc9c24b5987f31012b30bddb74a1ced6a3f 4719504 qemu-system-sparc_4.2-3ubuntu6.17_arm64.deb 02a057cb9c992b7123fdce3bb88fe14d7d0442a6 45746548 qemu-system-x86-dbgsym_4.2-3ubuntu6.17_arm64.ddeb c3db57354be763f5fd238f0609e8fb3b08d16994 6185440 qemu-system-x86_4.2-3ubuntu6.17_arm64.deb 1740dd63945ea962ad49715920dbe6459d17f2b3 12244 qemu-system_4.2-3ubuntu6.17_arm64.deb 0d66a494d5c953753bd40f03c97f3cf162325259 3140 qemu-user-binfmt_4.2-3ubuntu6.17_arm64.deb 757e91ec6d88013e40a13274cec146c1cf51d819 206364116 qemu-user-dbgsym_4.2-3ubuntu6.17_arm64.ddeb f6c83b6006b7f7aa99155b8b39c54c528fc0159e 218261976 qemu-user-static-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 1dbf40bbea91028799a31e709da0c09bb7a8f149 17157096 qemu-user-static_4.2-3ubuntu6.17_arm64.deb fdfd6edec8dd5581764d433a70e9a8583792c01f 14727324 qemu-user_4.2-3ubuntu6.17_arm64.deb a4d8a452e6ae72db91c9e02eef11d7f1434122a2 11559860 qemu-utils-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 5924fb39183352e948af43aa9ef0af0bf6045d20 926404 qemu-utils_4.2-3ubuntu6.17_arm64.deb 79902c29a795ca7fa95094a16ebe9f3491302ed1 29712 qemu_4.2-3ubuntu6.17_arm64.buildinfo 68658520bc14a4f18d535b81ee5647e25a53af2b 15032 qemu_4.2-3ubuntu6.17_arm64.deb 23002498b08f19b6eb558474eb5a7b8e7bb5449f 5301 qemu_4.2-3ubuntu6.17_arm64_translations.tar.gz Checksums-Sha256: 767589406354dc458c1bbbf95c41cdd466c8b19e5a688b3d42f2e1c1e7499184 255096 qemu-block-extra-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 770fd20da6e91a6272b0da31d38f8cf788d4269571bf9714d0bcd1199d9aa6c7 51276 qemu-block-extra_4.2-3ubuntu6.17_arm64.deb 4da78bb13a54c2111514bf3b23b283a76e2b4670fffc19fd7f967b10dc66da17 614984 qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_arm64.ddeb eaab80bd84e0a857a3c3eaf8de8be9e03eb01a15db370439d063019f126c9adb 185500 qemu-guest-agent_4.2-3ubuntu6.17_arm64.deb 6f98e47c7e94d2ff855e4b96803c88ef676010fd11c330b069ddd0a8c043f0e4 12448 qemu-kvm_4.2-3ubuntu6.17_arm64.deb f9fca9922f6282b97db8fa516663942b58992b843220334ad913acbcbd44c9b5 57179012 qemu-system-arm-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 1d28281e650a0304e6b469c5b998e945a37d443311ace1ea7190bd9766c36b2c 7130828 qemu-system-arm_4.2-3ubuntu6.17_arm64.deb 49d6f8a5b4412de9fc80b6cf55b6b74ace9acff3b7ec6443e8290a66f40228d2 2227160 qemu-system-common-dbgsym_4.2-3ubuntu6.17_arm64.ddeb ec1b8dab04787b05414d6224cbff083543a08b6be4ae2b680233d08cad503897 1036032 qemu-system-common_4.2-3ubuntu6.17_arm64.deb f088414aa7268ba942879e16ca8a2ec07c59174f3bfa2bc95a4b274e51d82609 272140 qemu-system-gui-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 678848f1b720f914c1edca73b126d69d07acb873d8fa8acd2f8ab518f65f2295 38928 qemu-system-gui_4.2-3ubuntu6.17_arm64.deb f7212bd5398006f8376827e8238aebeba0af9d8f8817db42997bb7c4efdfe375 94826300 qemu-system-mips-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 59549abc357a60cd09a8c1d9e8121d57f2db87ab6b3fb876092d26f2facfd5f9 11846800 qemu-system-mips_4.2-3ubuntu6.17_arm64.deb 5e1ddb4da1885f96f835efb6a09cf80e2c1f4880937fe861e181cf9310c82b1f 285678504 qemu-system-misc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 32e7ae5dd7d86a31de57e4ec5062ae8e51bfbea0d7ce4b5b100c2d3185df5b91 40288000 qemu-system-misc_4.2-3ubuntu6.17_arm64.deb 7bf468f762e650f172ef295f7feba5863413c1f321b74f96a9b4cf384cd6a221 47648224 qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 5e3963ed20a93a0ecaa5316cc088e0937078ff54f33d93f0c1b911802b0b29f0 6380752 qemu-system-ppc_4.2-3ubuntu6.17_arm64.deb cc98d56090fb4f8ea754e7e42f8651b7232dd907e6322368fbf286ccc72346cf 18106628 qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 560d952905773050b743db4ff61311f2fbfcfcd9fd9e83abfbe6a30152fbf6d3 2385876 qemu-system-s390x_4.2-3ubuntu6.17_arm64.deb 96b67ab984e46ebd1ff6bd5050e80adf128f7ad6bc0cfdeafdf6cd62231685f1 33160220 qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 075f8cd61276e68866f7122e78526a792ebf50ee4c774c5b26c7efd279d2a1db 4719504 qemu-system-sparc_4.2-3ubuntu6.17_arm64.deb 968aa4d5a1fae0bbc4c4ac026e80ce22d09980df628a8d3da35c1caa3af0cb9f 45746548 qemu-system-x86-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 2fc770cac70c56cea4e3f2410e9ca3c47abb701d11bfc8c94f161babaa5f8a30 6185440 qemu-system-x86_4.2-3ubuntu6.17_arm64.deb 16ec8e759a290cd7530ad96ab2423e02087ceda4ba6fd8b5c643d34da24b9e70 12244 qemu-system_4.2-3ubuntu6.17_arm64.deb fab5756fad31fac996d720d92c33dfee2a95aac9f857a233f8c94ff1ce773500 3140 qemu-user-binfmt_4.2-3ubuntu6.17_arm64.deb 6c69638910934409bc85e651b99225a795f94822c5908303ea29f0abeb02db72 206364116 qemu-user-dbgsym_4.2-3ubuntu6.17_arm64.ddeb c0b177ede4e7d8ef67a9f41e3aec84665976cc8fddd3986bd0da752b49db42d8 218261976 qemu-user-static-dbgsym_4.2-3ubuntu6.17_arm64.ddeb c0e77bc63fad506b0bf1ad624054822e43aa78fedbcf9b6631b6b299cb944a35 17157096 qemu-user-static_4.2-3ubuntu6.17_arm64.deb d63ab49d5738b20408411d41dce541ce38f2b06ca1417dab68d0444ef009dd42 14727324 qemu-user_4.2-3ubuntu6.17_arm64.deb 0695368fa4970189318a8774c72d574a7028a74e0529017f6e0def8309819fc7 11559860 qemu-utils-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 5e983eed762661207d63297c0a57b7c680cc47ae413dc03ddf5ab2137166e550 926404 qemu-utils_4.2-3ubuntu6.17_arm64.deb 3cd84777ba7637e298181e6f69e802df08aef0ce1c2bc7ab6cc84b79f1f61618 29712 qemu_4.2-3ubuntu6.17_arm64.buildinfo d9e09b2d3e3b646e8e4ce616a5c100b095c58080cfb09e73fa552050dc6702d0 15032 qemu_4.2-3ubuntu6.17_arm64.deb e972de119c23ce65839210124000febdafd1cbd5a45f68cff69c196414cbf857 5301 qemu_4.2-3ubuntu6.17_arm64_translations.tar.gz Files: 247d6a368887f92b05d49352ccb50a2f 255096 debug optional qemu-block-extra-dbgsym_4.2-3ubuntu6.17_arm64.ddeb a02d648e8d87e1251c29f31cafbd2789 51276 otherosfs optional qemu-block-extra_4.2-3ubuntu6.17_arm64.deb 6c1ed3cf0201f72ee49b3bc9f4700fb6 614984 debug optional qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 23638a33d8636f3493e33b0df786ae28 185500 otherosfs optional qemu-guest-agent_4.2-3ubuntu6.17_arm64.deb b9486eb053542df93ee70f40eaa08df1 12448 otherosfs optional qemu-kvm_4.2-3ubuntu6.17_arm64.deb e415be066889d5031a19b8d5bb1c61d6 57179012 debug optional qemu-system-arm-dbgsym_4.2-3ubuntu6.17_arm64.ddeb bc5166253ea11ea686d69be0040f3532 7130828 otherosfs optional qemu-system-arm_4.2-3ubuntu6.17_arm64.deb 5f65e94dbbb28224ec0ed0a72419df55 2227160 debug optional qemu-system-common-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 08ed0f8a0ec7f80b21927ca2356f68d5 1036032 otherosfs optional qemu-system-common_4.2-3ubuntu6.17_arm64.deb ecf5c5de2effb3abb5c0d7944871fa64 272140 debug optional qemu-system-gui-dbgsym_4.2-3ubuntu6.17_arm64.ddeb d1018293b5366cf81def0f45fbb3955a 38928 otherosfs optional qemu-system-gui_4.2-3ubuntu6.17_arm64.deb 64921ae5f2f8948621a8619aeab362fb 94826300 debug optional qemu-system-mips-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 6c9671d4d75b2ac0f5c4a0d8fe260ca4 11846800 otherosfs optional qemu-system-mips_4.2-3ubuntu6.17_arm64.deb 859c5a0d4e593d5db42b373f62007c4f 285678504 debug optional qemu-system-misc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb a95d7af16f84f5c57f36a7cd29029d10 40288000 otherosfs optional qemu-system-misc_4.2-3ubuntu6.17_arm64.deb 535def1f537476f5004d61d107b97d86 47648224 debug optional qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 0f40309cfbbb94ae0fa1c9c9eb300df6 6380752 otherosfs optional qemu-system-ppc_4.2-3ubuntu6.17_arm64.deb e2f21e980b185ddaf7a4632eae2e1d7d 18106628 debug optional qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 942c4cce1027674546569fc0a078798d 2385876 otherosfs optional qemu-system-s390x_4.2-3ubuntu6.17_arm64.deb 506c01213b98fef98c276f5ee0d53d45 33160220 debug optional qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 076fee4a525e970ff155c3ac06525b06 4719504 otherosfs optional qemu-system-sparc_4.2-3ubuntu6.17_arm64.deb cfc706e639e008a90d814ab1826a2ff4 45746548 debug optional qemu-system-x86-dbgsym_4.2-3ubuntu6.17_arm64.ddeb a1bd6c13cf0a8245e137bb714afcbbef 6185440 otherosfs optional qemu-system-x86_4.2-3ubuntu6.17_arm64.deb 60e8cc274b80e71f402849fe82d63018 12244 otherosfs optional qemu-system_4.2-3ubuntu6.17_arm64.deb 949aed7b10de2acdbd3a918cc171eeee 3140 otherosfs optional qemu-user-binfmt_4.2-3ubuntu6.17_arm64.deb b97c3fed780781726f6431b05adf4fb4 206364116 debug optional qemu-user-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 1470dbd9259b49eb53c34f9183afbfce 218261976 debug optional qemu-user-static-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 38373fa372eb207910a1853b79f5b95a 17157096 otherosfs optional qemu-user-static_4.2-3ubuntu6.17_arm64.deb b5f16c3070fb884e3e386bbd4fc8a7a4 14727324 otherosfs optional qemu-user_4.2-3ubuntu6.17_arm64.deb cd9be52ea07cfa87202f62abff67dea8 11559860 debug optional qemu-utils-dbgsym_4.2-3ubuntu6.17_arm64.ddeb 01bba93bb7ea7c3ec8e4d02c8897ddf7 926404 otherosfs optional qemu-utils_4.2-3ubuntu6.17_arm64.deb 161052625c2a6a67fad7fdd82977eadb 29712 otherosfs optional qemu_4.2-3ubuntu6.17_arm64.buildinfo f257c86054676bfd05ab97d86e9d89ef 15032 oldlibs optional qemu_4.2-3ubuntu6.17_arm64.deb 49073c45be8d82388b504cf67b56d78c 5301 raw-translations - qemu_4.2-3ubuntu6.17_arm64_translations.tar.gz Original-Maintainer: Debian QEMU Team