-----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: ppc64el Version: 1:10.0.11+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: ppc64el Build Daemon (ppc64el-osuosl-01) 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: 86e80fcbafd42fb97d387c4e56b3826e8601a3d5 250036 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb d6a7ab79e274ffc9929e29ca6fd4b64b3eb66036 136456 qemu-block-extra_10.0.11+ds-0+deb13u1_ppc64el.deb 1ee56d614f6bc8c9de898512cabc3bfe7d20699b 1059744 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 8ed119d763a5c29ed8006838efada2a7f8f2da98 570844 qemu-guest-agent_10.0.11+ds-0+deb13u1_ppc64el.deb c864dbc1b36e0b7e180d9f85a2d794d88378f06e 40201616 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb fbf433ee30ee385b4644fbd9b2acbac6bc36c80d 9866312 qemu-system-arm_10.0.11+ds-0+deb13u1_ppc64el.deb a20cf7cdb6f758554918c39e4e415e53366c5120 2214380 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 199bccfb0fe308f99223652e54c4223f6b439b21 917712 qemu-system-common_10.0.11+ds-0+deb13u1_ppc64el.deb bd2bb3832be47750babb1bce584b157da0f0b9b2 1139884 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 6813e5adde40bdbec018fed65da36c30f2920afb 368368 qemu-system-gui_10.0.11+ds-0+deb13u1_ppc64el.deb 2543132573cea024c6e43c4516c56d31a8348c2f 54099128 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb ce87f268768757454d8440f2d9e6f1d966926b1e 14683652 qemu-system-mips_10.0.11+ds-0+deb13u1_ppc64el.deb 752a9e1d5aa15b95f58dc0408b4c026d216720f7 140673532 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb f10fe06c9184f6f218ea7064b4ccbb5c34859887 41307148 qemu-system-misc_10.0.11+ds-0+deb13u1_ppc64el.deb 1fefa43e15cc02c3b729a281a9f1d1ed4dd9b6c8 597892 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 9b1a0189c000b92b80367e6bb277733ddd220c8f 193164 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_ppc64el.deb 5a823c3ca49263968a03864292e66af43bff377e 208216 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb c6d452030787d8a07879e4191578d1e19f40831c 124664 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_ppc64el.deb 7889b6df66f4db56fc240e7b5f9b0461c4bb5977 31389596 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb b4755ce3f24ca2af3a479d536fdad23bfdd2552a 8292996 qemu-system-ppc_10.0.11+ds-0+deb13u1_ppc64el.deb 910b82b2ea1f1be27a6da7a3341adc79300b654a 29605928 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb d3fee903319add133b6e559947e86f49b7ffe300 7676856 qemu-system-riscv_10.0.11+ds-0+deb13u1_ppc64el.deb 577b7e878c7205a954048979f30fcf64e186b811 12447328 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 09cb7a6dcc393838d26e7280ab999c63062becd6 3176980 qemu-system-s390x_10.0.11+ds-0+deb13u1_ppc64el.deb 20a2359d730c211e802ed0c1af4dcc5950b561f3 21013352 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a56223c4a2c396b0038217af8feb9e7316b0544d 5773132 qemu-system-sparc_10.0.11+ds-0+deb13u1_ppc64el.deb fe6652d66d4c9b27ba08d3b65d7f70632bee87f4 28835580 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb b9e88c3a7946d7f5befa6c3cbd4852bad6a6a5b2 7896308 qemu-system-x86_10.0.11+ds-0+deb13u1_ppc64el.deb 434c0f6df45db91f7fe5e7d8109606299c2b54db 67140 qemu-system_10.0.11+ds-0+deb13u1_ppc64el.deb bbfa0e3905668da20c52a8713d3402ff67f37757 2088 qemu-user-binfmt_10.0.11+ds-0+deb13u1_ppc64el.deb fbcf590eb9da87e271364d27860a7afebdcb8739 138253532 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 8eec8f42088bcc5db358327a3fda840a63aee708 70188 qemu-user-static_10.0.11+ds-0+deb13u1_ppc64el.deb 991c7f35a0da9c87db859a81039f8d4f486f8f20 68254984 qemu-user_10.0.11+ds-0+deb13u1_ppc64el.deb f71e98eb6dbe464f35789374b8da46d05589295d 11014896 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 367d96c61e6faed3a8062f3f164ccca441e827a7 1999864 qemu-utils_10.0.11+ds-0+deb13u1_ppc64el.deb dcac25a93c4820fa54f4c393bf5f3dc3477bc698 34254 qemu_10.0.11+ds-0+deb13u1_ppc64el-buildd.buildinfo Checksums-Sha256: 6358b96f51e1245f7db71c5cf3fc527fa44feaa4599b11bcfbcbdf0725a8100d 250036 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 929310b4e8e3a189acc692e0dfdcc97c4a3b8d09073988c5cd2cbebaa20b0700 136456 qemu-block-extra_10.0.11+ds-0+deb13u1_ppc64el.deb f8f4a8dcb653cc8206264502bb51d400fcad97ca620f9e548dfcb1c079c2954d 1059744 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 625f794de8d58f2a4e1f1be174c2bdbece4158c66c6124c12814747d134ea8b0 570844 qemu-guest-agent_10.0.11+ds-0+deb13u1_ppc64el.deb d3622085b8575783617d64dd1afeb4db5d85da7bfc0af25b06096b16cd670726 40201616 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 42ef5e87b9113cc3b7f0586220fa93b1bcf59e9aa11e4c68d31bdea7ffdcee33 9866312 qemu-system-arm_10.0.11+ds-0+deb13u1_ppc64el.deb 74611c74c7a4c82e9806fb83593b042d16d881df158049f3cda09b0214b32172 2214380 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 87dd54003fc1b8bdda57f9c6c63d9bc6e5d63cfb15d6cecd010944c73bf427f6 917712 qemu-system-common_10.0.11+ds-0+deb13u1_ppc64el.deb 210c3a8810f3881561df67bdcde8150e29d9d78d306868ee61677a4217be969b 1139884 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 425bcdc1eb0154e4f4a2c642bae9c4cc74891b5f97e55379a40069ae3c0e191b 368368 qemu-system-gui_10.0.11+ds-0+deb13u1_ppc64el.deb 3cd60b19950ffc7d10a059e5bd78b0f9a7dbfc75d635b64bda1518b9360f0073 54099128 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 1e29cb8c7b7c0ffa9f5e2ad45ece7a0bc388ca9c37a6547092e08ef8002988e0 14683652 qemu-system-mips_10.0.11+ds-0+deb13u1_ppc64el.deb d3f541b4ba1937434a212bccff3ebef5d0e9027f68300a5227c994978665ff32 140673532 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb c4521285aa438965ea3a9714c3739b8cca3481dcb2886ecf27972deeffc713d8 41307148 qemu-system-misc_10.0.11+ds-0+deb13u1_ppc64el.deb a6768a9702fa05b9d84c9f6eae95999e3b924826ef24e68712411b9a9c549abc 597892 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb df41564f6b5ef840a3b2a6495778bc9906cbb0954e28176f795732e81f699f9d 193164 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_ppc64el.deb e965c4ed0e3de1c6d929ff2180639b2ce2e51f4bd78197dd8b7b70620223b137 208216 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 70d360ff291390fc39d097d16365eeee17e6fc7502d9f76dac14c48cbf3d0fc3 124664 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_ppc64el.deb aa302079ebdbe981633314a05ed69c4599fbb317bb84ec0141e364de6c29cd50 31389596 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 8fa77721faad0f3a0b29f8e89a28391fa0a912d0dc81c88646e1a36ac1873a1f 8292996 qemu-system-ppc_10.0.11+ds-0+deb13u1_ppc64el.deb d80bc069485e5ca2edd8d9a59815966df3c555c9a049fa26d64582c973064f3e 29605928 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb e7e7b159eeb87f09518ecd421d06b6e578d1d44fc3abee226c90e4ec4337276e 7676856 qemu-system-riscv_10.0.11+ds-0+deb13u1_ppc64el.deb c3d6dabd0ce13e9ce514e4e41a8264363a7f049a2bcafce7e816e405f056234f 12447328 qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb b02334fcacee40f3f5f3769d41a33b82a9767afc5e72a31172d7891937e81790 3176980 qemu-system-s390x_10.0.11+ds-0+deb13u1_ppc64el.deb 63c0c3a0146768a5d0b7c6aa5b30044fd7d4d56f5d16768cbfa2ea77cf489296 21013352 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 036f8cef1c18f5b8adf1825698a75c8c74fd11340e92b0be413b1cbeddfa2245 5773132 qemu-system-sparc_10.0.11+ds-0+deb13u1_ppc64el.deb e59dd8384465f7ab138daf61f87ced68c259a972c335488391454a66781841eb 28835580 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 91fdc89f66e5a6bc50e107a9fe1e5eaae0d63b58ba85642dc10faf7758e936dd 7896308 qemu-system-x86_10.0.11+ds-0+deb13u1_ppc64el.deb 2c18e295bc5c85b84485f55783f759aa3539699d35f5a0eacfb92dbcd3c9fd0a 67140 qemu-system_10.0.11+ds-0+deb13u1_ppc64el.deb c132cb59a88decddaf87792ef83b4d11543dcc30862ed84fab139e92c84f2fd7 2088 qemu-user-binfmt_10.0.11+ds-0+deb13u1_ppc64el.deb afb72cbdadc276332afddf8ffcf2351a0c7541b05e3328b495fa93d05019ac4a 138253532 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a8b4d893342a58deaadbc0c737a6331154729c4bec3e22f9461f5a870e8ab72a 70188 qemu-user-static_10.0.11+ds-0+deb13u1_ppc64el.deb cb8149ba045c0180c1ca4b83e8cf0cc66ec1cf33fffc707425c6046abe6d982f 68254984 qemu-user_10.0.11+ds-0+deb13u1_ppc64el.deb 40d495320c08ce5e23c7b9dd93c7dd6bdbf3bdbbdaf5dab15a96f6d6aaad1a14 11014896 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb dcbcaee388877d828c8ea5ff71b0b97b1bc321899ecf041370d461fb5e296184 1999864 qemu-utils_10.0.11+ds-0+deb13u1_ppc64el.deb 8a32cd8b2a09bb8d1a88564a1beb0bfcc14a5f752230b0f677430d8c5c3dd676 34254 qemu_10.0.11+ds-0+deb13u1_ppc64el-buildd.buildinfo Files: e91562aa7ffa666ee35149a9d7a73294 250036 debug optional qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 94cd91f8e6c269681057875c85c1f2c3 136456 otherosfs optional qemu-block-extra_10.0.11+ds-0+deb13u1_ppc64el.deb 22ba75217580a86ee8bfc9c68c906d39 1059744 debug optional qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 13e2f992a961f03a33685c666a982377 570844 otherosfs optional qemu-guest-agent_10.0.11+ds-0+deb13u1_ppc64el.deb a9dfcfeaa601a26b61a6088e9b3d9ef1 40201616 debug optional qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 9c51e439754aa8714e4ebb48b0286732 9866312 otherosfs optional qemu-system-arm_10.0.11+ds-0+deb13u1_ppc64el.deb 0c2ba3c3ef1b6ea707c79450c58d00e3 2214380 debug optional qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a8f3740ed6c51eb30ded4e41a1950328 917712 otherosfs optional qemu-system-common_10.0.11+ds-0+deb13u1_ppc64el.deb 86d3027274e10bd8aedd244caef8626f 1139884 debug optional qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a9aa610ba302ab0bf5a445dfe6577bcb 368368 otherosfs optional qemu-system-gui_10.0.11+ds-0+deb13u1_ppc64el.deb 6079b9a26231c8ccba351a735495548b 54099128 debug optional qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 352f9d6b4616f96f26c5cb4c199edc5a 14683652 otherosfs optional qemu-system-mips_10.0.11+ds-0+deb13u1_ppc64el.deb 11bdb779bb567b749e2e6d6f8542522f 140673532 debug optional qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 39becbaa684bf34d3178b8218b937bc4 41307148 otherosfs optional qemu-system-misc_10.0.11+ds-0+deb13u1_ppc64el.deb 22a339e4c4ffe05b45afa424bf9a91ed 597892 debug optional qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 5fc041c2c08cc83a1bc6c6dcace37809 193164 otherosfs optional qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_ppc64el.deb 21d9d39333dd2d1ef70e54a2cd0d9104 208216 debug optional qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 9b528c7792d1b4740e6c0f285476a8f0 124664 otherosfs optional qemu-system-modules-spice_10.0.11+ds-0+deb13u1_ppc64el.deb 61281bddbe722992daf2dbce1e5529b4 31389596 debug optional qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 688fdbfb79dbf579420ba2af7e6537a0 8292996 otherosfs optional qemu-system-ppc_10.0.11+ds-0+deb13u1_ppc64el.deb ac697afb7dd7f4424db0a3c7bc0ad1b1 29605928 debug optional qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 673ed30cb245ff2de716e96b2955997f 7676856 otherosfs optional qemu-system-riscv_10.0.11+ds-0+deb13u1_ppc64el.deb bad1edb24ec92b390e54f56ca1e39428 12447328 debug optional qemu-system-s390x-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 94bf2563f342bf58939cbd5f71097c09 3176980 otherosfs optional qemu-system-s390x_10.0.11+ds-0+deb13u1_ppc64el.deb 305706c1497733be8bc115d9eb313d4d 21013352 debug optional qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 74bf41cd1fefee582a5e87486d1b26c8 5773132 otherosfs optional qemu-system-sparc_10.0.11+ds-0+deb13u1_ppc64el.deb 3f2da1572d9d321647d36765bc5593b3 28835580 debug optional qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a7480454d87db0994f2e2feb456dab4d 7896308 otherosfs optional qemu-system-x86_10.0.11+ds-0+deb13u1_ppc64el.deb 446c3dc05e33a82917f24c60ddc047d5 67140 otherosfs optional qemu-system_10.0.11+ds-0+deb13u1_ppc64el.deb 9e8452d5532c830147afa97b43b6ab83 2088 otherosfs optional qemu-user-binfmt_10.0.11+ds-0+deb13u1_ppc64el.deb 117fc79fdee250536431118d03eda4f2 138253532 debug optional qemu-user-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb a206ddb7bac8ea41726d855efd8b5ae9 70188 oldlibs optional qemu-user-static_10.0.11+ds-0+deb13u1_ppc64el.deb ceee3771819b0e64993e247d73567948 68254984 otherosfs optional qemu-user_10.0.11+ds-0+deb13u1_ppc64el.deb 3febc70f0e951a44a2311818b396c455 11014896 debug optional qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_ppc64el.deb 4dba14333d1de54c234d1143f139669e 1999864 otherosfs optional qemu-utils_10.0.11+ds-0+deb13u1_ppc64el.deb f9895d61da2572e6b236be38e6de2b3a 34254 otherosfs optional qemu_10.0.11+ds-0+deb13u1_ppc64el-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETLpi2USYGUNSlYhoNINNphgym2QFAmpJQIQACgkQNINNphgy m2QQXBAAu/wcq9cKE8yf+uaj0vVje0zqVEToJApzDDKCdxIA5TwVh3seE85s+Vm7 hRs5ns+VlT1t9dYuc22gTW7gWWZOH5rUyw2KOVsnQozM+Im45lXyZrIua5iCYLtm n5TuXA8g/hTeZptkpyj1k9MLDRx7jp/8k7IErGZotj/rdhDv35zF78Q1ZJUU/0fH mB0PIt+YtuWLeCi8doYa0aUhtTKIkbECSyCmLgSDRKYNSkwawBozVrOZnpkEZAsi R/qVfMvdYDT1UanbbCIt0xcCsbQAjRvE1dSFpH+iRVn8m6cGZC1AGScc3VP0cwSk jQarB/a90uWEifbkO7u9TzjI0XKSJYvSBXBE9Npu48P1I/kmdk2P76smsIT4CwFF HCFpoEnpuTYqUXP5bU2hGOMSIYaFK0aG48kvBpY+0Ah0SYUdXT8/TdGh3L2S0aKt U+QX7uEHK+NndR9KfeppZJBh6++eCrQ4ayBiw0FhRbIrS/agvV3HzISZYyBzq0xd 0ioOd9eSZrSSaTSAPCLRkVLVgkRvQoW64vSJRhIQLhImWnZn4/fNOr0b3Nj8pdNU aYyTZiWkPhETsfEBIx7Vfvlk5c1gu2+Rz/WLxE+GLraEc7runeQdHTBl/vYeidUl rlJohTkc919N0mmb7NATcQ4zKa9bKrLQs+HMouVCPgFuiQCuU8s= =eT1+ -----END PGP SIGNATURE-----