messages from 2026-03-11 14:31:00 to 2026-03-11 16:28:41 UTC [more...]
[PATCH v3 0/3] semihosting/uaccess: Swap bytes based on runtime-configurable endianness
2026-03-11 16:27 UTC (4+ messages)
` [PATCH v3 1/3] include/hw/core: Rename virtio_is_big_endian to internal_is_big_endian
` [PATCH v3 2/3] include/exec: Provide the cpu_internal_tswap() functions
` [PATCH v3 3/3] semihosting/uaccess: Use "
[PATCH v2 0/4] isa-serial: acpi: declare shared IRQs for COM1/3 and COM2/4
2026-03-11 16:24 UTC (5+ messages)
` [PATCH v2 1/4] hw/acpi/aml-build.c: add aml_irq() representing the 3-byte IRQ descriptor
` [PATCH v2 2/4] tests/acpi: allow DSDT acpi table changes
` [PATCH v2 3/4] hw/char/serial-isa.c: declare IRQ as shared in ACPI IRQ descriptor
` [PATCH v2 4/4] tests: data: update x86 ACPI tables
[PATCH] hw/i2c/aspeed: fix lost interrupts on back-to-back commands
2026-03-11 16:27 UTC (2+ messages)
[PATCH 00/65] arm: Implement an emulation of GICv5 interrupt controller
2026-03-11 16:26 UTC (27+ messages)
` [PATCH 22/65] hw/intc/arm_gicv5: Create backing state for SPIs
` [PATCH 23/65] hw/intc/arm_gicv5: Make gicv5_set_* update SPI state
` [PATCH 24/65] hw/intc/arm_gicv5: Implement gicv5_request_config()
` [PATCH 25/65] target/arm: GICv5 cpuif: Implement GIC CDRCFG and ICC_ICSR_EL1
` [PATCH 26/65] hw/intc/arm_gicv5: Implement IRS_SPI_{SELR, STATUSR, CFGR, DOMAINR}
` [PATCH 27/65] hw/intc/arm_gicv5: Update SPI state for CLEAR/SET events
` [PATCH 28/65] hw/intc/arm_gicv5: Implement IRS_CR0 and IRS_CR1
` [PATCH 29/65] hw/intc/arm_gicv5: Implement IRS_SYNCR and IRS_SYNC_STATUSR
` [PATCH 30/65] hw/intc/arm_gicv5: Implement IRS_PE_{CR0,SELR,STATUSR}
` [PATCH 32/65] hw/intc/arm_gicv5: Cache pending LPIs in a hash table
` [PATCH 33/65] target/arm: GICv5 cpuif: Implement ICC_IAFFIDR_EL1
` [PATCH 34/65] target/arm: GICv5 cpuif: Implement ICC_IDR0_EL1
` [PATCH 35/65] target/arm: GICv5 cpuif: Implement GICv5 PPI active set/clear registers
[PATCH v1] hw/i3c/dw-i3c: Fix uninitialized data use in short transfer
2026-03-11 16:24 UTC (3+ messages)
[PATCH] typedefs: move QIgvm out of typedefs.h
2026-03-11 16:20 UTC
[PATCH] rust: Update Cargo.lock
2026-03-11 16:16 UTC (2+ messages)
[PATCH 0/4] Fix error handling for callers of
2026-03-11 16:15 UTC (5+ messages)
` [PATCH 3/4] util/event_notifier: fix error handling for event_notifier_init callers
` Deprecate Multi-process QEMU (Re: [PATCH 3/4] util/event_notifier: fix error handling for event_notifier_init callers)
[PATCH v2] target/i386: add compat for migrating error code
2026-03-11 16:14 UTC (2+ messages)
[PATCH v1 0/3] Fixed bugs in pl080
2026-03-11 16:14 UTC (2+ messages)
[PATCH v3] target/i386: add compat for migrating error code
2026-03-11 16:10 UTC
[PATCH] target/arm/kvm: fall back if nested unsupported
2026-03-11 16:08 UTC (2+ messages)
[PATCH 0/3] docs: some doc updates
2026-03-11 16:13 UTC (2+ messages)
[PATCH v19 0/8] Specifying cache topology on ARM
2026-03-11 16:06 UTC (9+ messages)
` [PATCH v19 1/8] target/arm/tcg: increase cache level for cpu=max
` [PATCH v19 2/8] hw/core/machine: topology functions capabilities added
` [PATCH v19 3/8] hw/arm/virt: add cache hierarchy to device tree
` [PATCH v19 4/8] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v19 5/8] acpi: Add parameters to pass cache descriptions to ACPI build_pptt()
` [PATCH v19 6/8] hw/acpi: add cache hierarchy to pptt table
` [PATCH v19 7/8] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v19 8/8] Update the ACPI tables based on new aml-build.c
[PATCH] accel/kvm: fix typo in variable name
2026-03-11 16:07 UTC (2+ messages)
[PATCH v2 0/6] qcow2: Suppress data-file WRITE during creation
2026-03-11 16:06 UTC (7+ messages)
` [PATCH v2 1/6] qcow2: Skip data-file resize if possible
` [PATCH v2 2/6] qcow2: Always attach data-file given by node name
` [PATCH v2 3/6] qcow2: Preallocation: Do not COW after disk end
` [PATCH v2 4/6] qcow2: Call qcow2_co_truncate() directly
` [PATCH v2 5/6] qcow2: Suppress data-file WRITE/RESIZE if possible
` [PATCH v2 6/6] iotests: Add qcow2-live-data-file test
[PATCH 0/5] i386/cpu: CPUID & CPU model cleanup and CWF cache model
2026-03-11 16:02 UTC (2+ messages)
[PATCH] meson.build: stop checking for inotify_init()
2026-03-11 16:02 UTC (2+ messages)
[PATCH 00/14] Add ARM64 support for MSHV accelerator
2026-03-11 15:58 UTC (21+ messages)
` [PATCH 01/14] accel/mshv: provision guests with the same features as host
` [PATCH 02/14] accel/mshv: move msr.c to target/i386
` [PATCH 03/14] accel/mshv: extract common CPU register helpers
` [PATCH 04/14] meson, target/arm/mshv: Enable arm64 build & add initial MSHV support
` [PATCH 05/14] target/arm/mshv: implement vcpu state operations for ARM64
` [PATCH 06/14] target/arm/mshv: implement -cpu host for MSHV
` [PATCH 07/14] accel/mshv: add arch-specific accelerator init hook
` [PATCH 08/14] accel/mshv: Add access_vp_regs synthetic proc features
` [PATCH 09/14] target/arm: cpu: Mark MSHV supporting PSCI 1.3
` [PATCH 10/14] accel/mshv: implement cpu_thread_is_idle() hook
` [PATCH 11/14] target/arm/mshv: add vCPU run loop
` [PATCH 12/14] include/hw/hyperv: adjust hv_interrupt_control structure for arm64
` [PATCH 13/14] hw/intc,target/arm/mshv: add MSHV vGICv3 implementation
` [PATCH 14/14] MAINTAINERS: updates for MSHV arm64 code
[RFC v2 0/2] tests/qtest: Add memory-access attributes (secure/space)
2026-03-11 15:49 UTC (3+ messages)
` [RFC v2 1/2] tests/qtest: Add attrs argument support to memory access commands
` [RFC v2 2/2] tests/qtest: Add qtest-attrs-test for memory access with attrs
[PATCH v3 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
2026-03-11 15:43 UTC (6+ messages)
` [PATCH v3 19/32] hw/arm/tegra241-cmdqv: Allocate HW VCMDQs on base register programming
` [PATCH v3 20/32] hw/arm/tegra241-cmdqv: Use mmap'ed VINTF page0 as VCMDQ backing
[PATCH 1/8] tests/qtest/migration: Fix leak of migration tests data
2026-03-11 15:40 UTC (5+ messages)
` [PATCH 5/8] tests/qtest/migration: Force exit-on-error=false when appropriate
[RFC PATCH 0/8] hw/arm/smmuv3-accel: Support AUTO properties
2026-03-11 15:31 UTC (4+ messages)
` [RFC PATCH 2/8] hw/arm/smmuv3-accel: Introduce _AUTO support for ATS
[PATCH v2 0/9] Support QEMU cpu models in MSHV accelerator
2026-03-11 15:31 UTC (5+ messages)
` [PATCH v2 9/9] accel/mshv: disable la57 (5lvl paging)
[PATCH v2 1/1] io: make zerocopy fallback accounting more accurate
2026-03-11 15:30 UTC (9+ messages)
[Stable-10.0.9 00/44] Patch Round-up for stable 10.0.9, freeze on 2026-03-15
2026-03-11 15:02 UTC (45+ messages)
` [Stable-10.0.9 01/44] s390x/pci: Fix endianness for zPCI BAR values
` [Stable-10.0.9 02/44] plugins: fix cross-build using LLVM for Windows targets
` [Stable-10.0.9 03/44] python: drop uses of pkg_resources
` [Stable-10.0.9 04/44] contrib/plugins: Fix type conflict of GLib function pointers
` [Stable-10.0.9 05/44] contrib/plugins/hotblocks: Correctly free sorted counts list
` [Stable-10.0.9 06/44] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
` [Stable-10.0.9 07/44] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
` [Stable-10.0.9 08/44] docs/about/emulation: Add documentation for hotblocks plugin arguments
` [Stable-10.0.9 09/44] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers
` [Stable-10.0.9 10/44] target/arm: Introduce ARMCPU.sme_max_vq
` [Stable-10.0.9 11/44] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion
` [Stable-10.0.9 12/44] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB
` [Stable-10.0.9 13/44] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
` [Stable-10.0.9 14/44] virtio-snd: remove TODO comments
` [Stable-10.0.9 15/44] virtio-snd: handle 5.14.6.2 for PCM_INFO properly
` [Stable-10.0.9 16/44] virtio-snd: fix max_size bounds check in input cb
` [Stable-10.0.9 17/44] virtio-snd: tighten read amount in in_cb
` [Stable-10.0.9 18/44] hw/misc/virt_ctrl: Fix incorrect trace event in read operation
` [Stable-10.0.9 19/44] hw/ssi/xilinx_spips: Reset TX FIFO in reset
` [Stable-10.0.9 20/44] target/arm: set the correct TI bits for WFIT traps
` [Stable-10.0.9 21/44] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim()
` [Stable-10.0.9 22/44] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver
` [Stable-10.0.9 23/44] tests/docker: upgrade most non-lcitool debian tests to debian 13
` [Stable-10.0.9 24/44] hw/i386/vmmouse: Fix hypercall clobbers
` [Stable-10.0.9 25/44] target/i386/hvf/x86_mmu: Fix compiler warning
` [Stable-10.0.9 26/44] io: separate freeing of tasks from marking them as complete
` [Stable-10.0.9 27/44] io: fix cleanup for TLS I/O source data on cancellation
` [Stable-10.0.9 28/44] io: fix cleanup for websock "
` [Stable-10.0.9 29/44] hw/net/smc91c111: Don't allow negative-length packets
` [Stable-10.0.9 30/44] block/vmdk: fix OOB read in vmdk_read_extent()
` [Stable-10.0.9 31/44] block/curl: fix concurrent completion handling
` [Stable-10.0.9 32/44] mirror: Fix missed dirty bitmap writes during startup
` [Stable-10.0.9 33/44] block/throttle-groups: fix deadlock with iolimits and muliple iothreads
` [Stable-10.0.9 34/44] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
` [Stable-10.0.9 35/44] block/nfs: Do not enter coroutine from CB
` [Stable-10.0.9 36/44] virtio-gpu: Ensure BHs are invoked only from main-loop thread
` [Stable-10.0.9 37/44] hw/net/xilinx_ethlite: Check for oversized TX packets
` [Stable-10.0.9 38/44] linux-user: Deal with mmap where start > reserved_va
` [Stable-10.0.9 39/44] bsd-user: "
` [Stable-10.0.9 40/44] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
` [Stable-10.0.9 41/44] linux-user: fix TIOCGSID ioctl
` [Stable-10.0.9 42/44] hw/net/npcm_gmac: Catch accesses off the end of the register array
` [Stable-10.0.9 43/44] target/loongarch: Preserve PTE permission bits in LDPTE
` [Stable-10.0.9 44/44] fuse: Copy write buffer content before polling
[PATCH v2 0/5] whpx: arm: set of small fixes
2026-03-11 15:10 UTC (6+ messages)
` [PATCH v2 1/5] whpx: arm: fix -cpu host
` [PATCH v2 2/5] whpx: arm: add EC_DATAABORT assert for WHvRunVpExitReasonGpaIntercept/UnmappedGpa
` [PATCH v2 3/5] whpx: arm: enable more enlightements
` [PATCH v2 4/5] whpx: arm: remove comment bit that is no longer accurate
` [PATCH v2 5/5] target/arm: cpu: alter error message for host CPU type
[Stable-10.1.5 00/46] Patch Round-up for stable 10.1.5, freeze on 2026-03-15
2026-03-11 15:03 UTC (47+ messages)
` [Stable-10.1.5 01/46] s390x/pci: Fix endianness for zPCI BAR values
` [Stable-10.1.5 02/46] plugins: fix cross-build using LLVM for Windows targets
` [Stable-10.1.5 03/46] block/mirror: check range when setting zero bitmap for sync write
` [Stable-10.1.5 04/46] iotests: test active mirror with unaligned, small write zeroes op
` [Stable-10.1.5 05/46] python: drop uses of pkg_resources
` [Stable-10.1.5 06/46] contrib/plugins/hotblocks: Correctly free sorted counts list
` [Stable-10.1.5 07/46] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
` [Stable-10.1.5 08/46] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
` [Stable-10.1.5 09/46] docs/about/emulation: Add documentation for hotblocks plugin arguments
` [Stable-10.1.5 10/46] hw/i2c/aspeed_i2c: Fix out-of-bounds read in I2C MMIO handlers
` [Stable-10.1.5 11/46] target/arm: Account for SME in aarch64_sve_narrow_vq() assertion
` [Stable-10.1.5 12/46] target/arm: Fix feature check in DO_SVE2_RRX, DO_SVE2_RRX_TB
` [Stable-10.1.5 13/46] target/arm/tcg: Allow SVE RAX1 in SME2p1 streaming mode
` [Stable-10.1.5 14/46] target/arm: Don't let 'sme=on' downgrade SME
` [Stable-10.1.5 15/46] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
` [Stable-10.1.5 16/46] virtio-snd: remove TODO comments
` [Stable-10.1.5 17/46] virtio-snd: handle 5.14.6.2 for PCM_INFO properly
` [Stable-10.1.5 18/46] virtio-snd: fix max_size bounds check in input cb
` [Stable-10.1.5 19/46] virtio-snd: tighten read amount in in_cb
` [Stable-10.1.5 20/46] hw/misc/virt_ctrl: Fix incorrect trace event in read operation
` [Stable-10.1.5 21/46] hw/ssi/xilinx_spips: Reset TX FIFO in reset
` [Stable-10.1.5 22/46] target/arm: set the correct TI bits for WFIT traps
` [Stable-10.1.5 23/46] hw/9pfs: fix data race in v9fs_mark_fids_unreclaim()
` [Stable-10.1.5 24/46] hw/9pfs: fix missing EOPNOTSUPP on Twstat and Trenameat for fs synth driver
` [Stable-10.1.5 25/46] hw/i386/vmmouse: Fix hypercall clobbers
` [Stable-10.1.5 26/46] target/i386/emulate/x86_decode: Fix compiler warning
` [Stable-10.1.5 27/46] target/i386/hvf/x86_mmu: "
` [Stable-10.1.5 28/46] io: separate freeing of tasks from marking them as complete
` [Stable-10.1.5 29/46] io: fix cleanup for TLS I/O source data on cancellation
` [Stable-10.1.5 30/46] io: fix cleanup for websock "
` [Stable-10.1.5 31/46] hw/net/smc91c111: Don't allow negative-length packets
` [Stable-10.1.5 32/46] block/vmdk: fix OOB read in vmdk_read_extent()
` [Stable-10.1.5 33/46] block/curl: fix concurrent completion handling
` [Stable-10.1.5 34/46] mirror: Fix missed dirty bitmap writes during startup
` [Stable-10.1.5 35/46] block/throttle-groups: fix deadlock with iolimits and muliple iothreads
` [Stable-10.1.5 36/46] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
` [Stable-10.1.5 37/46] block/nfs: Do not enter coroutine from CB
` [Stable-10.1.5 38/46] virtio-gpu: Ensure BHs are invoked only from main-loop thread
` [Stable-10.1.5 39/46] hw/net/xilinx_ethlite: Check for oversized TX packets
` [Stable-10.1.5 40/46] linux-user: Deal with mmap where start > reserved_va
` [Stable-10.1.5 41/46] bsd-user: "
` [Stable-10.1.5 42/46] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
` [Stable-10.1.5 43/46] linux-user: fix TIOCGSID ioctl
` [Stable-10.1.5 44/46] hw/net/npcm_gmac: Catch accesses off the end of the register array
` [Stable-10.1.5 45/46] target/loongarch: Preserve PTE permission bits in LDPTE
` [Stable-10.1.5 46/46] fuse: Copy write buffer content before polling
-device T,help crashes
2026-03-11 15:16 UTC (4+ messages)
[PATCH v2] ppc/pnv: fix dumpdtb option
2026-03-11 15:04 UTC (3+ messages)
[PATCH v2] vmstate: fix subsection load name check
2026-03-11 15:05 UTC (8+ messages)
[PATCH 0/3] block/mirror: fix assertion failure upon duplicate complete for job using 'replaces'
2026-03-11 14:54 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] iotests/041: add test for mirror with throttled NBD export as target
` [PATCH 3/3] iotests/041: add test for duplicate job-complete with throttled target
[PATCH v1 1/3] An interrupt is generated after the DMA transfer complete
2026-03-11 14:24 UTC (3+ messages)
` [PATCH v1 2/3] The swidth and dwidth of pl080 are not equal
` [PATCH v1 3/3] The LLI of pl080 should be aligned with 4 bytes
[PATCH 0/7] Add VIRTIO_F_IN_ORDER support to vhost shadow virtqueue
2026-03-11 14:42 UTC (9+ messages)
` [PATCH 1/7] virtio: Allow to fill a whole virtqueue in order
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox