messages from 2026-03-26 12:05:09 to 2026-03-27 00:11:27 UTC [more...]
[RFC PATCH 0/7] Add FEAT_MEC (encryption)
2026-03-27 0:10 UTC (11+ messages)
` [RFC PATCH 1/7] target/arm: Flush TLB on MECID write
` [RFC PATCH 2/7] target/cpu: Add two new address spaces for FEAT_MEC
` [RFC PATCH 3/7] memattrs: Add new attribute 'encrypted'
` [RFC PATCH 4/7] target/arm/cpu: Add FEAT_MEC object properties
` [RFC PATCH 5/7] hw/arm/virt: Add machine option 'mec'
[PATCH v5 0/6] whpx: i386: even more updates
2026-03-26 23:31 UTC (7+ messages)
` [PATCH v5 1/6] docs: add WHPX section with initial info
` [PATCH v5 2/6] whpx: i386: trace unsupported MSR accesses
` [PATCH v5 3/6] target/i386: emulate: remove redundant logging for unmapped MMIO access
` [PATCH v5 4/6] target/i386/emulate, whpx, hvf, mshv: add read_segment_selector
` [PATCH v5 5/6] target/i386: emulate: include name of unhandled instruction
` [PATCH v5 6/6] target/i386: emulate: emulate SLDT and STR
[PATCH] hw/i2c/aspeed_i2c: reset and migrate pending_intr_sts
2026-03-26 22:57 UTC (4+ messages)
[PATCH v2 00/14] intel_iommu: Enable PASID support for passthrough device
2026-03-26 22:53 UTC (7+ messages)
` [PATCH v2 01/14] vfio/iommufd: Extend attach/detach_hwpt callback implementations with pasid
` [PATCH v2 02/14] iommufd: Extend attach/detach_hwpt callbacks to support pasid
` [PATCH v2 03/14] vfio/iommufd: Create nesting parent hwpt with IOMMU_HWPT_ALLOC_PASID flag
[Bug 2133188] Re: [SRU] RISC-V vector state not restored by signal handler
2026-03-26 22:40 UTC (3+ messages)
[RFC PATCH v1 00/17] migration: vmstate_save|load changes for peterx
2026-03-26 21:45 UTC (7+ messages)
` [RFC PATCH v1 12/17] vmstate: Introduce vmstate_next
[PATCH] docs and tests: assets moved after GitHub account renaming
2026-03-26 21:44 UTC
[PATCH RFC 00/10] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
2026-03-26 21:19 UTC (7+ messages)
` [PATCH RFC 04/10] vmstate: Limit the vmdesc_loop dedup trick to compressable field
` [PATCH RFC 07/10] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers
[PATCH v1] tests/qtest/migration: Fix slow test dirty_limit
2026-03-26 21:13 UTC (3+ messages)
[PATCH RFC v2 00/11] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
2026-03-26 21:05 UTC (12+ messages)
` [PATCH RFC v2 01/11] vmstate: Pass in struct itself for VMSTATE_ARRAY_OF_POINTER
` [PATCH RFC v2 02/11] vmstate: Pass in struct itself for VMSTATE_VARRAY_OF_POINTER_UINT32
` [PATCH RFC v2 03/11] vmstate: Do not set size for VMS_ARRAY_OF_POINTER
` [PATCH RFC v2 04/11] vmstate: Update max_elems early and check field compressable once
` [PATCH RFC v2 05/11] vmstate: Rename VMS_NULLPTR_MARKER to VMS_MARKER_PTR_NULL
` [PATCH RFC v2 06/11] vmstate: Introduce vmstate_save_field_with_vmdesc()
` [PATCH RFC v2 07/11] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers
` [PATCH RFC v2 08/11] vmstate: Implement load of ptr marker in vmstate core
` [PATCH RFC v2 09/11] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
` [PATCH RFC v2 10/11] vmstate: Stop checking size for nullptr compression
` [PATCH RFC v2 11/11] tests/unit/test-vmstate: add tests for VMS_ARRAY_OF_POINTER_AUTO_ALLOC
[PATCH V6 00/21] Live update: vfio and iommufd
2026-03-26 20:34 UTC (3+ messages)
` [PATCH V6 06/21] backends/iommufd: change process ioctl
[Bug 2126951] Re: `block-stream` segfault with concurrent `query-named-block-nodes`
2026-03-26 19:57 UTC (4+ messages)
[PATCH v4 0/3] whpx: i386: documentation and demoting some warnings
2026-03-26 19:45 UTC (7+ messages)
` [PATCH v4 1/3] docs: add WHPX section with initial info
` [PATCH v4 2/3] whpx: i386: trace unsupported MSR accesses
` [PATCH v4 3/3] target/i386: emulate: LOG_GUEST_ERROR for read/write from unmapped MMIO
[RFC] monitor: Fix deadlock in monitor_cleanup
2026-03-26 19:32 UTC (2+ messages)
[PATCH v3 0/3] whpx: i386: documentation and demoting some warnings
2026-03-26 19:10 UTC (8+ messages)
` [PATCH v3 1/3] docs: add WHPX section with initial info
` [PATCH v3 2/3] target/i386: emulate: make unmapped GPA warnings a trace
` [PATCH v3 3/3] whpx: i386: trace unsupported MSR accesses
[PATCH 0/2] Replace assert with bound checks in PnvPHB3
2026-03-26 19:04 UTC (3+ messages)
` [PATCH 1/2] ppc/pnv_phb3: Error out on invalid config access
` [PATCH 2/2] hw/pci: Replace assert with bounds check and return
[PATCH 0/7] Misc changes to allow building with Windows Clang
2026-03-26 19:02 UTC (30+ messages)
` [PATCH 1/7] meson: Use stddef.h instead of unistd.h
` [PATCH 2/7] qom: Use g_ascii_strcasecmp instead of strcasecmp
` [PATCH 3/7] osdep: Remove unused strings.h
` [PATCH 4/7] Remove unused dirent.h
` [PATCH 5/7] Remove unused sys/param.h
` [PATCH 6/7] storage-daemon: use same link arguments as other tools
` [PATCH 7/7] meson: Build block_syms and qemu_syms only when enable_modules
[PATCH RFC v2 0/3] improve aio-polling efficiency
2026-03-26 18:34 UTC (10+ messages)
` [PATCH RFC v2 1/3] aio-poll: avoid unnecessary polling time computation
` [PATCH RFC v2 3/3] qapi/iothread: introduce poll-weight parameter for aio-poll
[PATCH] ide: Fix potential assertion failure on VM stop for PIO read error
2026-03-26 16:51 UTC
[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
2026-03-26 16:44 UTC (2+ messages)
[PATCH v2] docs: add WHPX section with initial info
2026-03-26 16:05 UTC (2+ messages)
[PATCH] As reported in qemu-project/qemu#3324
2026-03-26 15:25 UTC
[PATCH] As reported in qemu-project/qemu#3324
2026-03-26 15:27 UTC
[PATCH 0/3] plugins: fix endianness for qemu_plugin_mem_get_value()
2026-03-26 16:02 UTC (2+ messages)
[RFC PATCH 0/9] plugins: Introduce Fault Injection framework and API extensions
2026-03-26 15:59 UTC (10+ messages)
[PATCH v2 0/4] vhost-user-blk: fix compatibility with older qemu versions
2026-03-26 15:55 UTC (4+ messages)
` [PATCH v2 4/4] vhost-user: add skip_drain param to GET_VRING_BASE
[PATCH] hw/display/vga-isa: Fix migration of the isa-vga device
2026-03-26 15:52 UTC (8+ messages)
[PATCH] hw/display/cirrus_vga_isa: Disable global_vmstate by default for new machines
2026-03-26 15:48 UTC
[RFC V2 0/2] migration: optimize cpr fd lookup using GHashTable
2026-03-26 15:40 UTC (4+ messages)
[PATCH] migration/file: fix type mismatch and NULL deref in multifd_file_recv_data
2026-03-26 15:21 UTC (5+ messages)
` [PATCH v2 0/3] "
[QEMU PATCH 0/9] Application Specific Tagged Memory Support in CXL Type 3 Devices
2026-03-26 15:15 UTC (8+ messages)
` [PATCH 1/9] hw/mem: Add tag support to generic host memory backends
` [PATCH 9/9] hw/cxl: Add QMP status query for dynamic-capacity extent release
[PATCH-for-11.1 00/16] target/riscv: Forbid to use legacy native endianness API
2026-03-26 15:14 UTC (3+ messages)
[PULL 0/2] hw/nvme fixes
2026-03-26 14:58 UTC (2+ messages)
[PULL 0/3] plugins: fix endianness for qemu_plugin_mem_get_value()
2026-03-26 14:58 UTC (2+ messages)
[PATCH] linux-user: fix name_to_handle_at when AT_HANDLE_MNT_ID_UNIQUE flag is set
2026-03-26 14:48 UTC (2+ messages)
[PATCH v2] hw/acpi: correct field sequence in SPCR table
2026-03-26 14:48 UTC
[PATCH] hw/acpi: correct field sequence in SPCR table
2026-03-26 14:40 UTC (3+ messages)
[PATCH] accel/mshv: skip double unmap of mem regions
2026-03-26 14:40 UTC
[PATCH 00/15] hw/alpha: QOMify Clipper and Typhoon
2026-03-26 14:23 UTC (6+ messages)
` [PATCH 03/15] hw/alpha/dp264: Validate kernel and initrd sizes
[PATCH] docs: add WHPX section with initial info
2026-03-26 14:08 UTC (2+ messages)
uChaoSys v0.6.5: frankenstein glibc-musl static u-qemu boots in 0.06s
2026-03-26 12:47 UTC
[PATCH] ui/dbus: associate add_client completion with its request
2026-03-26 13:37 UTC (2+ messages)
[PULL 00/10] Migration/Qtest patches for 2026-03-17
2026-03-26 13:28 UTC (4+ messages)
` [PULL 05/10] tests/qtest/migration: Force exit-on-error=false
[PATCH 0/3] migration: Fix a few error messages and a bit of help
2026-03-26 13:12 UTC (2+ messages)
[PATCH 00/13] hexagon: add missing HVX float instructions
2026-03-26 13:00 UTC (4+ messages)
` [PATCH 08/13] target/hexagon: add v68 HVX IEEE float compare insns
[PULL 0/4] Block layer patches
2026-03-26 12:50 UTC (3+ messages)
page: | 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