public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 17:25:43 to 2026-03-18 10:33:01 UTC [more...]

[PATCH-for-11.1 00/16] target/riscv: Forbid to use legacy native endianness API
 2026-03-18 10:31 UTC  (5+ messages)
` [PATCH-for-11.1 01/16] hw/riscv: Mark RISC-V specific peripherals as little-endian
` [PATCH-for-11.1 02/16] target/riscv: Use explicit little-endian LD/ST API
` [PATCH-for-11.1 04/16] target/riscv: Remove MTTCG check for x-rv128 CPU model
` [PATCH-for-11.1 08/16] target/riscv: Simplify riscv_cpu_gdb_write_register()

[PATCH 0/2] Re: [PATCH 1/1] trans_rvi.c.inc: Make lq and sq use 128-bit ld/st
 2026-03-18 10:19 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv/tcg/tcg-cpu.c: Remove mttcg check for x-rv128

[PULL 0/2] Block layer patches
 2026-03-18 10:12 UTC  (2+ messages)

[PULL 0/1] ppc-for-11.0-hardfreeze queue
 2026-03-18 10:11 UTC  (2+ messages)

[PULL 00/16] ui/audio/dump patches for 11.0-rc
 2026-03-18 10:11 UTC  (2+ messages)

[PULL 0/4] Last minute changes for QEMU 11.0 hard freeze
 2026-03-18 10:10 UTC  (6+ messages)
` [PULL 1/4] runstate: handle return code of EOPNOTSUPP properly from rebuild_guest()
` [PULL 2/4] build-sys: use the "run" variable
` [PULL 3/4] rust: fix build when --disable-rust and meson < 1.9
` [PULL 4/4] rust: suggest passing --locked to "cargo install"

[RFC PATCH] target/riscv: Restrict access to RV128 registers on RV32
 2026-03-18 10:09 UTC  (5+ messages)

[PATCH v5 0/8] hw/nvme: add basic live migration support
 2026-03-18 10:06 UTC  (6+ messages)
