-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 28 Jun 2026 08:33:17 +0300 Source: qemu Binary: qemu-block-extra qemu-block-extra-dbgsym qemu-guest-agent qemu-guest-agent-dbgsym qemu-system qemu-system-arm qemu-system-arm-dbgsym qemu-system-common qemu-system-common-dbgsym qemu-system-gui qemu-system-gui-dbgsym qemu-system-mips qemu-system-mips-dbgsym qemu-system-misc qemu-system-misc-dbgsym qemu-system-modules-opengl qemu-system-modules-opengl-dbgsym qemu-system-modules-spice qemu-system-modules-spice-dbgsym qemu-system-ppc qemu-system-ppc-dbgsym qemu-system-riscv qemu-system-riscv-dbgsym qemu-system-s390x qemu-system-s390x-dbgsym qemu-system-sparc qemu-system-sparc-dbgsym qemu-system-x86 qemu-system-x86-dbgsym qemu-user qemu-user-binfmt qemu-user-dbgsym qemu-user-static qemu-utils qemu-utils-dbgsym Architecture: riscv64 Version: 1:10.0.11+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: riscv64 Build Daemon (rv-manda-02) Changed-By: Michael Tokarev Description: 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 (graphical display and audio qemu-system-mips - QEMU full system emulation binaries (mips) qemu-system-misc - QEMU full system emulation binaries (miscellaneous) qemu-system-modules-opengl - QEMU full system emulation binaries (OpenGL display modules) qemu-system-modules-spice - QEMU full system emulation binaries (spice display modules) qemu-system-ppc - QEMU full system emulation binaries (ppc) qemu-system-riscv - QEMU full system emulation binaries (riscv) 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 (static binaries) qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user qemu-user-static - QEMU user mode emulation (compat/transitional package) qemu-utils - QEMU utilities Closes: 1139923 Changes: qemu (1:10.0.11+ds-0+deb13u1) trixie; urgency=medium . * new upstream stable/bugfix release: - Update version for 10.0.11 release - linux-user: Fix AT_PHDR when program headers are relocated into their own segment - hw/pci: Replace assert with bounds check and return - ppc/pnv_phb3: Error out on invalid config access - linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturn - linux-user/xtensa: save/restore FP registers across signal delivery - target/xtensa: add cpu_set_fcr/fsr helpers to sync fp_status - ui/sdl2: Set GL ES profile before creating initial GL context - hw/9pfs: reject . and .. in Twstat rename - hw/9pfs: fix abort due to illegal name with Twstat rename - gdbstub: Update x86 control register bits - target/i386: apply mod to immediate count of an RCL/RCR operation - hw/uefi: fix parse_hexstr (Closes: CVE-2026-48915) - target/riscv: mask vxrm csrw write to the low 2 bits - disas/riscv.c: fix inst_length() - target/riscv/cpu_helper.c: add PMA access fault - target/riscv/cpu_helper.c: fault with reserved PTE.PBMT val - target/riscv/insn_trans/trans_rvzicbo.c.inc: save opcode before helpers - disas/riscv.c: add 'cbo' insns to disassembler - target/riscv/csr.c: fix mstatus.UXL reserved value - target/riscv/csr.c: do not allow mstatus MPV/GVA writes - target/riscv/cpu_helper.c: allow LOAD_ADDR_MIS promotion to AMO fault - virtio: Allow to fill a whole virtqueue in order - libvduse: fix buffer overflow in vduse_queue_read_indirect_desc() (Closes: CVE-2026-6425) - libvhost-user: fix buffer overflow in virtqueue_read_indirect_desc() (Closes: CVE-2026-6425) - tests/qtest: Add amd-iommu command buffer head wrap test - amd_iommu: Update command buffer head ptr in MMIO region after wraparound - amd_iommu: restrict command buffer head/tail ranges to ring size - linux-user: add preadv2/preadv2 - system/rtc: Fix a possible year-2038 integer overflow problem - linux-user/strace: add fsmount series of syscalls - linux-user: implement fsmount(2) series of syscalls - fpu: Handle all rounding modes in partsN_uncanon_normal - hw/usb/hcd-ohci: Clean up USBPacket before freeing ISO TD packet - qed: Don't try to flush during incoming migration - qcow2: Fix data loss on zero write with detect-zeroes=unmap - iotests/046: Test that discard/write_zeroes wait for dependencies - qcow2: Fix corruption on discard during write with COW - qemu-io: Add 'aio_discard' command - virtio-blk: add missing VIRTIO_BLK_T_SCSI_CMD size check (Closes: #1139923, CVE-2026-48914) - block/io: fallback to bounce buffer if BLKZEROOUT is not supported because of alignment - s390x/pci: Fix interrupt forwarding disable for interpreted devices - target/s390x: Make container ids in SysIB_15x 1-based - tests/unit: add test-envlist covering setenv/unsetenv name matching - util/envlist: fix prefix-match in envlist_unsetenv() name lookup - 9pfs: fix missing rename lock in v9fs_co_readdir_many (Closes: CVE-2026-48004) - tests/9pfs: add deep absolute path test - tests/qtest/libqos: add qvirtqueue_reset_pool() for descriptor pool reset - hw/9pfs: let callers of v9fs_path_sprintf() and v9fs_fix_path() handle errors - hw/9pfs: add error handling to v9fs_fix_path() - hw/9pfs: change V9fsPath.size to size_t and v9fs_path_sprintf() return type - hw/9pfs: add NULL check in v9fs_path_is_ancestor() - hw/9pfs: move G_GNUC_PRINTF to header - linux-user/s390x: restore fpu_status rounding mode from FPC on sigreturn - linux-user/sh4: restore FP rounding mode on sigreturn - linux-user/sh4: preserve T/M/Q bits across signal delivery - linux-user/mips: save/restore FCSR across signal delivery - linux-user/ppc: restore fp_status from FPSCR on sigreturn - hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() - hw/net/rocker_of_dpa: Check group ID pointers are not NULL - target/arm: Don't assert if 64-bit EL2 AT insn sees a Domain fault - target/arm: Set correct fp flags for FLOGB when FPCR.AH = 1 - target/arm: Use FPST_A64_F16 for SVE FCVTLT_hs - target/arm: SVE2 FMAXP, FMINP must honour AH=1 - block/linux-aio: bound ioq_submit() recursion depth - mc146818rtc: Fix get_guest_rtc_ns() overflow bug - apic: fix delivery bitmask with modified xAPIC ids - lsi53c895a: clear tag byte when processing messages - lsi53c895a: fix use-after-free of cancelled request - ui: fix validation of VNC extended clipboard data length (Closes: CVE-2026-8343) - ui/vnc: fix OOB read updating VNC update frequency stats (Closes: CVE-2026-48003) - ui/vnc: fix OOB write in lossy rect worker code (Closes: CVE-2026-48002) - ui/vnc: fix OOB write in VNC stats array (Closes: CVE-2026-48002) - ui/vnc: fix OOB read access in VNC SASL mechname array - target/riscv: clear mseccfg on reset for all dependent extensions - target/riscv: Update the local interrupt mask - target/riscv: Add mseccfg to VMStateDescription - target/riscv: Save stimer and vstimer in CPU vmstate - target/riscv/pmp: Fix integer overflow in TOR and NA4 address computation - target/riscv: Fix medeleg[11] read-only zero bit for M-mode ECALL - hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen - hw/char: sifive_uart: Avoid infinite delay of async xmit function - target/riscv: Allow mseccfg access based on ext_zicfilp - hw/riscv/riscv-iommu: Fix Svnapot 64KB pages - target/riscv: Update MISA.X for non-standard extensions - target/riscv: Update MISA.C for Zc* extensions Checksums-Sha1: 3609d029197f84bd85c33b1cf6384332f933e60f 327328 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb fb2b332db9ec90cf304e405b0bf4cb5378c2b3c5 128316 qemu-block-extra_10.0.11+ds-0+deb13u1_riscv64.deb 1c6ecd8095dd9f87dfe0383e9d6b15b7c41ea934 969016 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 8266a1e0dfd57157afdf7c6f2515b1c196faa1f5 553380 qemu-guest-agent_10.0.11+ds-0+deb13u1_riscv64.deb a30a72142863b4f463fbe1fe1b13a4349699f217 39353240 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 55ecd1eb8aa8e5f93d0c0a31269e26da9ca8ec35 10025796 qemu-system-arm_10.0.11+ds-0+deb13u1_riscv64.deb a13334b38d11ae4558b86da9e98a164e5949f64c 2240484 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 44f0695d6f7a317739649b96f5cec465b94742ed 898972 qemu-system-common_10.0.11+ds-0+deb13u1_riscv64.deb d415d923b9c7785ad9e6cecd0adb1cc007bbfd9e 1072344 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 1184f049438e8f62b7f2ad549e4d5fb12ff63540 352380 qemu-system-gui_10.0.11+ds-0+deb13u1_riscv64.deb 20d9901453b318da263b98fa6ba2ead7b6ee2664 54677532 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 2e487a0e6568056388c9b17e7c2a480a4a16031b 14741924 qemu-system-mips_10.0.11+ds-0+deb13u1_riscv64.deb 06111c0a0b3dfd2909c9430d096c703eaa5ac361 143833268 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 50944e465881e990d08476d72a1b034fe624d6a4 40875152 qemu-system-misc_10.0.11+ds-0+deb13u1_riscv64.deb 4153284c724d7dea1c336c578a44c2bc4757c38a 601464 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb e152b42b4d13178ab49481b6c8798d730597c9fa 187016 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_riscv64.deb f455333f88006a61867461a903446aea7798d987 216224 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 72e25492a246a0194b04519258db3b218408bd53 128048 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_riscv64.deb 4efb9e237afc4d1b9a556f8d53d1e29bcda4d7f0 30908492 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 65d07adab729e4e429adaa02c579e3ffd776d434 8250964 qemu-system-ppc_10.0.11+ds-0+deb13u1_riscv64.deb 7ffeca2827f16d3be02f931e08abf44b474860c8 29453720 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 51397a3de35198e0f8098d3fc46b86cc9d38b6a5 7708068 qemu-system-riscv_10.0.11+ds-0+deb13u1_riscv64.deb aa39fb96cc35c432f97303b8e0cb7e6dedaef8e2 11264488 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 007a607a753168ea1a25423d3e2cbd228874301b 3179356 qemu-system-s390x_10.0.11+ds-0+deb13u1_riscv64.deb 0c248b0a39dc1a794c386aed85d0fbf1c19d53a4 20837952 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb b0110dd89a905c42488eeb693dd590c07c63b47b 5742604 qemu-system-sparc_10.0.11+ds-0+deb13u1_riscv64.deb 7e5f4c3a55e6775238e179bd89b820c47f608c79 29330576 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 4f4dbf4fe1a2321e46d0ed5129907e796f8def36 7946616 qemu-system-x86_10.0.11+ds-0+deb13u1_riscv64.deb 6c6105ad20ee23ca515c43f60a7fde8ca052dc6a 67140 qemu-system_10.0.11+ds-0+deb13u1_riscv64.deb c63699632cc9950b71668dcd25c9fc469693f857 2056 qemu-user-binfmt_10.0.11+ds-0+deb13u1_riscv64.deb cff84aeeb23467f705e53a284fcd8d442a407fb0 126368804 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb eda8f99232804894515840c12a218cf953b6523c 70192 qemu-user-static_10.0.11+ds-0+deb13u1_riscv64.deb 602cfcc5139e6f4dfeb615549f9bcf67bff422f7 71412208 qemu-user_10.0.11+ds-0+deb13u1_riscv64.deb 8cff6cbf82b0f241acced53323c0a44a97be4464 11361680 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb fa5062871a3dbcbff50245529bdc972180d0f003 2021980 qemu-utils_10.0.11+ds-0+deb13u1_riscv64.deb cd950276b07cf1de854b3011d48866ea22cf84a9 34255 qemu_10.0.11+ds-0+deb13u1_riscv64-buildd.buildinfo Checksums-Sha256: b59ac7d0c74db69c522bb0df3ac107ce7a16eccdbbe0e7ae5fa7262781ac49ca 327328 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 5f4e90dc13837adeefd9d382fd7d162d9dc7f48f5bba31ef68c05e5b1b6cfcb5 128316 qemu-block-extra_10.0.11+ds-0+deb13u1_riscv64.deb 79aa1abb6e0098d4320f665013571335d7d439d3773db841258279ad08548994 969016 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb f3e43016b1cf149f84e905f3c550ec0157905eddbef7d02935646e4e39b3f7aa 553380 qemu-guest-agent_10.0.11+ds-0+deb13u1_riscv64.deb 389d36f505dcd8be9efbd42ff0baeac4678311b1bcb398e792e673a67a564017 39353240 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 9674d9e0f4dd3213c24b9b11846095efb576198896681a0b46cd998780bd4343 10025796 qemu-system-arm_10.0.11+ds-0+deb13u1_riscv64.deb 0186c2b624dda3252a839a7639559876e6b1352be635ed99b03434dcc20acbc0 2240484 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb a071000ae4dba0673566a34ef5ac06da3c464ffe246a32a47cb1f3e1aa6ddead 898972 qemu-system-common_10.0.11+ds-0+deb13u1_riscv64.deb 254b1f1d723f3fd0804f2b709989905ecfb7754d6f6796090b5d363e7328648f 1072344 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb f43128e4ae92fe7c5254f26bd63394a5c56064744dc69fc22afc63169d93a5f2 352380 qemu-system-gui_10.0.11+ds-0+deb13u1_riscv64.deb 9db63abf240ef0aed2c22ffb0945b28f31eaf1a3d91bf43534eaca51e9a8867a 54677532 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb d9df309788694df6dead576c6f5a90da312615765f2796fcd58b412396eec394 14741924 qemu-system-mips_10.0.11+ds-0+deb13u1_riscv64.deb f3e59da3164580f7cdd98e27dd83f519d826ba63121c946ac758b142ef6fa59c 143833268 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 7de1464ad37b6fe73d355eed1a10d3d58422b61b1399e7c9fdc68ddb6c4936ad 40875152 qemu-system-misc_10.0.11+ds-0+deb13u1_riscv64.deb eb857de8bb60658114c0aac4c7575ab7165f76a248b2aef7a918baad9f14a700 601464 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 7cd84d70add0af693c9af1687a071972848a3731576b63df3381a68896a8fab2 187016 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_riscv64.deb dfb996e7625c8c6ce4494f45b580bd6af185e4a30af5adf12a02224f387e59c4 216224 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 06210f285d1cd993afdd460ed61b567eaf1fb4460e3ce2cafb3dd74456009a8c 128048 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_riscv64.deb 495541626bb318049ca5cb98d01bc2fbe24197d6a60e320ab05fd06c19427bde 30908492 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 7865428e908ae11f70d517536e7a780f2b6947270584682024edc716d5ea7e07 8250964 qemu-system-ppc_10.0.11+ds-0+deb13u1_riscv64.deb a50ca685d02996414d66b8ff516f5381eb072f47383e048c27cb55ee95fa4c71 29453720 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb f7550fca0c40012047a8d710e3cfaf9a8a354d9b94a71865edb431326afc55c5 7708068 qemu-system-riscv_10.0.11+ds-0+deb13u1_riscv64.deb c44c656d41e2816bb4c7f19b69a803561f011a467a7037c66f33c2e4d8ce96e7 11264488 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 30a6a3bf0ca9584f2697b46048efd9c3fff7b5878385d53a9c0447a049b2cbaa 3179356 qemu-system-s390x_10.0.11+ds-0+deb13u1_riscv64.deb 24ee185b66a7df7883d7463d6f24f9db07a6956ef021fbf732866810ad02b22b 20837952 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 7f23200b84aa4527ab1017249456c8649455143a54a9d2f112a69cb03bbf5a16 5742604 qemu-system-sparc_10.0.11+ds-0+deb13u1_riscv64.deb 7f05a85031a049872d70aa0c7efa98b240f3d591e307dcb58dc21f9971033322 29330576 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 693ec67a72ea457ff2f9b4918548afe498535df6331926e50f6a4a5a45b16779 7946616 qemu-system-x86_10.0.11+ds-0+deb13u1_riscv64.deb 3b82a7d2faf2802ccd55bb3b1f7d0c7bc0d69a2a2456aefdef078fc5fc3cf521 67140 qemu-system_10.0.11+ds-0+deb13u1_riscv64.deb 0e256b0cf4a6098711ac860111ec169efe64d1306d485e78026806eb316356c5 2056 qemu-user-binfmt_10.0.11+ds-0+deb13u1_riscv64.deb ad5c19d6d18faf5dba846f95bff7ae482584458bed2d1f4ae3dd397f57c28b86 126368804 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb eb0fcef9e733cdd710ac294549bbfe2768e178d0805d99571046aede4b671c01 70192 qemu-user-static_10.0.11+ds-0+deb13u1_riscv64.deb 5553257bffb03031295aecba9cf6b281d960443aa7105ebc834b062c42ae9ed7 71412208 qemu-user_10.0.11+ds-0+deb13u1_riscv64.deb 13105d469fc318060e597f6fd5affdc5bcd33e03e1778d6beb5341325f29a5a0 11361680 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb bbab19caf1e0536935037018f36f73bd8269248ccbc75ada0e9125a3b2d6d040 2021980 qemu-utils_10.0.11+ds-0+deb13u1_riscv64.deb 25025287800bd3adc2458daca9d1585a26c54e36a942de2cdbbfd844d1e6eae6 34255 qemu_10.0.11+ds-0+deb13u1_riscv64-buildd.buildinfo Files: 7de5519998ac3b2a032bb63ace79855a 327328 debug optional qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 16a10b161b51f087dd686180beb0d3f3 128316 otherosfs optional qemu-block-extra_10.0.11+ds-0+deb13u1_riscv64.deb 779843420660fd54a167980b48dabbf6 969016 debug optional qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 0d471d727ecc250d0bdf16f496a4d6ff 553380 otherosfs optional qemu-guest-agent_10.0.11+ds-0+deb13u1_riscv64.deb 1ae1fdb000b8d9151b2ce5f4dc506c59 39353240 debug optional qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 0e3b069827071799a9e7dd875c9bb7d8 10025796 otherosfs optional qemu-system-arm_10.0.11+ds-0+deb13u1_riscv64.deb 8ad1ab74e6d8363d4cea1c0ff02dce5d 2240484 debug optional qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb e8874365b8d2dee48c73be6f3fe56c45 898972 otherosfs optional qemu-system-common_10.0.11+ds-0+deb13u1_riscv64.deb baeca9a0b9890f1ced73ea4dba4eb8e1 1072344 debug optional qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 2e2d285a81d872a7cb82fe9b902217d0 352380 otherosfs optional qemu-system-gui_10.0.11+ds-0+deb13u1_riscv64.deb e3f01cfef514c15ecd208bea1b258cb0 54677532 debug optional qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb d6c57600bb92aba7901381c19377ff34 14741924 otherosfs optional qemu-system-mips_10.0.11+ds-0+deb13u1_riscv64.deb d03d2754f7b66476dd5709d6978f4ef7 143833268 debug optional qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 0ffd44eace4c487f1a06e711646ebb70 40875152 otherosfs optional qemu-system-misc_10.0.11+ds-0+deb13u1_riscv64.deb 67bf3a30f5611f3e78ff0a46eb5c377f 601464 debug optional qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb d7aec10157b5246bf9856ddb914ab0af 187016 otherosfs optional qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_riscv64.deb c7ffb2352dfa015980bceed82c8ce013 216224 debug optional qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 0b903649cb2a5899acb4faf69b1125ef 128048 otherosfs optional qemu-system-modules-spice_10.0.11+ds-0+deb13u1_riscv64.deb 3ab6df0f2b024b83dddb5e27e02adc4a 30908492 debug optional qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb fe6652cdaa5d12b9f3f7f10fa4b5dba8 8250964 otherosfs optional qemu-system-ppc_10.0.11+ds-0+deb13u1_riscv64.deb a2bb503f1e46f971e7d14555a31ae7c6 29453720 debug optional qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb cecf1dc653235418fc89c9ad396da412 7708068 otherosfs optional qemu-system-riscv_10.0.11+ds-0+deb13u1_riscv64.deb 859aef52738f58c85f42a41f66da52d0 11264488 debug optional qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 9ac197de7170813d8762e799c95498b8 3179356 otherosfs optional qemu-system-s390x_10.0.11+ds-0+deb13u1_riscv64.deb 984b3288186f62e542214dce8b8355b2 20837952 debug optional qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb dd8ffc16b7d9046df2eb841f0516ea39 5742604 otherosfs optional qemu-system-sparc_10.0.11+ds-0+deb13u1_riscv64.deb b300960c10418b8dee0ced2113ad6c38 29330576 debug optional qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 14dd6c1a687631620397683943738113 7946616 otherosfs optional qemu-system-x86_10.0.11+ds-0+deb13u1_riscv64.deb 95658193a665dd37744374822534a385 67140 otherosfs optional qemu-system_10.0.11+ds-0+deb13u1_riscv64.deb 68a22e91661fd28154ca968956e050cc 2056 otherosfs optional qemu-user-binfmt_10.0.11+ds-0+deb13u1_riscv64.deb a87fc154735291dd9cd45d6d499b0079 126368804 debug optional qemu-user-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 015359029153cae03e0ea70ec8faee05 70192 oldlibs optional qemu-user-static_10.0.11+ds-0+deb13u1_riscv64.deb 864cd13a56847e96d6644084006fa5fe 71412208 otherosfs optional qemu-user_10.0.11+ds-0+deb13u1_riscv64.deb 20e5a855035ba1fc2c184a6522712385 11361680 debug optional qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_riscv64.deb 316a986f69b8a2b99a7c232c0a0a2504 2021980 otherosfs optional qemu-utils_10.0.11+ds-0+deb13u1_riscv64.deb 019b8409f4a542a5b12c2e97b3dc6707 34255 otherosfs optional qemu_10.0.11+ds-0+deb13u1_riscv64-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEER+evXFzNzDWbUDPF7SlJcp2g6OIFAmpJsf4ACgkQ7SlJcp2g 6OJjBBAAyCx9nmZlnaHhbIXdQuDAvLmXZ9fYzXucD86SxYMRlN/E+sHuBx9gwWU8 QdIzzyTjHms5ypZA8LD/z+WaMIo3THOEhnK6RdzAmUIvUw1WfDd1tDNdGiYttn9o g0uh6gkhhcsyvN1ZhecHDp2A9fklqpCEMjviDj+9oP4562CRtRHJAMULRvEIMjFD 5ddmHd3Vk/XKhgVJedpd1WxOjuEhyy7NySMDi/4bKwPKPE9CRoYhPVt3op9U40xy pLnVFCx+ssbkYcaPoeFQ3+5mIPdeUwEiWO2mB3OsI2+0Cj4rQHc+WPrQwGL58DdF bEZS6ZTBHunO5D6lDK1rQPmNF9Y26czymCV7tUf6NSsiviLemrrTopfKz4+0q2vW U5w82cLYr+IxS2YWEZGKB4cYa2+P7vzxmRlvrwDUX8gvfheU7x6JIz537dTWj74N VTvdDSwGTCyjXrOHg0ogefmFO2Zva6GZxaEHGzYf/2OzjnhyfviJb6KXP0/mOUdw FP/3Xprbq/I3nzs3I6xU+7w60I5l+X1XvNeinLXNijE1eJ0hx2H7/TDrn9fr5Rn4 zjlGxIZV7hinYW/u/VM22RpYFJJPbYEEmm5gq0qoXk0uPO7VT+b4URglta76a+Kg +xVW3OHunRMxsiyfkwb/edQHN5b8ka8eh4GlX43m6VYN333mCUg= =rIiY -----END PGP SIGNATURE-----