public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 18:10:08 to 2026-04-11 02:06:29 UTC [more...]

[PATCH v7 00/22] Runtime TDX module update support
 2026-04-11  2:06 UTC  (30+ messages)
` [PATCH v7 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v7 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v7 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v7 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v7 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v7 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v7 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v7 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v7 12/22] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v7 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v7 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v7 15/22] x86/virt/tdx: Restore TDX module state

[GIT PULL] KVM: x86 pull requests for 7.1
 2026-04-11  0:02 UTC  (13+ messages)
` [GIT PULL] KVM: x86: A lonely fix "
` [GIT PULL] KVM: guest_memfd change "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: Emulated MMIO "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: Nested SVM "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: x86: SVM+SEV changes
` [GIT PULL] KVM: x86: SVM changes for 7.1 (short version)
` [GIT PULL] KVM: x86: VMX changes for 7.1
` [GIT PULL] KVM: x86: VMXON and EFER.SVME extraction "

[PATCH v2] KVM: TDX: Fix x2APIC MSR handling in tdx_has_emulated_msr()
 2026-04-10 23:26 UTC 

[PATCH 00/14] iommu: Add live update state preservation
 2026-04-10 23:16 UTC  (13+ messages)
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks

[PATCH 0/2] vfio: selftests: Automate finding/setting up devices for testing
 2026-04-10 22:54 UTC  (6+ messages)
` [PATCH 1/2] vfio: selftests: Find devices that are compatible with VFIO selftests
` [PATCH 2/2] vfio: selftests: Automate setting up devices for testing

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-04-10 22:52 UTC  (21+ messages)

[PATCH v2 1/2] vfio/xe: Reorganize the init to decouple migration from reset
 2026-04-10 22:49 UTC  (2+ messages)
` [PATCH v2 2/2] vfio/xe: Add a missing vfio_pci_core_release_dev()

[PATCH 0/3] KVM: x86: Virtualize AMD CPUID faulting
 2026-04-10 22:22 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Rename supports_cpuid_fault to supports_intel_cpuid_fault

[PATCH 0/3] KVM, vfio: remove exported KVM symbols
 2026-04-10 22:20 UTC  (8+ messages)
` [PATCH 1/3] VFIO: take reference to the KVM module

[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-04-10 22:19 UTC  (5+ messages)
` [PATCH v13 2/4] vfio: selftests: Add generic PCI command register helpers
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[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  (4+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports

[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


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