` [PATCH v5 2/8] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC

[PATCH RFC 00/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
 2026-03-18 10:00 UTC  (20+ messages)
` [PATCH RFC 01/10] vmstate: Pass in struct itself for VMSTATE_ARRAY_OF_POINTER
` [PATCH RFC 02/10] vmstate: Pass in struct itself for VMSTATE_VARRAY_OF_POINTER_UINT32
` [PATCH RFC 03/10] vmstate: Do not set size for VMS_ARRAY_OF_POINTER
` [PATCH RFC 04/10] vmstate: Limit the vmdesc_loop dedup trick to compressable field
` [PATCH RFC 05/10] vmstate: Rename VMS_NULLPTR_MARKER to VMS_MARKER_PTR_NULL
` [PATCH RFC 06/10] vmstate: Introduce vmstate_save_field_with_vmdesc()
` [PATCH RFC 07/10] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers
` [PATCH RFC 08/10] vmstate: Implement load of ptr marker in vmstate core
` [PATCH RFC 09/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
` [PATCH RFC 10/10] tests/unit/test-vmstate: add tests for VMS_ARRAY_OF_POINTER_ALLOW_NULL

[PATCH 0/3] monitor: Clean up and simplify event rate limiting
 2026-03-18  9:53 UTC  (4+ messages)
` [PATCH 1/3] monitor: Fix event rate limit tracing
` [PATCH 2/3] monitor: Factor out monitor_event_rate_limited()
` [PATCH 3/3] monitor: Dumb down to a single event rate limit

[PATCH for-11.0 v3 0/8] hw/arm/smmuv3-accel: Support AUTO properties
 2026-03-18  9:51 UTC  (13+ messages)
` [PATCH v3 1/8] hw/arm/smmuv3-accel: Check ATS compatibility between host and guest
` [PATCH v3 2/8] hw/arm/smmuv3-accel: Change ATS property to OnOffAuto
` [PATCH v3 3/8] hw/arm/smmuv3-accel: Change RIL "
` [PATCH v3 4/8] qdev: Add a SsidSizeMode property
` [PATCH v3 5/8] hw/arm/smmuv3-accel: Change SSIDSIZE property to SsidSizeMode
` [PATCH v3 6/8] qdev: Add an OasMode property
` [PATCH v3 7/8] hw/arm/smmuv3-accel: Change OAS property to OasMode
` [PATCH v3 8/8] qemu-options.hx: Document arm-smmuv3 device's accel properties

[PATCH v4 0/8] hw/vfio: single-binary
 2026-03-18  9:46 UTC  (14+ messages)
` [PATCH v4 1/8] hw/vfio/listener.c: remove CONFIG_KVM
` [PATCH v4 2/8] hw/vfio/helpers.c: extract kvm helpers in kvm-helpers.c
` [PATCH v4 3/8] hw/vfio/pci-quirks.c: remove CONFIG_VFIO_IGD
` [PATCH v4 4/8] hw/vfio: eradicate CONFIG_IOMMU from sources
` [PATCH v4 5/8] hw/vfio/pci.c: eradicate CONFIG_KVM
` [PATCH v4 6/8] hw/vfio/ap.c: use full path for target specific header
` [PATCH v4 7/8] hw/vfio/spapr.c: extract vfio_spapr_kvm_attach_tce to hw/vfio/kvm-spapr.c
` [PATCH v4 8/8] hw/vfio: all vfio files can now be common files

[PATCH] rust: suggest passing --locked to "cargo install"
 2026-03-18  9:43 UTC  (6+ messages)

[BUG] [powerpc] KVM guest boot failure - hangs on startup after commit 98884e0c
 2026-03-18  9:30 UTC  (14+ messages)

[PATCH] hw/nvme: fix admin cq msix setup
 2026-03-18  9:26 UTC 

[PATCH V5 00/13] iothread: Support tracking and querying IOThread holders
 2026-03-18  9:13 UTC  (11+ messages)
` [PATCH V5 04/13] blockdev: Update tracking iothread users with holder name
` [PATCH V5 13/13] qapi: examine IOThread attachment status via query-iothreads

[PATCH] audio/mixeng: fix sw/hw mixup in audio_pcm_sw_init_
 2026-03-18  8:58 UTC  (2+ messages)

[PATCH 0/2] iommufd: give hints to user about kernel support
 2026-03-18  8:41 UTC  (10+ messages)
` [PATCH 1/2] backends/iommufd.c: report error when /dev/iommu is not available
` [PATCH 2/2] hw/vfio/iommufd.c: report hint to user when vfio-dev/vfio*/dev is missing

[PATCH v2 0/2] qdev: Consolidate qdev_get_human_name() into qdev_get_printable_name()
 2026-03-18  7:04 UTC  (10+ messages)
` [PATCH v2 1/2] hw/qdev: Clarify fallback order in qdev_get_printable_name()
` [PATCH v2 2/2] hw/qdev: Remove qdev_get_human_name()

[PATCH v2] hw/rtc/mc146818rtc: Fix get_guest_rtc_ns() overflow bug
 2026-03-18  7:03 UTC  (2+ messages)

[PATCH v3 0/9] Add RISC-V big-endian target support
 2026-03-18  7:00 UTC  (4+ messages)
` [PATCH v3 8/9] system/memory: Fix subpage endianness for big-endian targets

[PATCH 0/6] HPPA fixes for v11
 2026-03-18  6:47 UTC  (7+ messages)
` [PATCH 1/6] hw/hppa: Fix description of the HP A400-44 server
` [PATCH 2/6] hw/hppa: Adjust physical addresses of Astro and Elroy
` [PATCH 3/6] target/hppa: Always map 64-bit firmware at 0xfffffff0f0000000
` [PATCH 4/6] hw/pci-host/astro: Use proper region names
` [PATCH 5/6] hw/hppa: Fix crash of 64-bit HP-UX 11 while flushing caches

[PATCH] exec: Add RISC-V WorldGuard WID field to MemTxAttrs
 2026-03-18  6:42 UTC  (4+ messages)

[PATCH v11 00/10] vfio: Create dmabuf from multiple VFIO ranges and use it in virtio-gpu
 2026-03-18  5:49 UTC  (14+ messages)
` [PATCH v11 06/10] vfio/region: Add a helper to get region index from memory region
` [PATCH v11 07/10] vfio/device: Add support for creating dmabuf from multiple ranges
` [PATCH v11 10/10] virtio-gpu-dmabuf: Create dmabuf for blobs associated with VFIO devices

[ANNOUNCE] QEMU 10.1.5 Stable released
 2026-03-18  4:56 UTC 

[ANNOUNCE] QEMU 10.2.2 Stable released
 2026-03-18  4:56 UTC 

[ANNOUNCE] QEMU 10.0.9 Stable released
 2026-03-18  4:56 UTC 

[PATCH] target/riscv: Fix scountovf CSR behavior in VS-mode and M-mode
 2026-03-18  2:42 UTC 

[PATCH 0/2] Fix probe_pages and vext_ldff issues
 2026-03-18  1:38 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: rvv: Fix missing flags merge in probe_pages for cross-page accesses
` [PATCH 2/2] target/riscv: rvv: Fix page probe issues in vext_ldff

[PATCH v4 0/6] ati-vga fixes
 2026-03-18  1:35 UTC  (7+ messages)
` [PATCH v4 1/6] ati-vga: Fix colors when frame buffer endianness does not match host
` [PATCH v4 2/6] ati-vga: Also switch mode on HW cursor enable bit change
` [PATCH v4 3/6] ati-vga: Do not add crtc offset to src and dst data address
` [PATCH v4 4/6] ati-vga: Avoid warnings about sign extension
` [PATCH v4 5/6] ati-vga: Fix display updates in non-32 bit modes
` [PATCH v4 6/6] ati-vga: Add work around for fuloong2e

[PATCH] memory: Set mr->ram before RAM Block allocation
 2026-03-17 23:38 UTC  (2+ messages)

[PATCH v3 0/5] ati-vga fixes
 2026-03-17 23:32 UTC  (6+ messages)
` [PATCH v3 1/5] ati-vga: Fix colors when frame buffer endianness does not match host
` [PATCH v3 2/5] ati-vga: Also switch mode on HW cursor enable bit change
` [PATCH v3 3/5] ati-vga: Do not add crtc offset to src and dst data address
` [PATCH v3 4/5] ati-vga: Avoid warnings about sign extension
` [PATCH v3 5/5] ati-vga: Fix display updates in non-32 bit modes

[PATCH v3 0/8] hw/vfio: single-binary
 2026-03-17 22:59 UTC  (8+ messages)
` [PATCH v3 4/8] hw/vfio: eradicate CONFIG_IOMMU from sources

[PATCH 0/4] ati-vga fixes
 2026-03-17 22:11 UTC  (6+ messages)
` [PATCH 1/4] ati-vga: Fix colors when frame buffer endianness does not match host
` [PATCH 2/4] ati-vga: Also switch mode on HW cursor enable bit change

[PATCH] vhost-scsi: use virtio_error instead of exit for sense/CDB write
 2026-03-17 21:00 UTC 

[PATCH 0/2] vfio: Implement device features for vfio-user
 2026-03-17 19:53 UTC  (3+ messages)
` [PATCH 1/2] vfio-user: support VFIO_USER_DEVICE_FEATURE
` [PATCH 2/2] vfio: quieten dma-buf warning

[PULL 0/1] Plugins update for 2026-03-17
 2026-03-17 19:13 UTC  (2+ messages)
` [PULL 1/1] plugins/api-system: Handle migrate_add_blocker() failure

[PATCH] plugins/api-system: Handle migrate_add_blocker() failure
 2026-03-17 19:06 UTC  (3+ messages)
` [PATCH v2 v2] "

[PULL 0/5] Single binary patches for 2026-03-17
 2026-03-17 19:02 UTC  (6+ messages)
` [PULL 1/5] fsdev: Build stubs once
` [PULL 2/5] hw/display: "
` [PULL 3/5] hw/misc: Build 'mac_via' as common unit file
` [PULL 4/5] hw/s390x/vfio: Replace TARGET_PAGE_BITS -> qemu_target_page_bits()
` [PULL 5/5] target/ppc: "

[PATCH 0/3] target/mips: Move non-shallow-copy fields out of env to fix leaks
 2026-03-17 18:57 UTC  (5+ messages)
` [PATCH 1/3] target/mips: Move 'mvp' field from CPUMIPSState to MIPSCPU
` [PATCH 2/3] target/mips: Free mvp in unrealize
` [PATCH 3/3] target/mips: Move count_clock to MIPSCPU struct

[PATCH] contrib/plugins/uftrace.c: fix depth for exit events
 2026-03-17 18:55 UTC  (2+ messages)

[PATCH v3] vmstate: validate VMStateDescription::fields upon registration
 2026-03-17 18:50 UTC  (2+ messages)

[PULL 00/10] Migration/Qtest patches for 2026-03-17
 2026-03-17 18:23 UTC  (11+ messages)
` [PULL 01/10] tests/qtest/migration: Fix leak of migration tests data
` [PULL 02/10] io: Fix TLS bye task leak
` [PULL 03/10] tests/qtest/migration: Fix leak in CPR exec test
` [PULL 04/10] migration/multifd: Fix leaks of TLS error objects
` [PULL 05/10] tests/qtest/migration: Force exit-on-error=false
` [PULL 06/10] migration: assert that the same migration handler is not being added twice
` [PULL 07/10] migration/options: Fix leaks in StrOrNull qdev accessors
` [PULL 08/10] migration: fix implicit integer division in migration_update_counters
` [PULL 09/10] tests/qtest: Don't dup machine name in qtest_cb_for_every_machine callbacks
` [PULL 10/10] tests/qtest/test-hmp: Free machine options

[PATCH v5 0/4] virtio-gpu: enable Venus/Vulkan without OpenGL display
 2026-03-17 18:20 UTC  (5+ messages)
` [PATCH v5 1/4] ui: introduce GRAPHIC_FLAGS_VK for Vulkan scanout
` [PATCH v5 2/4] virtio-gpu: add VIRTIO_GPU_F_BLOB_ALIGNMENT header definitions
` [PATCH v5 3/4] virtio-gpu: decouple Venus from CONFIG_OPENGL
` [PATCH v5 4/4] virtio-gpu: advertise VIRTIO_GPU_F_BLOB_ALIGNMENT

[PATCH v3 00/12] net: refactoring and fixes
 2026-03-17 18:21 UTC  (3+ messages)
` [PATCH v3 10/12] net/tap: fix vhostfds/vhostfd parameters API

[PATCH v4 0/4] virtio-gpu: enable Venus/Vulkan without OpenGL display
 2026-03-17 18:12 UTC  (6+ messages)
` [PATCH v4 1/4] ui: introduce GRAPHIC_FLAGS_VK for Vulkan scanout
` [PATCH v4 2/4] virtio-gpu: decouple Venus from CONFIG_OPENGL
` [PATCH v4 3/4] virtio-gpu: add VIRTIO_GPU_F_BLOB_ALIGNMENT header definitions
` [PATCH v4 4/4] virtio-gpu: advertise VIRTIO_GPU_F_BLOB_ALIGNMENT

[PATCH v4 0/3] hvf: map granule abstraction, configurable IPA, and MAP_FIXED alignment fix
 2026-03-17 17:57 UTC  (4+ messages)
` [PATCH v4 1/3] virtio-gpu: validate host page alignment for MAP_FIXED blobs
` [PATCH v4 2/3] accel/hvf: introduce map granule abstraction and IPA property
` [PATCH v4 3/3] target/arm/hvf: configure IPA granule on macOS 26

[PATCH v5 0/6] target/arm: ISV=0 data abort emulation library
 2026-03-17 17:47 UTC  (7+ messages)
` [PATCH v5 1/6] target/arm/emulate: add ISV=0 emulation library with load/store immediate
` [PATCH v5 2/6] target/arm/emulate: add load/store register offset
` [PATCH v5 3/6] target/arm/emulate: add load/store pair
` [PATCH v5 4/6] target/arm/emulate: add load/store exclusive
` [PATCH v5 5/6] target/arm/emulate: add atomic, compare-and-swap, and PAC load
` [PATCH v5 6/6] target/arm/hvf, whpx: wire ISV=0 emulation for data aborts

[PATCH v4 0/3] hvf: map granule abstraction, configurable IPA, and MAP_FIXED alignment fix
 2026-03-17 17:48 UTC  (4+ messages)
` [PATCH v4 1/3] virtio-gpu: validate host page alignment for MAP_FIXED blobs
` [PATCH v4 2/3] accel/hvf: introduce map granule abstraction and IPA property
` [PATCH v4 3/3] target/arm/hvf: configure IPA granule on macOS 26


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox