-----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: arm64 Version: 1:10.0.11+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: arm64 Build Daemon (arm-ubc-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: 50fd2545b6e316736ab96ecb907f19ed8be79573 334628 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb d4bb901eeace7cb84a5549e21e9cdeeee8f5e4ff 126936 qemu-block-extra_10.0.11+ds-0+deb13u1_arm64.deb f296f01820f0a1ff628bf394272d0b7f9c6a9520 1030928 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 5d46fdc5a7d016683784096a5c8da5047a77c932 537952 qemu-guest-agent_10.0.11+ds-0+deb13u1_arm64.deb e4ac8203a8c7dc17c10ed39534151e08841fce04 43174820 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb d7d03717b4b27577e0c8fe56e84b45d6f976f569 9093024 qemu-system-arm_10.0.11+ds-0+deb13u1_arm64.deb 2c3d214feb3541996105d052a13c2bbe04e76083 2374368 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 92e5ec2ac7149a7022b93c4646ed9ff1ce888717 870284 qemu-system-common_10.0.11+ds-0+deb13u1_arm64.deb cde69681c31517f4cfd7165706f6b7d8d34496d8 1133120 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 0c84d0dd8ecf681855109cec06e13f3b9c1469e8 336936 qemu-system-gui_10.0.11+ds-0+deb13u1_arm64.deb 70f41b54f5ffc377c3e8f7dbcb443bed416d17db 59153468 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb e1bac286e264f2c71dab2a8bd6753e3160381c8d 13335304 qemu-system-mips_10.0.11+ds-0+deb13u1_arm64.deb 184faf0adea9b191cafb51f951f7718459051bc9 154253092 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 4c13655ccd49cf3df98e7d2286b0444eaac36632 37392452 qemu-system-misc_10.0.11+ds-0+deb13u1_arm64.deb 8f9eec55f3d8f890ff988a8971e431385fb00b8f 635892 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 1cb8f470631d281fb3a73a5c833aaf187b4dd59f 182000 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_arm64.deb d0c2dbcb395915b9237223450e5dc4bdf62babe3 220220 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 3c9fc3e26a17f3478259ca70421f095d19bca2db 119436 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_arm64.deb 07129c10fcf6fbb9e44a790f75ca2681d2003434 33290372 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 9df2e7031e72417487adbaaede0c9e437c819ec2 7467296 qemu-system-ppc_10.0.11+ds-0+deb13u1_arm64.deb 990b4ae9b6e01ce0b37aa78a7fd8727fb53e88ca 31863600 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb a56b47aef541878be94eb190974bd22bda8fce5e 6966152 qemu-system-riscv_10.0.11+ds-0+deb13u1_arm64.deb 96cd70d70d4cf613d7c368f8e5b11f77d8b6b370 12098156 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb cd1611e793567766a00c51f4090e6af47e34d0b2 2886796 qemu-system-s390x_10.0.11+ds-0+deb13u1_arm64.deb d1b702734c67779228526af163514a7397eaaa00 22236032 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb cc9c617cb6448fe70205d1eb4dfba3b139562d27 5237780 qemu-system-sparc_10.0.11+ds-0+deb13u1_arm64.deb 0d78e4b241a0a1aac308d4564e611eb70df3b4a2 31380760 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb ff1ac701d9598ac52e73fd7f6f474d41657577c0 7191144 qemu-system-x86_10.0.11+ds-0+deb13u1_arm64.deb ab8c74fe30394829dbc5918501b4ae8c977c82aa 67140 qemu-system_10.0.11+ds-0+deb13u1_arm64.deb ae088e33f33af2607441004e1cd33d03dcfdf73d 2068 qemu-user-binfmt_10.0.11+ds-0+deb13u1_arm64.deb 51da8475dd9a973e41c38547502406b8c62ba244 143595476 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 46b1e6312082733563c8bfd7412da7b15a3fe351 70188 qemu-user-static_10.0.11+ds-0+deb13u1_arm64.deb 85aabd6e4b143513d528e05a94caef7305fe0f38 64201280 qemu-user_10.0.11+ds-0+deb13u1_arm64.deb 172e0dac5cc9f5a04352807b054cb0e1122ae15e 12015020 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 61d0dcef354ab4dc699ec48fa56cc537285b0d84 1891752 qemu-utils_10.0.11+ds-0+deb13u1_arm64.deb c6ffa9d8f7bc5aecc353ab3a81e88e54d237de57 34266 qemu_10.0.11+ds-0+deb13u1_arm64-buildd.buildinfo Checksums-Sha256: 989dd7ee360fd70e8dd4cc5d0fda26ae9717e14ab304adbbdb84efc96b19ca5a 334628 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 4761a2b9076775f0d38885790116ea0adacc957ea0f5d44b617a353daf14fd17 126936 qemu-block-extra_10.0.11+ds-0+deb13u1_arm64.deb 3170041390b791681edbb725bde8b13c040576ef5b058b2cb7727194dd582c31 1030928 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 82ff131c39c0988ea9c1677fe7f993a5b6a8f584bdec65e5aa1702c48fdd9139 537952 qemu-guest-agent_10.0.11+ds-0+deb13u1_arm64.deb 5ae84339c286b678999a33766af913caee25a7a2f6929064dfbf72caeafefb3b 43174820 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 54b473ea6ce018e3fbf675dc24516197a9a31b5c5e743cc8025601ff8c93d4e9 9093024 qemu-system-arm_10.0.11+ds-0+deb13u1_arm64.deb 2498e32194e37898b3cacaf4a0de5061fdebcf2325698f0a32a80560059d323d 2374368 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 0f39b69dc7ec7149fbdb2046d83f2d6bb9825b91fc2bcf1db1eac8d51ed6b613 870284 qemu-system-common_10.0.11+ds-0+deb13u1_arm64.deb 866840b2a8c8e93b290bc46789520393540a71137c66a54c8898fbf57b9d0f93 1133120 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 0b001894ba29bdadaf51de278a7f0d3566741d289a8eb78588ad49edb69e4027 336936 qemu-system-gui_10.0.11+ds-0+deb13u1_arm64.deb 38a0b722702526ea50b36717bc97eb7a6ab7ba4c4bf781143e92c327158666fb 59153468 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb d4701de545d2d45999e0b2116b5000084821e37c176f0f7ac57b3283cc1f362d 13335304 qemu-system-mips_10.0.11+ds-0+deb13u1_arm64.deb 9247d3a0b4d3a0795ce8b7bcf56202e2a5cc1855369b7c6d0133778671278e81 154253092 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 5984ad0bba52ee93fcf4fed49bc76809e2c82991476ae0e4dec45ccac6acacff 37392452 qemu-system-misc_10.0.11+ds-0+deb13u1_arm64.deb 5eeb4ad5bb6607869c6a6cee44412297594403c1ba65ada2012edcc6e888823a 635892 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 41db78ca696cd5455a6a77282b3d9e0605b7f0e05a7d38415638418250812b47 182000 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_arm64.deb 9d6ed19941e5917c33385f778bc5fe56cf59f85521ebcb77135a872b4555c854 220220 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 16eccef72977338a9f72bd6551e4539e52ddf228e2b4948785a805bb4f98e2d3 119436 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_arm64.deb 9da5fa7df9cf00c8a7e25cc7ee4dde98d0dc9d8326c84999befe159b07434a69 33290372 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb ff36038d6ccc31aa39232222695a7e7c67afcfd10839dc9d116ad2eddad0bb6f 7467296 qemu-system-ppc_10.0.11+ds-0+deb13u1_arm64.deb 850479ff246155bd56e3937a4c2bbdb790538a49cafb99454c7d321f7fff5aa3 31863600 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 35cb36021a5b17fa97af5364f2b286af755805fb6b252d31b357729026fcab45 6966152 qemu-system-riscv_10.0.11+ds-0+deb13u1_arm64.deb bebc5d8b450cc14afa8d97f573840441b6af56aff6604e6efd634364c5dbf6e6 12098156 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 38ff3d8b81e6c195332fdf5525734944e0187c6caf732be862a095aa52d1bfa3 2886796 qemu-system-s390x_10.0.11+ds-0+deb13u1_arm64.deb eee1e85f222f3256ed80e563600929da02487836a370f30a2929a311f4f21452 22236032 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 4fbeab1bdc2996b0f3b57c714197f42ae9c4c8a0754398e16fc7a82a078dad02 5237780 qemu-system-sparc_10.0.11+ds-0+deb13u1_arm64.deb 7ee5d4f67720eb1ad2bb2620140e2fb1c748e0c9805d63c2d7613d483a31f35a 31380760 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 1f4b119eb141151f57e2a10d7790b8130753baf3f2515eccef19444c1df26368 7191144 qemu-system-x86_10.0.11+ds-0+deb13u1_arm64.deb ab85496bd8fc133ae2d04b93c88ebf09573c30c333e6aed3af64f55ed55dd6fd 67140 qemu-system_10.0.11+ds-0+deb13u1_arm64.deb 42870ea1469d2ae5b7b8440c27066a3a9a7baf3a11c2909a2177956ef3b0e4f1 2068 qemu-user-binfmt_10.0.11+ds-0+deb13u1_arm64.deb 68c5746e3c20b725c3234424b089339173bd21727dc13342ac2cdaeb43f75ea8 143595476 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 163df0dc912f080514f853e2eb1f6d40d33504caa8e023bc27b0cbcdf8a90492 70188 qemu-user-static_10.0.11+ds-0+deb13u1_arm64.deb bb194fdc8c20a11b30e69cae469152942fb7921a0634dac5bea8e82cf6c807ae 64201280 qemu-user_10.0.11+ds-0+deb13u1_arm64.deb 335c825faf3e5ad977ede7ddf0aab31c6b46dee98fefc204bda00650874b9dbb 12015020 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb d5fe663b6145f16b2877cbf1ec2621923f3bdba56cb6b8013595627326786df2 1891752 qemu-utils_10.0.11+ds-0+deb13u1_arm64.deb bf25cb7318715f30985f82dc5779e92672e6dfc762674b96518aadb618e42c3d 34266 qemu_10.0.11+ds-0+deb13u1_arm64-buildd.buildinfo Files: 82a0706d08f75c95682af0b2c68a7e99 334628 debug optional qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb f2d8dc96754211f2cd11f14a1a02faab 126936 otherosfs optional qemu-block-extra_10.0.11+ds-0+deb13u1_arm64.deb 4c306b5cd6257fb99164be2e12dd8fb2 1030928 debug optional qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 1ffd17258a0d8ab3443ea611d1127383 537952 otherosfs optional qemu-guest-agent_10.0.11+ds-0+deb13u1_arm64.deb ca627991541e8dd7f970874bfe4e8ced 43174820 debug optional qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb f7ee343add0a46026a16be310b687445 9093024 otherosfs optional qemu-system-arm_10.0.11+ds-0+deb13u1_arm64.deb 61fa07bd08018ada2f3ea4a1e86a4915 2374368 debug optional qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb c9e85356af3629e4ec29be5ab55eb881 870284 otherosfs optional qemu-system-common_10.0.11+ds-0+deb13u1_arm64.deb 7797ea41d2a0ce2740541556a8114ed4 1133120 debug optional qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 7ac7de8989c13829fdff8b51ea80e6b0 336936 otherosfs optional qemu-system-gui_10.0.11+ds-0+deb13u1_arm64.deb 4cc0ee627dd3b69f938fea0f1a3e5e0c 59153468 debug optional qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 782580f6afc61a49ff51749610e688ba 13335304 otherosfs optional qemu-system-mips_10.0.11+ds-0+deb13u1_arm64.deb b79df38d335e047608592cb5204923e3 154253092 debug optional qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 157c63aeef363a689fabdc4d96c74672 37392452 otherosfs optional qemu-system-misc_10.0.11+ds-0+deb13u1_arm64.deb 377390e06679f00ca2a0e058695efba3 635892 debug optional qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 68d004e88ce87e950dd9a78c1e4df090 182000 otherosfs optional qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_arm64.deb b974bdc0c72403be696bd7c6cb2113da 220220 debug optional qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb cf7e69a2ab3eb12a3e2395d6e5ae86fa 119436 otherosfs optional qemu-system-modules-spice_10.0.11+ds-0+deb13u1_arm64.deb 9bfa247bcfd6658ac27ecef59d7d56d0 33290372 debug optional qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 6b45c0c9b3495aa646b4c50700cae1b8 7467296 otherosfs optional qemu-system-ppc_10.0.11+ds-0+deb13u1_arm64.deb 731cda03df601217c5981dad2f10218d 31863600 debug optional qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 0984a2df210517ed7e028c6380d13970 6966152 otherosfs optional qemu-system-riscv_10.0.11+ds-0+deb13u1_arm64.deb 104a6d9013ac3ff85f96f0a5ff6c765c 12098156 debug optional qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb e77fa2c03f87d1e3be9cc45bfc8e829e 2886796 otherosfs optional qemu-system-s390x_10.0.11+ds-0+deb13u1_arm64.deb 19291113c91a7f20ac674cfa924564d3 22236032 debug optional qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 8622915e601e4a1d5ec249b2da40cd8a 5237780 otherosfs optional qemu-system-sparc_10.0.11+ds-0+deb13u1_arm64.deb 057dfc5f80bb826e716ea55f8b967d3a 31380760 debug optional qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 5b22d7ad168ca12bcde18624af017921 7191144 otherosfs optional qemu-system-x86_10.0.11+ds-0+deb13u1_arm64.deb 336414a81cb79952627b503228b0a378 67140 otherosfs optional qemu-system_10.0.11+ds-0+deb13u1_arm64.deb fa9ee567abf23e2ab07800ff014123a8 2068 otherosfs optional qemu-user-binfmt_10.0.11+ds-0+deb13u1_arm64.deb 4ba2f75108458b956c44047de1f60f93 143595476 debug optional qemu-user-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 25419580d7f622053fc21c96b88b983c 70188 oldlibs optional qemu-user-static_10.0.11+ds-0+deb13u1_arm64.deb 3cbaf9daf85af263e2bdd41e3d939f21 64201280 otherosfs optional qemu-user_10.0.11+ds-0+deb13u1_arm64.deb 31605949965d48777da1cdac00963254 12015020 debug optional qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_arm64.deb 4766d43a2509c1f4d347be5948766ffa 1891752 otherosfs optional qemu-utils_10.0.11+ds-0+deb13u1_arm64.deb fed9b2a31fc454acb531cf85780a267b 34266 otherosfs optional qemu_10.0.11+ds-0+deb13u1_arm64-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEJkN0BnKzGWWW6tS+G5VHrWJmwgcFAmpJP8cACgkQG5VHrWJm wgc1Ow/7Bpn3wP9Vbarz9BYaG8x2LJyZTSWHACVy8hFWF2V1Q6s3G2xn/P4eO0ZL pfhk7zvrjKzgoefBGIpbeKe8ztuoBTpzK3QgjBJ2wz0gbUuaYTO73ATTp3CsXmgj FGleo32WR6b5zrs4BDTe66vTl/eFbuNVg9hu71G6mk2GHhJOLeB3P+Bgb5YIlB9Y aCR1tBeL76x4ezPCwFZ+aFkwgEPZS/2f0aNNasGdA4B2VWlccTCQQcCXqi6Ip2Tf qUamoxrZtgjyLAPJYvQjxFofhsVYF5fyP8euGYTZmfIc2ku+/zIQzR1p1/fpxfHw GiMA7LkFoFR/PKxNb7hx02Ll0OU47cG6Euba4RQsLrXX5TQUp+ugONAsRcqR7lMR U6eERhA2PnrgdWbmiVg8qHT8x3laMiHej9UP9kP7WN9ekkNkzRT/PrSeRqakubBP C0BcNLjbcNqwQcwxXaqozlh2L4/dnXklKWcY4sXmYuiOuY7kbDpuYOLKal88Th2/ r5afdDuCnP/QvHx0VOxgWTWwKc9JJulodgrKf+oRNzVs64XKCGmnqFK5iW61cXfP kRPN/NQkBeNNsKRYBqRK4LwehGCTDkf7mKBlz5XISDaipvBBX8aTxcSq/bLA0rgs MiD9ng/PuEC/+LiZgPB1eMpQ/7uypcfv1847W/5U7xycmjAfKR4= =/qFm -----END PGP SIGNATURE-----