Format: 1.8 Date: Thu, 29 Oct 2020 12:37:31 +0100 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:5.1+dfsg-4ubuntu1 Distribution: hirsute-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-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 Launchpad-Bugs-Fixed: 1897854 Changes: qemu (1:5.1+dfsg-4ubuntu1) hirsute; urgency=medium . * Merge with Debian testing, remaining changes: Fixes qemu-arm-static Assertion `guest_base != 0' failed (LP: #1897854) - qemu-kvm to systemd unit - d/qemu-kvm-init: script for QEMU KVM preparation modules, ksm, hugepages and architecture specifics - d/qemu-system-common.qemu-kvm.service: systemd unit to call qemu-kvm-init - d/qemu-system-common.install: install helper script - d/qemu-system-common.qemu-kvm.default: defaults for /etc/default/qemu-kvm - d/rules: call dh_installinit and dh_installsystemd for qemu-kvm - Distribution specific machine type (LP: 1304107 1621042) - d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine types - d/qemu-system-x86.NEWS Info on fixed machine type definitions for host-phys-bits=true (LP: 1776189) - add an info about -hpb machine type in debian/qemu-system-x86.NEWS - provide pseries-bionic-2.11-sxxm type as convenience with all meltdown/spectre workarounds enabled by default. (LP: 1761372). - ubuntu-q35 alias added to auto-select the most recent q35 ubuntu type - Enable nesting by default - d/p/ubuntu/enable-svm-by-default.patch: Enable nested svm by default in qemu64 on amd [ No more strictly needed, but required for backward compatibility ] - improved dependencies - Make qemu-system-common depend on qemu-block-extra - Make qemu-utils depend on qemu-block-extra - let qemu-utils recommend sharutils - 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-in: depend on ipxe-qemu-256k-compat-efi-roms to be able to handle incoming migrations from former releases. - d/control-in: Disable capstone disassembler library support (universe) - d/qemu-system-x86.README.Debian: add info about updated nesting changes - d/control*, d/rules: disable xen by default, but provide universe package qemu-system-x86-xen as alternative [includes compat links changes of 5.0-5ubuntu4] - allow qemu to load old modules post upgrade (LP 1847361) - d/qemu-block-extra.*.in, d/qemu-system-gui.*.in: save shared objects on upgrade - d/rules: generate maintainer scripts matching package version on build - d/rules: enable --enable-module-upgrades where --enable-modules is set - d/control: regenerate debian/control out of control-in * Dropped changes [in Debian or no more needed] - d/control-in: disable pmem on ppc64 as it is currently considered experimental on that architecture (pmdk v1.8-1) - d/rules: makefile definitions can't be recursive - sys_systems for s390x - d/rules: report config log from the correct subdir - d/control-in: disable rbd support unavailable on riscv (LP: 1872931) - Pick further changes for groovy from debian/master since 5.0-5 - ati-vga-check-mm_index-before-recursive-call-CVE-2020-13800.patch - revert-memory-accept-mismatching-sizes-in-memory_region_access_...patch - exec-set-map-length-to-zero-when-returning-NULL-CVE-2020-13659.patch - megasas-use-unsigned-type-for-reply_queue_head-and-check-index...patch - megasas-use-unsigned-type-for-positive-numeric-fields.patch - megasas-fix-possible-out-of-bounds-array-access.patch - nbd-server-avoid-long-error-message-assertions-CVE-2020-10761.patch - es1370-check-total-frame-count-against-current-...-CVE-2020-13361.patch - a few patches from the stable series: - fix-tulip-breakage.patch - 9p-lock-directory-streams-with-a-CoMutex.patch Prevent deadlocks in 9pfs readdir code - net-do-not-include-a-newline-in-the-id-of-nic-device.patch Fix newline accidentally sneaked into id string of a nic - qemu-nbd-close-inherited-stderr.patch - virtio-balloon-fix-free-page-hinting-check-on-unreal.patch - virtio-balloon-fix-free-page-hinting-without-an-iothread.patch - virtio-balloon-unref-the-iothread-when-unrealizing.patch - acpi-tmr-allow-2-byte-reads.patch - reapply CVE-2020-13253 fixes from upstream - linux-user-refactor-ipc-syscall-and-support-of-semtimedop.patch - linux-user-add-netlink-RTM_SETLINK-command.patch - d/control: since qemu-system-data now contains module(s), it can't be multi-arch. Ditto for qemu-block-extra. - qemu-system-foo: depend on exact version of qemu-system-data, due to the latter having modules - acpi-allow-accessing-acpi-cnt-register-by-byte.patch' This is another incarnation of the recent bugfix which actually enabled memory access constraints, like #964247 - acpi-accept-byte-and-word-access-to-core-ACPI-registers.patch this replace acpi-allow-accessing-acpi-cnt-register-by-byte.patch and acpi-tmr-allow-2-byte-reads.patch, a more complete fix - xhci-fix-valid.max_access_size-to-access-address-registers.patch fix one more incarnation of the breakage after the CVE-2020-13754 fix - do not install outdated (0.12 and before) Changelog - xgmac-fix-buffer-overflow-in-xgmac_enet_send-CVE-2020-15863.patch ARM-only XGMAC NIC, possible buffer overflow during packet transmission Closes: CVE-2020-15863 - sm501 OOB read/write due to integer overflow in sm501_2d_operation() - riscv-allow-64-bit-access-to-SiFive-CLINT.patch another fix for revert-memory-accept-.. CVE-2020-13754 - seabios-hppa-fno-ipa-sra.patch fix ftbfs with gcc-10 - d/control-in: build-dep libcap is no more needed - arch aware kvm wrappers [upstream now automatically enables KVM if available and called with kvm* name, provides KVM as before but with auto-fallback to tcg. Former behavior of KVM-or-die can be achieved via -machine accel=kvm ] * Dropped changes [upstream now] - d/p/u/usb-fix-setup_len-init-CVE-2020-14364.patch: sanity check usb setup_len - d/p/u/lp-1887930-*: Enable Channel Path Handling for vfio-ccw (LP 1887930) - d/p/u/lp-1894942-*: fix virtio-ccw host/guest notification (LP 1894942) - d/p/ubuntu/lp-1887935-vfio-ccw-allow-non-prefetch-ORBs.patch: fix boot from vfio-ccw (LP 1887935) - fix qemu-user-static initialization to allow executing systemd (LP 1890881) - fix assertion failue in net_tx_pkt_add_raw_fragment (LP 1891187) - d/p/ubuntu/lp-1883984-target-s390x-Fix-SQXBR.patch: avoid crash on SQXBR (LP 1883984) - d/p/lp-1890154-*: fix -no-reboot on s390x secure boot (LP 1890154) - d/p/ubuntu/lp-1887763-*: fix TCG sizing that OOMed many small CI environments (LP 1887763) - d/p/ubuntu/lp-1835546-*: backport the s390x protvirt feature (LP 1835546) - debian/patches/ubuntu/lp-1878973-*: fix assert in qemu-guest-agent that crashes it on shutdown (LP 1878973) - update d/p/ubuntu/lp-1835546-* to the final versions - d/p/ubuntu/virtio-net-fix-rsc_ext-compat-handling.patch: fix FTBFS in groovy * Added Changes: - update ubuntu machine types for hirsute@5.1 - d/control: regenerated from d/control-in - d/control, d/rules: build with gcc-9 on armhf as workaround until resolved in gcc-10 (LP: 1890435) Checksums-Sha1: 7e63b67c847fd9c67b6ce760c6ef0eb86ee1d2e9 174192 qemu-block-extra-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 1f288d868eb1e54ab8fd5c0732cf0e6d5f5c0a2b 42696 qemu-block-extra_5.1+dfsg-4ubuntu1_riscv64.deb 435020daeb5437afcf51229e4e1ba416e5627e87 587724 qemu-guest-agent-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 89a9ef238780bf6183e41aecdb7b96939791af39 169168 qemu-guest-agent_5.1+dfsg-4ubuntu1_riscv64.deb 66a5e0f642f1f635f5607bf10845dc4c167940b3 40033940 qemu-system-arm-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb d1bf3c09324f29334bc97ed8135b50da2e5ac045 6714716 qemu-system-arm_5.1+dfsg-4ubuntu1_riscv64.deb 5ae05c5d42bee38a4d22df69edc2f70fbb59a493 6582668 qemu-system-common-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 96e468dfa75f581a86e62ea5caf1c26801a8a4bb 1510964 qemu-system-common_5.1+dfsg-4ubuntu1_riscv64.deb b8491f2ad81231a54d9fadb28bc953ea986084cd 151300 qemu-system-gui-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 0d26ba241ed13aed90ccb67e4ea9287dbeddab01 45776 qemu-system-gui_5.1+dfsg-4ubuntu1_riscv64.deb 6562164b62e13b7533df7f8be46573dc24699d2b 62745100 qemu-system-mips-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 026ae1017b1ba323bd2abc74321259780df75e5b 10472260 qemu-system-mips_5.1+dfsg-4ubuntu1_riscv64.deb 659f583e8d8b24058c81f6b4e8ee9f74be136151 208148396 qemu-system-misc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb e5a16706d71f0c4abb17a2db927c587dbe1e2457 25353776 qemu-system-misc_5.1+dfsg-4ubuntu1_riscv64.deb e9384758be62c835ace6c95b99baeec5d745236e 32636504 qemu-system-ppc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 1f1d0831f8313d37b58585d6499ae15a8999970d 5689260 qemu-system-ppc_5.1+dfsg-4ubuntu1_riscv64.deb f38f4578b5e4ec270b6ebdedcc06ade036044e09 11477600 qemu-system-s390x-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 10f975e35ad283d81f77f8460efb6105bb3c301e 2003228 qemu-system-s390x_5.1+dfsg-4ubuntu1_riscv64.deb c70d290cb43834dbcd334192a2c11f3b90f8314c 21998104 qemu-system-sparc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 1074b3a7622d74fcd7b1e13750bbde8fb4f9ff23 3171304 qemu-system-sparc_5.1+dfsg-4ubuntu1_riscv64.deb ab8df96125b0c02583764ee0ab0d75dc7fbd846d 30637632 qemu-system-x86-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb c3c982294ae22f33fcd6ae76c7feb864a7b83e3a 5409372 qemu-system-x86_5.1+dfsg-4ubuntu1_riscv64.deb a92adea84fa9c0076131cf46e72f68f423aba57b 12248 qemu-system_5.1+dfsg-4ubuntu1_riscv64.deb 9ac2df75d709da8c7c1bec3a78635585988a8931 3208 qemu-user-binfmt_5.1+dfsg-4ubuntu1_riscv64.deb 3d9a6503c8bcbcf1e49fe44fd8c821fc75e6b4d4 122613304 qemu-user-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb c7e09cb314a47ee15146b91b83a5e01f4c2121c6 129973820 qemu-user-static-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 9bc0ffc1ef46dd4821166fd850ab7bf4f7983b89 12512668 qemu-user-static_5.1+dfsg-4ubuntu1_riscv64.deb 77b75d0dfc21bd01a11c800ae393fbdd437d0e97 10296736 qemu-user_5.1+dfsg-4ubuntu1_riscv64.deb 45ecdcca40542da140a8e16f843d5264dd05c65f 10557500 qemu-utils-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 70c7703dfa4af677382448d8413d1660c5b4e158 896640 qemu-utils_5.1+dfsg-4ubuntu1_riscv64.deb 3ee81394f55f998d2788d49c9509ac74129af761 28302 qemu_5.1+dfsg-4ubuntu1_riscv64.buildinfo 34a456a4d9f56bd471925e57db3e2807bf3ecf4a 15984 qemu_5.1+dfsg-4ubuntu1_riscv64.deb c0b0aa88b00ff25f0cee11e34e5dabe2f9c97b46 6115 qemu_5.1+dfsg-4ubuntu1_riscv64_translations.tar.gz Checksums-Sha256: fe4b668d9547a37963a10264819c33cdacd1d690b2f1c539f18be22d6c3611d0 174192 qemu-block-extra-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb f10308c940a23627deaa5bf31fe0babfb5f048fb7f42cc8a939c2720fd8b9602 42696 qemu-block-extra_5.1+dfsg-4ubuntu1_riscv64.deb a88ee61f4b28bacd1ec3f8f521db50bfdfa32bf040d45b81295cd82536ebc8ce 587724 qemu-guest-agent-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb a2395e5bb5047a5fa3544f07f43d94b5fe81694e728322003a46a9b47bbd26cc 169168 qemu-guest-agent_5.1+dfsg-4ubuntu1_riscv64.deb 38d93a3d62e5b3c2c27436f0d1d2d378cbcce462450359d4782f4c90dae3cc23 40033940 qemu-system-arm-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 62bad45208a85a894cf90005c4c0e34e2036ee3ed45659e64ecf7015732ea345 6714716 qemu-system-arm_5.1+dfsg-4ubuntu1_riscv64.deb 6dc125c5b52ecc862e229ccc0da7af9f374cbb508b5dfaa465e93412a3417bb1 6582668 qemu-system-common-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 58143613b6b6247354db92dd8bb2d30680c30263d9137cc5a2123f6db08bf06b 1510964 qemu-system-common_5.1+dfsg-4ubuntu1_riscv64.deb 50e8566054d7acbddf8f0ef75aab2f8e9c6adebdac24a2970d87218815cc401c 151300 qemu-system-gui-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb fa5b5a73d3f43a62e48df2db936528eec897a5d2c758cb68940336c0198383ea 45776 qemu-system-gui_5.1+dfsg-4ubuntu1_riscv64.deb 200834bb308f4c5a2100cd289eb8dd149ff69c16ccaab0ffd7edc16a24a39943 62745100 qemu-system-mips-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 6c08deaa96dad4aeb91a6ceec34916b25e1de44f453e1385a335e71488b8d721 10472260 qemu-system-mips_5.1+dfsg-4ubuntu1_riscv64.deb f92f3894f4b24c64f767a7517fd543f6aef7dab422261a33e09eaaf31bb1e786 208148396 qemu-system-misc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 77d2eda325734b13fd33caa7fa1c7dacca04f40335fd9fd17782e5d6ea521b27 25353776 qemu-system-misc_5.1+dfsg-4ubuntu1_riscv64.deb 073daa81214b42bbec03aae37d765cd7efa8abe2747102ee4faf7af22a4afa0f 32636504 qemu-system-ppc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb b9aaf1dab693fe745a07bda4e15698f1035dbe646f269b3ae9e5b2d2dfb5e6c0 5689260 qemu-system-ppc_5.1+dfsg-4ubuntu1_riscv64.deb 853d5846831532adab184fecc8019106b147e626b6a47325d8c282188bd6552a 11477600 qemu-system-s390x-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 2ab2155d497614cf74453040dc226cffd51db5de3bdd2c10bae7f2171601fcab 2003228 qemu-system-s390x_5.1+dfsg-4ubuntu1_riscv64.deb 5f5bbe7aa06d2e1a084ecb1bb3765af0848129eb5789a18810057c7984df34bf 21998104 qemu-system-sparc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 2786518e08978f7d0863c2e49803307ce68018865dc80f0307bc5887d40d875e 3171304 qemu-system-sparc_5.1+dfsg-4ubuntu1_riscv64.deb ae143d21009a40c7807dd7d5d5ca5a9057870253eec1b364b7da319cd411a4dd 30637632 qemu-system-x86-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb e6b175134cb7de3bf7cdea55ac78779017108b23d44ccbde84c9c25cc6dacbd4 5409372 qemu-system-x86_5.1+dfsg-4ubuntu1_riscv64.deb 8ff1f4501efa48ba8d87a3c991faece8123b1e1b5c3b20e45e1f2e42c4933654 12248 qemu-system_5.1+dfsg-4ubuntu1_riscv64.deb 8253e4f5f93fae536c37ccb56a189c0c5c2921ab297dd269fd56792e9e051eac 3208 qemu-user-binfmt_5.1+dfsg-4ubuntu1_riscv64.deb 30a01efb0d7f4467f82647eb40c5b0ca4a2cf01c01821ce41d92097b5a7a401a 122613304 qemu-user-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 63bc745fb6d9da1bf77a43552aee7c6c8d5ea22bbc8f58ea51f5382523ba6eba 129973820 qemu-user-static-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 6259b209e1332c478cff56f42a963d2865e6688fcda79d638c1765833265a2db 12512668 qemu-user-static_5.1+dfsg-4ubuntu1_riscv64.deb 3ab0a01955891fae5aa67695e6c798ca40b659dc6d9db5a32d6985931182427f 10296736 qemu-user_5.1+dfsg-4ubuntu1_riscv64.deb c057b419706bc4d47c138692bda356e342c761b7ce07c7816e4c60890ea0940d 10557500 qemu-utils-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 7fbffa114c42764c4dc3a41c5623a79987bb46200e004b40d20d5b306940f6e5 896640 qemu-utils_5.1+dfsg-4ubuntu1_riscv64.deb 628cd28d2ac391eb2df0d9fc180a1607b3ea7e1e4a892779c5d8b24022c4657a 28302 qemu_5.1+dfsg-4ubuntu1_riscv64.buildinfo 3dd1fc37789643d3a15e52937522d879184ba3e82153b5ac348aba50712eeac9 15984 qemu_5.1+dfsg-4ubuntu1_riscv64.deb 69f0607d29a7ad1ca9f8eaa6bd0eea4faa5b50a85de01ce5337bc4b311e0d6a6 6115 qemu_5.1+dfsg-4ubuntu1_riscv64_translations.tar.gz Files: c74b125877e3aae27551daa5ac13f026 174192 debug optional qemu-block-extra-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 70509ebb93d773939f2f44412102316f 42696 otherosfs optional qemu-block-extra_5.1+dfsg-4ubuntu1_riscv64.deb 6062c90f9d28c47f7c8ee95e3e53cc6f 587724 debug optional qemu-guest-agent-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 380e0d162c782898c99beb1a2974b4db 169168 otherosfs optional qemu-guest-agent_5.1+dfsg-4ubuntu1_riscv64.deb 6d7e788c825246c57a384ca0d0700e29 40033940 debug optional qemu-system-arm-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 3e1bb5dd65e34345da02c96c6b927bc1 6714716 otherosfs optional qemu-system-arm_5.1+dfsg-4ubuntu1_riscv64.deb 57044a20ea2392065c5f7d850139affe 6582668 debug optional qemu-system-common-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb cfd1b2ccf26bf63b72e4d30d6e8b98a9 1510964 otherosfs optional qemu-system-common_5.1+dfsg-4ubuntu1_riscv64.deb 0014d3a31d9069b899ad220544bf6c00 151300 debug optional qemu-system-gui-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 3ef81f44ac33c003c482e13910d352ff 45776 otherosfs optional qemu-system-gui_5.1+dfsg-4ubuntu1_riscv64.deb e495b4b54aafb61854bccdbeecc4f761 62745100 debug optional qemu-system-mips-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 75244b348fac6d858d1519bd1065c00f 10472260 otherosfs optional qemu-system-mips_5.1+dfsg-4ubuntu1_riscv64.deb 27c8ef4bc6ef779ed6b24f7b73a7b790 208148396 debug optional qemu-system-misc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 8d3b85834d94088dfdabab60a648ab02 25353776 otherosfs optional qemu-system-misc_5.1+dfsg-4ubuntu1_riscv64.deb 5524ba16a61150d8526ddc0a1b55dd6b 32636504 debug optional qemu-system-ppc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 9b02ede0c082a83f876bdc957a3aca46 5689260 otherosfs optional qemu-system-ppc_5.1+dfsg-4ubuntu1_riscv64.deb 2ef9f7ab9aa59d392aeb18e488b3fb93 11477600 debug optional qemu-system-s390x-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 41f1d84e6602744d4bffb6c193eeaf29 2003228 otherosfs optional qemu-system-s390x_5.1+dfsg-4ubuntu1_riscv64.deb 64086790fe343aefc17601fb7a73ef49 21998104 debug optional qemu-system-sparc-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb af458b39bef6ed68aa53f17b64e8de3d 3171304 otherosfs optional qemu-system-sparc_5.1+dfsg-4ubuntu1_riscv64.deb b0637cec52c673fbff1d9b7d11ed6484 30637632 debug optional qemu-system-x86-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb d864aed887da19cbe2196c08b173adac 5409372 otherosfs optional qemu-system-x86_5.1+dfsg-4ubuntu1_riscv64.deb 97867098bbc1ee686e084b74686e96b4 12248 otherosfs optional qemu-system_5.1+dfsg-4ubuntu1_riscv64.deb f4009204b2f987314ebe3e977c0e81cc 3208 otherosfs optional qemu-user-binfmt_5.1+dfsg-4ubuntu1_riscv64.deb e4ba4788cc1fa28070d4f574b528e4ed 122613304 debug optional qemu-user-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 6b857e13a20db7f63173a3626766b6c1 129973820 debug optional qemu-user-static-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 33c3a1253c481b284674e06a6c14cf46 12512668 otherosfs optional qemu-user-static_5.1+dfsg-4ubuntu1_riscv64.deb 9db7e1ebac2e8dbab84a6dadd8eebc0e 10296736 otherosfs optional qemu-user_5.1+dfsg-4ubuntu1_riscv64.deb a0f85534f5bd4a70501e77de24d81fb1 10557500 debug optional qemu-utils-dbgsym_5.1+dfsg-4ubuntu1_riscv64.ddeb 582482ce532dfca0e12f577a17bcf07e 896640 otherosfs optional qemu-utils_5.1+dfsg-4ubuntu1_riscv64.deb 3b7980684f467e493009cdd8b97b7171 28302 otherosfs optional qemu_5.1+dfsg-4ubuntu1_riscv64.buildinfo dce91c1996987d49a2d828aac733891f 15984 oldlibs optional qemu_5.1+dfsg-4ubuntu1_riscv64.deb f4659f5f80ac228512eaac3e2a612873 6115 raw-translations - qemu_5.1+dfsg-4ubuntu1_riscv64_translations.tar.gz Original-Maintainer: Debian QEMU Team