-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 29 Aug 2026 20:55:40 +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.13+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: riscv64 Build Daemon (rv-manda-03) 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 Changes: qemu (1:10.0.13+ds-0+deb13u1) trixie; urgency=medium . * new upstream stable/bugfix release, including multiple security fixes: - Update version for 10.0.13 release - target/riscv/tcg: sret in virtual user mode raises virtual instruction exception https://gitlab.com/qemu-project/qemu/-/work_items/3622 - target/riscv: enforce even register constraints for Zdinx fcvt pairs https://gitlab.com/qemu-project/qemu/-/work_items/4109 - target/riscv: reject FMV.X.W/FMV.W.X under Zfinx https://gitlab.com/qemu-project/qemu/-/work_items/4108 - target/riscv: honor zicbo* envcfg gating in linux-user mode https://gitlab.com/qemu-project/qemu/-/work_items/4107 - disas/riscv: Fix typo in th.lbib format - disas/riscv: Fix isa decoding of rev8 - disas/riscv: Fix rv32 encoding of zext.h - target/riscv: allow menvcfg/henvcfg LPE and SSE bits on RV32 https://gitlab.com/qemu-project/qemu/-/work_items/4045 - hw/riscv/riscv-iommu: preserve requested perm in spa_fetch() - hw/riscv/riscv-iommu: fix U-bit check to apply only to leaf S/VS-stage PTEs - disas/riscv: Decode unsigned vector immediates as unsigned - disas/riscv: Use signed type for vector immediates - disas/riscv: Fix 6-bit immediate extraction - disas/riscv: Fix th.srri decoding - target/riscv: use SXL instead of MXL for read_sstatus - target/riscv: Fix PC sync in trans_sspopchk for CFI exception handling https://gitlab.com/qemu-project/qemu/-/work_items/4118 - hw/watchdog: Add lower bound check for watchdogNumber https://gitlab.com/qemu-project/qemu/-/work_items/3600 - tcg: Export tcg_gen_ussub_i{32,64,tl} - tcg: Defer tb_flush when initial thread region alloc fails https://gitlab.com/qemu-project/qemu/-/work_items/2984 - tcg: Return success from tcg_region_alloc - tcg: Return success from tcg_region_alloc__locked - target/loongarch: check FPE before reading fcc in bceqz/bcnez https://gitlab.com/qemu-project/qemu/-/work_items/4209 - meson: make linker warnings non-fatal on Linux - serial: clear transmit retry callback on unrealize https://gitlab.com/qemu-project/qemu/-/work_items/4125 - target/i386: decode opcode extensions group 3 /1 as TEST https://gitlab.com/qemu-project/qemu/-/work_items/3580 - target/i386: allow transition to virtual-8086 mode only if CPL == 0 and CPU is not in long mode https://gitlab.com/qemu-project/qemu/-/work_items/3583 - target/i386: fix long mode segment override prefix decoding https://gitlab.com/qemu-project/qemu/-/work_items/3391 - target/i386: fix incorrect decoding of EXTRQ_i https://gitlab.com/qemu-project/qemu/-/work_items/3611 - target/i386: Clear OF, SF, and AF for fcomi/fucomi https://gitlab.com/qemu-project/qemu/-/work_items/4133 - target/i386: Use correct type for get_float_exception_flags() values - tcg/optimize: Fix s_mask computation for shifts - tcg/optimize: INDEX_op_mul is commutative - hw/elf_ops: defend against weird elf headers - hw/nvme: add SPDM_SOCKET Kconfig dependency - hw/block/pflash_cfi01: Restore ROMD mode after migration https://gitlab.com/qemu-project/qemu/-/work_items/4042 - hw/net/rtl8139: Send whole of vlan-tagged packet when doing loopback - hw/net/rtl8139: Fix handling of VLAN tags on incoming short packets https://gitlab.com/qemu-project/qemu/-/work_items/3518 - tests/qtest/ahci: regression test for ATAPI read vs. drain - hw/ide/atapi: read the whole elementary transfer asynchronously - tests/qtest/ahci: cover raw (2352-byte) ATAPI CD reads - tests/qtest/libqos/ahci: support raw (2352-byte) READ CD - tests/qtest/ide-test: cover raw (2352-byte) ATAPI CD reads - tests/qtest/ide-test: add a multi-sector ATAPI DMA read test - tests/qtest/ide-test: parametrize the ATAPI CD-ROM read test - hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers https://gitlab.com/qemu-project/qemu/-/work_items/539 - hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status https://gitlab.com/qemu-project/qemu/-/work_items/3900 - hw/intc/loongarch_pch_pic: Validate htmsi_vector before indexing parent_irq https://gitlab.com/qemu-project/qemu/-/work_items/4114 - migration/multifd: Replace assert() with error_setg() in recv paths - migration/multifd: Validate next_packet_size in zlib/zstd recv https://gitlab.com/qemu-project/qemu/-/work_items/3737 - tests/tcg/s390x: Test STCKF condition code on a faulting store - target/s390x/tcg: Set STCK/STCKF condition code after the store - pc-bios/s390-ccw.img: update s390x bios - pc-bios/s390-ccw: bound zipl menu strlen and replace VLA in zipl_print_entry - pc-bios/s390-ccw: bounds-check zipl menu entry index before array write - pc-bios/s390-ccw: fix out-of-bounds read in iso_get_file_size() - s390x/ipl: validate num_comp against iplb length before iterating - hw/char/sclpconsole-lm: avoid guest triggerable assert - tests/tcg/s390x: Test DR overflow (INT64_MIN / -1) - target/s390x: Fix DR/D INT64_MIN / -1 host crash - tests/tcg/s390x: Test PRNO TRNG interruptibility - target/s390x: Make PRNO TRNG interruptible - target/s390x: Have MSA helper pass a mmu_idx argument - hw/arm/aspeed: Add missing Kconfig dependencies on required components - linux-user: implement mount_setattr(2) - linux-user/sh4: Fix crashes on signal delivery in conditional delay slot - linux-user/sh4: Initialize the FPSCR register on signal - linux-user/sh4: Deliver SIGILL on invalid instruction - gitlab: disable provenance attestations to work around CI bug - hw/nvme: fix leak on copy ranges - hw/nvme: cancel inflight requests on controller reset https://gitlab.com/qemu-project/qemu/-/work_items/3398 https://gitlab.com/qemu-project/qemu/-/work_items/3883 https://gitlab.com/qemu-project/qemu/-/work_items/4068 https://gitlab.com/qemu-project/qemu/-/work_items/4072 - hw/nvme: factor out nvme_sq_cancel_inflight() - hw/nvme: drop AER requests without aiocb in nvme_del_sq() - hw/display/virtio-gpu: Unmap DMA regions on reset https://gitlab.com/qemu-project/qemu/-/work_items/3467 - hw/display/virtio-gpu: Always reject invalid scanout bounds - virtio-gpu: reject requests with short/truncated control headers Closes: CVE-2026-18054 - hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb - vhost-user-gpu: fix integer overflow in buffer allocation Closes: CVE-2026-15264 - hw/display/vga: fix panning_buf OOB after text/graphics switch https://gitlab.com/qemu-project/qemu/-/work_items/4085 Closes: CVE-2026-17516 - hw/display/virtio-gpu: validate blob iov size https://gitlab.com/qemu-project/qemu/-/work_items/3945 Closes: CVE-2026-66021 - coroutine: fix lost wakeup in qemu_co_sleep_wake() - iotests: run the test pool with the 'fork' start method - qcow2: do not try to clear the dirty bit on a read-only node - dmg: reject inconsistent UDRW chunk sector count and length https://gitlab.com/qemu-project/qemu/-/work_items/3846 Closes: CVE-2026-65928 - dmg: refuse to open files with no chunks https://gitlab.com/qemu-project/qemu/-/work_items/4021 - dmg: fix out-of-bounds load in search_chunk() https://gitlab.com/qemu-project/qemu/-/work_items/3844 Closes: CVE-2026-65929 - tests/unit: add reproducer for BlockAcctStats histogram locking race - block/qapi: take stats->lock when reading BlockAcctStats for query-blockstats - block/accounting: take stats->lock in latency histogram setters - block: Fix crash after setting latency historygram with single bin - block/cloop: fix integer overflow in total_sectors calculation - linux-user: fix incorrect msg_l[sr]pid members of target_msqid_ds - linux-user: Fix msqid_ds struct wrt 32-bit big endian architectures - hw/nvme: fix assertion failure on subregion removal - hw/nvme: fix unintentional integer overflow in shift - hw/nvme: fix cross-namespace copy dif buffer overflow - virtio-mmio: fix QUEUE_NUM_MAX https://gitlab.com/qemu-project/qemu/-/work_items/3882 Closes: CVE-2026-50626 - hw/display/exynos4210_fimd: Clamp windows to screen size https://gitlab.com/qemu-project/qemu/-/work_items/3795 - hw/display/exynos4210_fimd: Pass width to draw_line functions - hw/display/exynos4210_fimd: Factor out finding screen width/height - hw/i2c/bcm2835_i2c: Correct CLKT register offset - linux-user/sh4: allow full 32-bit address space - target/sparc: set reg window data structures currently after vmstate load - hw/net/igb: recalculate rx_desc_len on migration load - hw/net/e1000e: recalculate rx_desc_len on migration load - linux-user: fix guards for the fsmount(2) syscall series - hw/net/xilinx_axienet: Don't write checksums off end of packet - linux-user: Guard local FUTEX_CMD_MASK definition - virtio: avoid packed vring virtio_queue_empty() infinite loops https://gitlab.com/qemu-project/qemu/-/work_items/3968 Closes: CVE-2026-16457 - backends/rng: cap request size to avoid oversized allocation https://gitlab.com/qemu-project/qemu/-/work_items/3983 - hw/virtio-rng: Fix host use-after-free https://gitlab.com/qemu-project/qemu/-/work_items/3917 Closes: CVE-2026-50624 - hw/net/virtio-net: Protect from DMA re-entrancy bugs https://gitlab.com/qemu-project/qemu/-/work_items/4073 Closes: CVE-2026-66022 (again) - intel_iommu: Check address mask before using it in pasid-based iotlb invalidation https://gitlab.com/qemu-project/qemu/-/work_items/3619 - hw/cxl: fix OOB access in cxl_doe_cdat_rsp via entry_handle - hw/virtio/vdpa-dev: pass set_config buffer to vhost backend - hw/pci-host/q35.c: Avoid early return in mch_write_config() - hw/pci-host/q35.c: Factor out creation of SMRAM MRs - hw/pci-host/q35.c: Always initialize smram-region even if SMM disabled - virtio-iommu: fix OOM due to unbounded call_rcu - libvduse: validate vq size https://gitlab.com/qemu-project/qemu/-/work_items/3652 Closes: CVE-2026-61402 - libvhost-user: fix heap overflow in vu_check_queue_inflights https://gitlab.com/qemu-project/qemu/-/work_items/3974 Closes: CVE-2026-63110 - libvhost-user: validate last_batch_head in vu_check_queue_inflights https://gitlab.com/qemu-project/qemu/-/work_items/3974 - virtio-pmem: wait for flush requests on unrealize https://gitlab.com/qemu-project/qemu/-/work_items/3938 Closes: CVE-2026-63323 - vhost-user: assert nregions within limit https://gitlab.com/qemu-project/qemu/-/work_items/3910 - virtio: fail early on bad config_len in migration https://gitlab.com/qemu-project/qemu/-/work_items/3891 - virtio-scsi: fix SCSIRequest leak on a bad request https://gitlab.com/qemu-project/qemu/-/work_items/3875 Closes: CVE-2026-61476 - vhost: do not crash on ring map failure https://gitlab.com/qemu-project/qemu/-/work_items/3783 - hw/virtio: reject zero-length packed indirect descriptor table https://gitlab.com/qemu-project/qemu/-/work_items/3984 - libvhost-user: protect against OOB vring queue access https://gitlab.com/qemu-project/qemu/-/work_items/3741 - libvhost-user: protect against OOB writes in vu_set_inflight_fd https://gitlab.com/qemu-project/qemu/-/work_items/3740 - virtio-net: fix short frame OOB read in receive_filter() https://gitlab.com/qemu-project/qemu/-/work_items/3626 Closes: CVE-2026-63320 - virtio-net: fix OOB read in RSC receive path https://gitlab.com/qemu-project/qemu/-/work_items/3623 Closes: CVE-2026-63321 - hw/display/virtio-gpu: Block Rutabaga migration - rutabaga: improve error handling, fix potential crash during init - hw/display/virtio-gpu: Initialize blob mapping for ATTACH_BACKING - hw/display/virtio-gpu: Fix empty blob discrimination - virtio-gpu: fix NULL deref in rutabaga set_scanout https://gitlab.com/qemu-project/qemu/-/work_items/3897 - target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers - net/colo: fix g_hash_table_destroy assertion on uninitialized filter - hw/display/qxl: unregister vm_change_state handler and BHs https://gitlab.com/qemu-project/qemu/-/work_items/3607 Closes: CVE-2026-63322 - ui/vnc: remove redundant rows computation - hw/display/vhost-user-gpu: validate message payload sizes https://gitlab.com/qemu-project/qemu/-/work_items/3866 - hw/display/virtio-gpu: Remove the bytes_pp field - hw/display/virtio-gpu: reject strides exceeding INT_MAX - hw/display/virtio-gpu: validate stride against width on scanout https://gitlab.com/qemu-project/qemu/-/work_items/3989 Closes: CVE-2026-63109 - hw/usb/hcd-xhci: Check return value of xhci_xfer_create_sgl() for errors https://gitlab.com/qemu-project/qemu/-/work_items/3786 - hw/usb/core: Avoid possible assert() in do_parameter() --> usb_packet_copy() https://gitlab.com/qemu-project/qemu/-/work_items/3746 - hw/ide/core: Fix possible crash via NULL pointer in ide_cancel_dma_sync() https://gitlab.com/qemu-project/qemu/-/work_items/905 https://gitlab.com/qemu-project/qemu/-/work_items/4052 - hw/usb/dev-uas: Fix guest-triggerable heap OOB access https://gitlab.com/qemu-project/qemu/-/work_items/3612 https://gitlab.com/qemu-project/qemu/-/work_items/3986 - hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect - hw/9pfs/virtio: drain in-flight PDUs before virtio-9p unrealize https://gitlab.com/qemu-project/qemu/-/work_items/3937 - hw/9pfs: fix O_TRUNC bypass on read-only export https://gitlab.com/qemu-project/qemu/-/work_items/4000 Closes: CVE-2026-63318 - hw/display/vmware_vga: Don't allow guest to trigger long running loop in host https://gitlab.com/qemu-project/qemu/-/work_items/3782 https://gitlab.com/qemu-project/qemu/-/work_items/4026 https://gitlab.com/qemu-project/qemu/-/work_items/4076 - hw/ide: replace assert with proper error handling https://gitlab.com/qemu-project/qemu/-/work_items/2777 - scsi-disk: fix off by one in assertion - scsi-disk: protect against guest sending truncated data for MODE SELECT commands https://gitlab.com/qemu-project/qemu/-/work_items/4051 - target/i386: helper_sysret(): Check that RCX contains a canonical address when emulating an Intel CPU https://gitlab.com/qemu-project/qemu/-/work_items/3223 - vfio/pci: reject invalid PCI_INTERRUPT_PIN values - vfio/pci: don't narrow a failed config read to a plausible value - vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time https://gitlab.com/qemu-project/qemu/-/work_items/3093 - vfio/pci: Initialize rom_read_failed in vfio_pci_load_rom() - hw/uefi: make SetupMode read-only https://gitlab.com/qemu-project/qemu/-/work_items/4039 Closes: CVE-2026-16288 - hw/uefi: add post_load checks https://gitlab.com/qemu-project/qemu/-/work_items/3837 https://gitlab.com/qemu-project/qemu/-/work_items/3838 https://gitlab.com/qemu-project/qemu/-/work_items/3839 https://gitlab.com/qemu-project/qemu/-/work_items/3885 Closes: CVE-2026-61404 - hw/uefi: account variable policy entries against storage size https://gitlab.com/qemu-project/qemu/-/work_items/3890 Closes: CVE-2026-61405 - hw/uefi: check lower limit for signature list size https://gitlab.com/qemu-project/qemu/-/work_items/3899 Closes: CVE-2026-61406 - hw/uefi: remove debug function https://gitlab.com/qemu-project/qemu/-/work_items/3615 Closes: CVE-2026-58582 - hw/uefi: add sanity check https://gitlab.com/qemu-project/qemu/-/work_items/3614 Closes: CVE-2026-58581 Checksums-Sha1: ef84efc901b527265022779952e34e62fa1ba6ad 327388 qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 908abd3c08017e6749f5cfcfd2743d287e39cac3 134616 qemu-block-extra_10.0.13+ds-0+deb13u1_riscv64.deb 6288230b76d9d6c677d7873234af803c8bce2f57 969016 qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 10655176b68cdba7e81d74bec9d831e2a6256a0a 560144 qemu-guest-agent_10.0.13+ds-0+deb13u1_riscv64.deb 0a900c282f04f61e42ca7a2d2ef0baa1a1f1e790 39373680 qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb a768fcaec4a5ff21844c7a538a1f70c4a715b08d 10017292 qemu-system-arm_10.0.13+ds-0+deb13u1_riscv64.deb 8b91f451d6b897efa33d469ec2b3957fbd7ef54f 2241420 qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 2d1bec7fa9b30f759fef4101e822434ec0b0eb76 907804 qemu-system-common_10.0.13+ds-0+deb13u1_riscv64.deb b0a0808f0911abaeeddf92a2bc1c1acdd20bd7a4 1072624 qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb e0604034e9ec02a38a50fd345aabd7442c232811 360108 qemu-system-gui_10.0.13+ds-0+deb13u1_riscv64.deb c4d9a3e603970572b45cdda06f0dc3070a3b8dd4 54739736 qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 5641f60c921d6e5eb853cc06aa55a812a079b9cf 14744228 qemu-system-mips_10.0.13+ds-0+deb13u1_riscv64.deb 80101899c5c2f9a495f456b26737800d4871f605 143954584 qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 02b6b7e23267722ee7108edcc60ed5f24b8065e2 40896116 qemu-system-misc_10.0.13+ds-0+deb13u1_riscv64.deb 2124dae219212fcc5a9f514bb259c00ab27b941e 602944 qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 90ae4feb07a33e618ba33e323900b65765401168 194732 qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_riscv64.deb bf15dbb3f7c6dd11f304e13fad4252f5924e1128 216744 qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 10c4b80b3230fe373758a7710867e658852924bf 134444 qemu-system-modules-spice_10.0.13+ds-0+deb13u1_riscv64.deb 32bfe1bff2bbfaf3c38066995ff8c9f9fad8ef17 30929224 qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb d2431516116debb8bc9c06f1dbd335f54fdf5cc8 8269956 qemu-system-ppc_10.0.13+ds-0+deb13u1_riscv64.deb c5159facfccb245b0628625ec1dbafd539e10860 29478492 qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 657b70c9c535907498707416429ccbf2423f02de 7704964 qemu-system-riscv_10.0.13+ds-0+deb13u1_riscv64.deb e9cf4c18c30897d5826f40b017c7dd4db59f6509 11270344 qemu-system-s390x-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 79700e31ba03853ac071462e3707aa5786e5bd72 3176864 qemu-system-s390x_10.0.13+ds-0+deb13u1_riscv64.deb 92a15a4ff6f9d427b52934e0968cc7ea8a913fe0 20849116 qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb ff2d03c42dec5287962942837ecbe0f3e42071ce 5742456 qemu-system-sparc_10.0.13+ds-0+deb13u1_riscv64.deb b9910fb05c0eb5f6dd53cc43d3f58a5c227bf154 29355612 qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 114027c4ab28cbd2c053d6dd92f3eeee667e86c7 7956796 qemu-system-x86_10.0.13+ds-0+deb13u1_riscv64.deb 5792f98e144f625247a33f134c51d5c9b6328d77 74368 qemu-system_10.0.13+ds-0+deb13u1_riscv64.deb c861dc8d2c63befd74223331a0eba98f85a01968 2060 qemu-user-binfmt_10.0.13+ds-0+deb13u1_riscv64.deb e8341b1593185676f9f00965d879b357caa01dec 126503516 qemu-user-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb f8aecc834b910d6cc77dbefff8dd61973ee4307e 77416 qemu-user-static_10.0.13+ds-0+deb13u1_riscv64.deb 68b934c1c5c8b21c7888b5b1980bdb250189b52c 71462476 qemu-user_10.0.13+ds-0+deb13u1_riscv64.deb 97e671aade2ae9d7d9382fd98a30466f3d987437 11390356 qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 6612619bb55dcaef2176588b0bb5c876742819f5 2027308 qemu-utils_10.0.13+ds-0+deb13u1_riscv64.deb 18965c4d0765aa4a52e5d0ffedc0d5e46b617542 34452 qemu_10.0.13+ds-0+deb13u1_riscv64-buildd.buildinfo Checksums-Sha256: 14b92abbf908160602bf5d9446cdd9ebaf5aa39473b2ea93912e73bc1bf37905 327388 qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 94042c106b9dfedf5399c885588fccec6260943ee60f4b8ec06b8ef2c01147a7 134616 qemu-block-extra_10.0.13+ds-0+deb13u1_riscv64.deb 219c8cab478c9fbd4f8d16584883dbd30f397dad9005b3b63d206012c1f3f4f1 969016 qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb e3e78b7d5eb60fc01d3a0817f61a4cc014e6ef8701ceead709187beab7bf3281 560144 qemu-guest-agent_10.0.13+ds-0+deb13u1_riscv64.deb dee76c1c9bbe1d049def88437e1a5d05fcfc214cc48762fc2397e6e341bf8db8 39373680 qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 813aec2b6e6ca4b868d79689ef15777960b62490878307814ef86e77887814ce 10017292 qemu-system-arm_10.0.13+ds-0+deb13u1_riscv64.deb e6378dde53ab28d42d37751cc962d8507766d7211c84d7b8f6058258885e12a8 2241420 qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb e64c64194c5ae8e93cd722e2bf4a7f89ab27d3d5a2f9cdeb7ceb2c4f553316dc 907804 qemu-system-common_10.0.13+ds-0+deb13u1_riscv64.deb dcea4294c861966adde55bfd4ff4cfb028d9022ab18458f99626e43deebe331e 1072624 qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 563f23b8ee7d0e7ed4dafae038e61386d4bdc9493dd8d0ed800e22582c78a693 360108 qemu-system-gui_10.0.13+ds-0+deb13u1_riscv64.deb 8641993e34969a78f4c70fc628eeaf99c6c12b19372e12d1618a62240cd24d59 54739736 qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 85edcc0345610be6edefe8d53954acfe10c4f06118ef948dd4a1f6e2254c898f 14744228 qemu-system-mips_10.0.13+ds-0+deb13u1_riscv64.deb 66f01554f41cb13d9ca8f0f2eb08ef985d57f697206326e9938dbc701086da18 143954584 qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 09fe069d0e75dcaaa94ff42ddddbc64d835eb1a431e700014bc5d75378256f24 40896116 qemu-system-misc_10.0.13+ds-0+deb13u1_riscv64.deb 52e5e3c7226418f8e70d53bee0176bb438fd0dfdc97a53dc503bcdadceea55b0 602944 qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 2f828c36aa66cc9acd591f7dfe72541869a049c1c1d936ed8c633de69d4dbf48 194732 qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_riscv64.deb 3cfafb2768532456ce538107628f4982486f25cf90462e754ad0ad304d9f19bf 216744 qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 8007483f097abd68349a0913c44e982af87810bf8233feae9ef49d28dd80583a 134444 qemu-system-modules-spice_10.0.13+ds-0+deb13u1_riscv64.deb 68ae50a86a6bdedcbc1661bb3f49cd5de9d8f2d193173fbc5dfa6b5dbef3a951 30929224 qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 795268842c4f1c96e5758de41b2be2d01a96f1afe9ed4845d09c0e3ebb43cb02 8269956 qemu-system-ppc_10.0.13+ds-0+deb13u1_riscv64.deb 3348540847b256ffc309c1840bc080c9105f622efec69465670863e2627790b8 29478492 qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 62d786a1fbc6f8ca0d59ec5a929987fb0c769e2341d421d76785fdc3d240461e 7704964 qemu-system-riscv_10.0.13+ds-0+deb13u1_riscv64.deb 7fe0d45b526f297b9ac45f2c247501e4e382033a3ce6cc81e337b92dd5100a40 11270344 qemu-system-s390x-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb a751c06f8f6d96fef04971b9d19d36561421cda7c69518f7aa7e656197de8a81 3176864 qemu-system-s390x_10.0.13+ds-0+deb13u1_riscv64.deb d7357998ae30ddc1d0ced45d0bbfc42ddbd2ecc88f0fc4d8c889947cdcf62474 20849116 qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 44fa8ab0ee51e43bfcf3dc29979375b2243935d782f19d9ce4eb7aa2a0e42bf6 5742456 qemu-system-sparc_10.0.13+ds-0+deb13u1_riscv64.deb 87819aa529d0b70fa82f018573d110daef3468200eac83070fd0be8222af3009 29355612 qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb ae0eef866f6db9130cfe620ac5bf83cff0dd3d7e586402abf1b1304a4400d860 7956796 qemu-system-x86_10.0.13+ds-0+deb13u1_riscv64.deb a836833960261569a73bf53eef4dc56c0600c0fa085a3f9816f30c80c734174b 74368 qemu-system_10.0.13+ds-0+deb13u1_riscv64.deb 6973927b9ba4a55158b1c7269dfb90c39a9529e42369056b1867db83147cef03 2060 qemu-user-binfmt_10.0.13+ds-0+deb13u1_riscv64.deb 16df83d5a3220d4f3e0dd26af570890186f0db1bf6824754f504d12c1a43ed0a 126503516 qemu-user-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb c3b44cf0dde9768ce76a3403e5b2b3b5470a00af4938ea84a5db976ea8c7dabd 77416 qemu-user-static_10.0.13+ds-0+deb13u1_riscv64.deb 596b6324e78c1c633c85f3b8bfc506c409a74018699281b2642e8da3f7320df5 71462476 qemu-user_10.0.13+ds-0+deb13u1_riscv64.deb 84854a7e127dc25e8a4438a3f4cf308d8e474f143f664ba1df3e6e8422823624 11390356 qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 28d7cfc1b71be28b675c2d82cf726537ec007b7a612461483727335727c91518 2027308 qemu-utils_10.0.13+ds-0+deb13u1_riscv64.deb 5f3d246b90c1b42d6488f66113696f859b659e7e250b31e9a4e41092330e5725 34452 qemu_10.0.13+ds-0+deb13u1_riscv64-buildd.buildinfo Files: 9a89a54150917abbf5b0c70a6ec8ad0b 327388 debug optional qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb da27b70991edd691c69b35af018b0ca9 134616 otherosfs optional qemu-block-extra_10.0.13+ds-0+deb13u1_riscv64.deb 050fd737792d3caf7ae2d8faca0c3939 969016 debug optional qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 479eaba68f1be7827b0993d787f7a26a 560144 otherosfs optional qemu-guest-agent_10.0.13+ds-0+deb13u1_riscv64.deb 1834af7bc7381c8ad7d5a7dcd1723b21 39373680 debug optional qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 97b9bfae859354f5a1ae048321821806 10017292 otherosfs optional qemu-system-arm_10.0.13+ds-0+deb13u1_riscv64.deb dfbb4815536a1e0c0958579ec6b4cba9 2241420 debug optional qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 8b6bf5f79be7a425472852ce67749fd9 907804 otherosfs optional qemu-system-common_10.0.13+ds-0+deb13u1_riscv64.deb 02ed542368715c693eab6962ace73bf6 1072624 debug optional qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb e32e218d8a633b71cb9443f82e473a13 360108 otherosfs optional qemu-system-gui_10.0.13+ds-0+deb13u1_riscv64.deb bb76e306be7eba752a0f3c14333419f2 54739736 debug optional qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 7783122845a802d813ef1df0c5ff2e22 14744228 otherosfs optional qemu-system-mips_10.0.13+ds-0+deb13u1_riscv64.deb 25204a4fffceea02eb456c4db15352f6 143954584 debug optional qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb aaaec221a8075d73eac11c2bcc8eb21d 40896116 otherosfs optional qemu-system-misc_10.0.13+ds-0+deb13u1_riscv64.deb d0caeb5b7819f173000e88d2c5fb1252 602944 debug optional qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 9c6eebeee0209587e4ad0362d076069b 194732 otherosfs optional qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_riscv64.deb 82e87bd37dc7fe65912b704a15c4e846 216744 debug optional qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb d49c20299a4b6a1ffa5d62d4990a9407 134444 otherosfs optional qemu-system-modules-spice_10.0.13+ds-0+deb13u1_riscv64.deb 303425b70d2c723fdcf9dfcf6dd5f541 30929224 debug optional qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb a3958d0589a71bdd5fe57fc93dce83eb 8269956 otherosfs optional qemu-system-ppc_10.0.13+ds-0+deb13u1_riscv64.deb c5c73786fd8551a5d64b0319a91f8a5d 29478492 debug optional qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb cc83e2aa0ec9c6ea176079a1279a7179 7704964 otherosfs optional qemu-system-riscv_10.0.13+ds-0+deb13u1_riscv64.deb ad8516cdc01d2c8ddf962a303e44a05c 11270344 debug optional qemu-system-s390x-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 3c191d038012ea804d046af847ce5c27 3176864 otherosfs optional qemu-system-s390x_10.0.13+ds-0+deb13u1_riscv64.deb d5ab32aec822e0a835a5427ea5c83d4e 20849116 debug optional qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb d8194bac0d14d0818a5599f141cae741 5742456 otherosfs optional qemu-system-sparc_10.0.13+ds-0+deb13u1_riscv64.deb 4ba677aafee6b07d2bf1579114b9351f 29355612 debug optional qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb cb8bed83338b5453b2d82d25b4d39a28 7956796 otherosfs optional qemu-system-x86_10.0.13+ds-0+deb13u1_riscv64.deb 84c48bbbbcba8426e167d2083860d4d5 74368 otherosfs optional qemu-system_10.0.13+ds-0+deb13u1_riscv64.deb 0aea1fc02be19c53d2ca38d36cda6cd2 2060 otherosfs optional qemu-user-binfmt_10.0.13+ds-0+deb13u1_riscv64.deb fa06ffd587a20db5a736644403d7d5f5 126503516 debug optional qemu-user-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 5578047e9411eda93ff87e054f80feed 77416 oldlibs optional qemu-user-static_10.0.13+ds-0+deb13u1_riscv64.deb fc748d8caa02d46f697f763c2a6b6733 71462476 otherosfs optional qemu-user_10.0.13+ds-0+deb13u1_riscv64.deb 1b27fb48180033793281f4793cf28fdb 11390356 debug optional qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_riscv64.deb 50a97e5262e7bfa963b85debc5acc484 2027308 otherosfs optional qemu-utils_10.0.13+ds-0+deb13u1_riscv64.deb abbc68cbd8205dbafc7f3e0758fe3bea 34452 otherosfs optional qemu_10.0.13+ds-0+deb13u1_riscv64-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXZ9jHPkg/vETgMJZlJNduPxUf2oFAmqc0xwACgkQlJNduPxU f2o3SxAApUPZj54I8GR2QEsemdPUTr/RCtTvKkhwAr7ZDBlciLAvbYvfBXEKhIlX 9RNhhYHIBzNFM65hHI5HjSKafgcJDONtb9QL9/wDruUbu0NPZqMnykdqcCCk/bXT Krf3ZKUnqCyPmncM+70gDMnckwNG9JLzd/mw5PEAjNT9PWhm2pQcmVR8vQ/bCkt+ rV6gR/P/2nXy9WwqiEkuhfgnExvBpFF7qw6Ax1jSN0WqQggKfiFyDAhXcU8lKZTT zgm9/ci4P9DxZDuswIybLKhtgANEprGrOnXISkxFdel3V331B1HbDtb7KgeJZ/Uc eXhXvHRG3+3n+iZLJjbEpT9HZj3jYLiKZi27/CbAM4Q6tshTa/mSpXgGq8xg0PnD Gk+TOhfmNLC2j4c3iqCCOMHNgSucTojjEh7MEYrgm9hjx64hrHK7b9/+Iyj5kNNM p2j04u+I+0Z57RCbPN9+wAPIwa/CtXWUBzPJHNaWxizRoPJhLiPLoZ+TynJFDIp7 SxhGh1OYwr9jbf/sGkTpakZsFAoyfuvOIz/tNbACqug7aC+LlSTrtM6jbOdkbcxW 23KTcpACbJn6xXRSZZB6Y2msgytGl/k1PaH4qG3f3a1RAgvqUc4n2v5+Kq3MPf4i nyCdcLpJz7sxw6V3Pc4UyGLVsMDjii9fyz7xWQo8YTSdWL4W04I= =fDJ1 -----END PGP SIGNATURE-----