Format: 1.8 Date: Mon, 12 Jul 2021 11:03:37 -0400 Source: qemu Binary: qemu qemu-block-extra qemu-guest-agent 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: riscv64 riscv64_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-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: 706095afa55a3c49c8b9250efc6b1f4441682a27 200484 qemu-block-extra-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 363a5ab1dc081c8dc5cfe6994af4a3c01ca13505 41880 qemu-block-extra_4.2-3ubuntu6.17_riscv64.deb 877858b2f35889fdcde18508ec6262490a3d60e6 599540 qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 92d7c0f1389cb3c99311c6716914ac48e1329f97 174600 qemu-guest-agent_4.2-3ubuntu6.17_riscv64.deb a7d26cd950ab56168809b77c62df79e722f85187 53406172 qemu-system-arm-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 83eb9675a8beb37325c6e286828a571802d90c73 6918376 qemu-system-arm_4.2-3ubuntu6.17_riscv64.deb 3076df81341a496517449d34a6cd172fd30bf070 2098036 qemu-system-common-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb cd98533c32e92e4887838c3d29af3a3f724eb7aa 1005116 qemu-system-common_4.2-3ubuntu6.17_riscv64.deb 2da27b50f76691bcd499edddc202ef69abc3cdbc 268772 qemu-system-gui-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb da8a1dd5ab5d7e2688f1caccabf0bff5e8fe2763 36648 qemu-system-gui_4.2-3ubuntu6.17_riscv64.deb 8297413910bf0ffe2aa6c6b8f764df49b88993f1 84338684 qemu-system-mips-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb b7dfdc98ed71ce1abe59f86b4c1abec3a8e3de9b 11478084 qemu-system-mips_4.2-3ubuntu6.17_riscv64.deb 9e53a60b89a03e096527b3a74c72592b26eef0e7 261473768 qemu-system-misc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb a83ae052e0df8595021d6093e3c936443e0d0ab4 31905336 qemu-system-misc_4.2-3ubuntu6.17_riscv64.deb 15ed9b2fe1a866ac3900858aad7920296683a3b3 43925856 qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb cf42b7061ff964c48b85a9392337bff57dcc3867 6099016 qemu-system-ppc_4.2-3ubuntu6.17_riscv64.deb c4967dbf1c2fdbeb2e547766024fe5000f25b104 16689868 qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 8ffd7f4f6af856bb01e6718383a70d62b3d81cdd 2268024 qemu-system-s390x_4.2-3ubuntu6.17_riscv64.deb 0924393bf2d80a62047fc0fd629f9a284c5f54ad 30407300 qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb ddfa571219b280c6f541e87466b14965e91a5387 4421748 qemu-system-sparc_4.2-3ubuntu6.17_riscv64.deb a34e676e5d105c428b52f2c8613d01de5f50bc23 42048660 qemu-system-x86-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb c75185fb57eec22abe29dace9fc8de798e005ad8 5897768 qemu-system-x86_4.2-3ubuntu6.17_riscv64.deb d05b4d5321f5d4a8154a0020cd055b013d341252 12244 qemu-system_4.2-3ubuntu6.17_riscv64.deb 75caa1f6416ba03d48cd17bd80c0a869ee67940b 3124 qemu-user-binfmt_4.2-3ubuntu6.17_riscv64.deb 340b45700803d46e8cebf64232f0edce82b107a3 169047132 qemu-user-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 98fa9c47bb93ec667a9df09efd349bf595985a31 180120772 qemu-user-static-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 81ee5be4d1cbb7e20adcdb020dcb4059858c4427 17511728 qemu-user-static_4.2-3ubuntu6.17_riscv64.deb a6452ab7857f891fba233e1a93e884144c721e4e 13938448 qemu-user_4.2-3ubuntu6.17_riscv64.deb d375336dde80556aac66f531f02e6976895314b6 11228368 qemu-utils-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 393219a2e6c56d71f6c0511ee50c58fc0a92d2b5 851880 qemu-utils_4.2-3ubuntu6.17_riscv64.deb b474a0ddb1bc6127ddfca9dfb71be072ca20cd3d 28603 qemu_4.2-3ubuntu6.17_riscv64.buildinfo 357ae64fd95a2ad78b104ef8761a9cb213f2c847 15036 qemu_4.2-3ubuntu6.17_riscv64.deb 791fc53a228d756e0863df0300653a01f9a5a5fd 5312 qemu_4.2-3ubuntu6.17_riscv64_translations.tar.gz Checksums-Sha256: 2e348a45483e8719c0061a207d43a66842560814257465e3a963d43b3712168d 200484 qemu-block-extra-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 798428597b0fe9244fe2287b9628cd2e99456d0e421b3285f09200725113c398 41880 qemu-block-extra_4.2-3ubuntu6.17_riscv64.deb 54055d163a934083155bf65f3e73614c888ba8d9e1898d2b8ac6d65622e2f02a 599540 qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 0a533086b1eb0c96c3b0202fe5d5d864fa7eeaf7452bd3afd7103a86898eef2a 174600 qemu-guest-agent_4.2-3ubuntu6.17_riscv64.deb 7a342d7f30a5295351f4632a2c404dba5fdbd12393080f7458fee88af87b2c9e 53406172 qemu-system-arm-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 6ccb19a7fac8a0af30192d89ad00af3eed27f101f695084f7dce609b69dabcb9 6918376 qemu-system-arm_4.2-3ubuntu6.17_riscv64.deb 3d000bcfdc390f48209e501dd72af90b9555e313a6c7d42560c6db54f94f58b4 2098036 qemu-system-common-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 67d929c8ee28e2e0e44e52b97c6747d3c7e7f1670c269d3cfbffb337d366a770 1005116 qemu-system-common_4.2-3ubuntu6.17_riscv64.deb 8e6aa18874db369a382947dfc4997dd36b0d62085744c468ab1d28a2662737f5 268772 qemu-system-gui-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 32c87ffcd179b0c59a4545632fe3956a7996bf5796c7646b71f2f665fca5aaa6 36648 qemu-system-gui_4.2-3ubuntu6.17_riscv64.deb 88d8a11676ad3596b46a8467966a882070309d26895cd0a94b7453f6aa1cd3d2 84338684 qemu-system-mips-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb c67cf475ab99582fb6c2e665d6588c68955b79cf6df5a88953160f40b5605073 11478084 qemu-system-mips_4.2-3ubuntu6.17_riscv64.deb 84083394cdfa3aefc0931d06659381a7880aac43dc64319b87fb978549b7d884 261473768 qemu-system-misc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 5d8e185728fba7fb1232e5e01f73b4b295b1114d86a2a48156a304e76d8dbcb9 31905336 qemu-system-misc_4.2-3ubuntu6.17_riscv64.deb 28697ce5a312532175f55b2317476f08efe4f80420ded32ed2ef7cef215fda1e 43925856 qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 5ac0d7f651f9af65f5243254d005f0641de5b64b0b5c019992b438b052014900 6099016 qemu-system-ppc_4.2-3ubuntu6.17_riscv64.deb ad6032ed509ca1fd600834943fea5e89d0a26c6850655b6636cc6486718b9687 16689868 qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb d04d686339f469dbb4a3d3bc33027ff8d534cfe700f0eaea0cf72f013c51f8fe 2268024 qemu-system-s390x_4.2-3ubuntu6.17_riscv64.deb b954026b42eb5b020630ae32a44adcf1c3315cf2ac48df87f26c9d66a5f85e88 30407300 qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb dce83a6165513a2a59ab3a973decc355ba4c6d46d5425bd45eb69d989bf1e92c 4421748 qemu-system-sparc_4.2-3ubuntu6.17_riscv64.deb dd147ce1651b4c891cd4ca677a8c12ea04f460f50a3fd5faf99ee93d79f83564 42048660 qemu-system-x86-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb d54674420368f7d7ce38eb4e78634f9b38819f3d7854bd9b13cb4a9105886ca4 5897768 qemu-system-x86_4.2-3ubuntu6.17_riscv64.deb e0a85a687dce706d122e956faaf879d0064a0cf8ee3b8d0fdd8cc7192363dbf6 12244 qemu-system_4.2-3ubuntu6.17_riscv64.deb 4c05a021d86b4b09189d40f9dfad7a6c61f69252b3caee9d19b8d7375dac5fdd 3124 qemu-user-binfmt_4.2-3ubuntu6.17_riscv64.deb 8dfb126e2911ce2d2f27a88b59210896dd7a2771198bfdc8ce371dd6157063ce 169047132 qemu-user-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 5a6d9705b738f7429a3486b68cf398171e1e98331082f3929fe3a9ca8840c418 180120772 qemu-user-static-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 6816f6eaf942ae4a0e112f1254107aa205d4869a90be58669e54a1f386f93eee 17511728 qemu-user-static_4.2-3ubuntu6.17_riscv64.deb 23370ba0279683673a03ccb925a5714d0643ec567a0f89088dd3fa2b06868d9b 13938448 qemu-user_4.2-3ubuntu6.17_riscv64.deb 9f0415877e40b4cc63c3136e156eba1a1903ac6e4163a0a80053b8fb4a8d1355 11228368 qemu-utils-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb b6a403ba9f62fe147976f1f0e4d8bd3c258016ac86bad1149cb0beefd15d2d16 851880 qemu-utils_4.2-3ubuntu6.17_riscv64.deb 80b7910f5b03e7337a5638c6147975f2dfabd36e6d5ab5a8d3ee4a977553a7bd 28603 qemu_4.2-3ubuntu6.17_riscv64.buildinfo 3038583b1b1b30ca7b9b5dd7c586c7c64b9b7b874d6e48952396a0708356029d 15036 qemu_4.2-3ubuntu6.17_riscv64.deb b42c171acf7f38b86d4a6338fe35f2609896c8027002961c484c660ace8d54ef 5312 qemu_4.2-3ubuntu6.17_riscv64_translations.tar.gz Files: 705ee931cac054bc0efcf59fbb3bdc57 200484 debug optional qemu-block-extra-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb c87db36eee540df145b9a07c4da957ec 41880 otherosfs optional qemu-block-extra_4.2-3ubuntu6.17_riscv64.deb 2d9f69df628c410c097e69a02056446c 599540 debug optional qemu-guest-agent-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 8e8cfd2616b086fefb36f4bc2faa07db 174600 otherosfs optional qemu-guest-agent_4.2-3ubuntu6.17_riscv64.deb 5f62f463f325c6c126cca825d8c221d4 53406172 debug optional qemu-system-arm-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 5449ef93f9c94734b8ddf4bd86aba8dc 6918376 otherosfs optional qemu-system-arm_4.2-3ubuntu6.17_riscv64.deb 31e272534e01a31337245f519ccdd1e7 2098036 debug optional qemu-system-common-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb d93978184da53ddfdc86062b98de344f 1005116 otherosfs optional qemu-system-common_4.2-3ubuntu6.17_riscv64.deb b9270d994cd3ed68b4fa29d98a3b03e3 268772 debug optional qemu-system-gui-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 00a30572ec2232e2496a1e97ec7568a3 36648 otherosfs optional qemu-system-gui_4.2-3ubuntu6.17_riscv64.deb d22c5764ec13985b6e938879435364ca 84338684 debug optional qemu-system-mips-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 706239c9c165df97c95220fdf4607b86 11478084 otherosfs optional qemu-system-mips_4.2-3ubuntu6.17_riscv64.deb ea19a03afd83d41dedf868ee52c8febf 261473768 debug optional qemu-system-misc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 1788241d5a48a69bfa4287e5e1c956f0 31905336 otherosfs optional qemu-system-misc_4.2-3ubuntu6.17_riscv64.deb 42f64964d4232e29c8e3249e7f72ce2a 43925856 debug optional qemu-system-ppc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb c279052c1ca456cdb1ada195bf7282f6 6099016 otherosfs optional qemu-system-ppc_4.2-3ubuntu6.17_riscv64.deb e73b8d6dd6404055c46c615283e4b35f 16689868 debug optional qemu-system-s390x-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 02ee6049f5c7972ee5a92d6b04436ef1 2268024 otherosfs optional qemu-system-s390x_4.2-3ubuntu6.17_riscv64.deb 8354601f180d977e175b7c7c6c0b21cc 30407300 debug optional qemu-system-sparc-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb e812b5914e35ee5bac559b44a7a188d9 4421748 otherosfs optional qemu-system-sparc_4.2-3ubuntu6.17_riscv64.deb c23ccf8fcc83c5c77a9174a865d406cb 42048660 debug optional qemu-system-x86-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 4da83319b13bfcb7e42a4e5327326b4c 5897768 otherosfs optional qemu-system-x86_4.2-3ubuntu6.17_riscv64.deb b513c9f8fc012bc92bf3d40f62cccde4 12244 otherosfs optional qemu-system_4.2-3ubuntu6.17_riscv64.deb ed9edb924156b9a983844421165ceadb 3124 otherosfs optional qemu-user-binfmt_4.2-3ubuntu6.17_riscv64.deb c284bb4e193c14f90f59d80638b2529d 169047132 debug optional qemu-user-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb ad83428608e89957192819d680b64f96 180120772 debug optional qemu-user-static-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb b5b53ba461ceac42b54364ede856367f 17511728 otherosfs optional qemu-user-static_4.2-3ubuntu6.17_riscv64.deb b71168c81eb97ec1ab858d18df7a09c0 13938448 otherosfs optional qemu-user_4.2-3ubuntu6.17_riscv64.deb 5cec746a37d787ea6082716ea1f6977e 11228368 debug optional qemu-utils-dbgsym_4.2-3ubuntu6.17_riscv64.ddeb 043ce1e4d895354540c5091cc364d99a 851880 otherosfs optional qemu-utils_4.2-3ubuntu6.17_riscv64.deb d678b5ce9736ebf5aa732bfab5137344 28603 otherosfs optional qemu_4.2-3ubuntu6.17_riscv64.buildinfo 58c1e2994cbe9898ee067444ebfe70f3 15036 oldlibs optional qemu_4.2-3ubuntu6.17_riscv64.deb c291163e7333acab81607a2e9d233b6e 5312 raw-translations - qemu_4.2-3ubuntu6.17_riscv64_translations.tar.gz Original-Maintainer: Debian QEMU Team