messages from 2026-04-10 15:18:02 to 2026-04-10 20:03:31 UTC [more...]
[PATCH v2 00/27] monitor: Remove need of per-target handlers
2026-04-10 20:03 UTC (29+ messages)
` [PATCH v2 01/27] monitor: Have MonitorDef::get_value() always return int64_t type
` [PATCH v2 02/27] monitor: Remove target_long use in get_monitor_def()
` [PATCH v2 03/27] monitor: Reduce target-specific methods further
` [PATCH v2 04/27] monitor: Remove 'monitor/hmp-target.h' header
` [PATCH v2 05/27] monitor: Forward-declare the MonitorDef type
` [PATCH v2 06/27] cpus: Introduce SysemuCPUOps::monitor_defs hook
` [PATCH v2 07/27] target/i386: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
` [PATCH v2 08/27] target/m68k: "
` [PATCH v2 09/27] target/sparc: "
` [PATCH v2 10/27] monitor: Remove target_monitor_defs()
` [PATCH v2 11/27] cpus: Introduce SysemuCPUOps::monitor_get_register() hook
` [PATCH v2 12/27] target/riscv: Register target_get_monitor_def in SysemuCPUOps
` [PATCH v2 13/27] monitor: Remove target_get_monitor_def()
` [PATCH v2 14/27] monitor/meson: Use SPICE with migration HMP commands
` [PATCH v2 15/27] stubs: Rename monitor* -> qmp* files
` [PATCH v2 16/27] monitor: Make 'info via' a generic command
` [PATCH v2 17/27] monitor: Make Xen emulation commands generic ones
` [PATCH v2 18/27] system: Expose 'arch_init.h' as 'qemu/target-arch-defs.h'
` [PATCH v2 19/27] monitor: Introduce HMPCommand::arch_bitmask field
` [PATCH v2 20/27] hw/s390x: Reduce 'monitor/monitor.h' inclusions
` [PATCH v2 21/27] monitor: Do not check TARGET_S390X to build s390x commands
` [PATCH v2 22/27] monitor: Do not check TARGET_I386 to build target/i386/ commands
` [PATCH v2 23/27] monitor: Do not check TARGET_I386 to build 'info sgx' command
` [PATCH v2 24/27] monitor: Do not check TARGET_I386 to build 'info sev' command
` [PATCH v2 25/27] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command
` [PATCH v2 26/27] monitor: Do not check multiple TARGET_* to build 'info tlb' command
` [PATCH v2 27/27] monitor: Merge hmp-target.c code within hmp-cmds.c
[PATCH] VFIO: remove dead notifier code
2026-04-10 19:32 UTC (3+ messages)
[PATCH 0/3] KVM: SVM: Fix x2AVIC MSR interception mess
2026-04-10 19:20 UTC (7+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH 3/3] KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are accelerated
[PATCH] KVM: optionally post write on ioeventfd write
2026-04-10 19:11 UTC (3+ messages)
[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
2026-04-10 18:43 UTC (3+ messages)
` [PATCH v2 1/6] KVM: x86: Add dedicated storage for guest RIP
[PATCH 0/3] KVM, vfio: remove exported KVM symbols
2026-04-10 18:18 UTC (9+ messages)
` [PATCH 1/3] VFIO: take reference to the KVM module
[PATCH v2] vfio/pci: sanitize bogus INTx interrupt pin values
2026-04-10 16:53 UTC (4+ messages)
[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-04-10 16:44 UTC (5+ messages)
[RFC] Observed lockdep circular dependency in SR-IOV paths
2026-04-10 16:43 UTC (5+ messages)
[PATCH 00/21] Fixes and lock cleanup+hardening
2026-04-10 15:49 UTC (6+ messages)
` [PATCH 12/21] KVM: SEV: WARN on unhandled VM type when initializing VM
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:30 UTC (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:20 UTC (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ 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