KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-07 00:38:57 to 2024-03-09 01:27:31 UTC [more...]

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-03-09  1:27 UTC 

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-09  1:09 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
` [PATCH 2/5] KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
` [PATCH 3/5] srcu: Add an API for a memory barrier after SRCU read lock
` [PATCH 4/5] KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-03-09  0:46 UTC  (4+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-03-09  0:49 UTC  (5+ messages)

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-08 23:28 UTC  (28+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 13/16] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 14/16] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 15/16] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 16/16] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns

Unmapping KVM Guest Memory from Host Kernel
 2024-03-08 23:22 UTC  (6+ messages)

[PATCH v2 0/7] vfio: Interrupt eventfd hardening
 2024-03-08 23:05 UTC  (8+ messages)
` [PATCH v2 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH v2 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH v2 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH v2 4/7] vfio/pci: Create persistent INTx handler
` [PATCH v2 5/7] vfio/platform: Disable virqfds on cleanup
` [PATCH v2 6/7] vfio/platform: Create persistent IRQ handlers
` [PATCH v2 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger

[GIT PULL] KVM: x86 pull requests for 6.9
 2024-03-08 22:37 UTC  (9+ messages)
` [GIT PULL] KVM: Async #PF changes "
` [GIT PULL] KVM: Common MMU "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: VMX "
` [GIT PULL] KVM: Xen and gfn_to_pfn_cache "

Unmapping KVM Guest Memory from Host Kernel
 2024-03-08 21:05 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-08 21:01 UTC  (18+ messages)
` [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH 0/7] vfio: Interrupt eventfd hardening
 2024-03-08 20:46 UTC  (24+ messages)
` [PATCH 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH 4/7] vfio/pci: Create persistent INTx handler
` [PATCH 5/7] vfio/platform: Disable virqfds on cleanup

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-08 20:23 UTC  (14+ messages)

[PATCH vfio 0/2] vfio/pds: Reset related fixes/improvements
 2024-03-08 18:21 UTC  (3+ messages)
` [PATCH vfio 1/2] vfio/pds: Make sure migration file isn't accessed after reset
` [PATCH vfio 2/2] vfio/pds: Refactor/simplify reset logic

[PATCH v2 0/8] KVM: x86/xen updates
 2024-03-08 18:10 UTC  (9+ messages)
` [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast()

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-08 17:54 UTC  (9+ messages)
` [PATCH v2 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v2 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions

[PATCH v3 00/29] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-03-08 17:35 UTC  (3+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available

[PATCH] vfio/platform: Convert to platform remove callback returning void
 2024-03-08 17:06 UTC  (2+ messages)

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-08 16:52 UTC  (5+ messages)
` [PATCH v5 08/10] crypto: qat - add interface for live migration
` [PATCH v5 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
 2024-03-08 16:06 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.9
 2024-03-08 15:40 UTC  (6+ messages)

[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
 2024-03-08 10:44 UTC  (5+ messages)
` [PATCH 3/3] KVM: selftests: Check that KVM_FEATURE_PV_UNHALT is cleared with KVM_X86_DISABLE_EXITS_HLT

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-08 10:19 UTC  (3+ messages)
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-03-08  6:03 UTC  (8+ messages)

[PATCH v2 0/2] kvm: add support for guest physical bits
 2024-03-08  5:47 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
 2024-03-08  5:19 UTC  (3+ messages)

[RESEND v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-03-08  4:06 UTC  (3+ messages)
` [RESEND v3 1/3] KVM: setup empty irq routing when create vm

[RFC PATCH 0/8] KVM: Prepopulate guest memory API
 2024-03-08  2:19 UTC  (24+ messages)
` [RFC PATCH 1/8] KVM: Document KVM_MAP_MEMORY ioctl
` [RFC PATCH 2/8] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [RFC PATCH 5/8] KVM: x86/mmu: Introduce kvm_mmu_map_page() for prepopulating "
` [RFC PATCH 6/8] KVM: x86: Implement kvm_arch_{, pre_}vcpu_map_memory()

[PATCH v3 0/4] KVM: X86: Make bus clock frequency for vapic timer configurable
 2024-03-08  1:36 UTC  (4+ messages)
` [PATCH v3 3/4] KVM: X86: Add a capability to configure bus frequency for APIC timer

[PATCH v18 000/121] KVM TDX basic feature support
 2024-03-08  1:07 UTC  (9+ messages)
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory

[PATCH] KVM: selftests: Create memslot 0 at GPA 0x100000000 on x86_64
 2024-03-07 23:53 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Process atomically-zapped SPTEs after replacing REMOVED_SPTE
 2024-03-07 21:34 UTC  (2+ messages)

[PATCH v4 0/3] Add arch_timer_edge_cases selftest
 2024-03-07 18:39 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: arm64: selftests: Standardize GIC base addresses
` [PATCH v4 2/3] KVM: arm64: selftests: Guarantee interrupts are handled
` [PATCH v4 3/3] KVM: arm64: selftests: Add arch_timer_edge_cases selftest

[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
 2024-03-07 18:35 UTC  (5+ messages)

[PATCH v1 0/5] Add support for the Idle HLT intercept feature
 2024-03-07 18:24 UTC  (9+ messages)
` [PATCH v1 1/5] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v1 2/5] KVM: SVM: Add Idle HLT intercept support
` [PATCH v1 3/5] tools: Add KVM exit reason for the Idle HLT
` [PATCH v1 4/5] selftests: Add an interface to read the data of named vcpu stat
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
 2024-03-07 16:35 UTC 

[PATCH 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger
 2024-03-07 15:21 UTC  (2+ messages)

[GIT PULL] LoongArch KVM changes for v6.9
 2024-03-07 14:49 UTC 

[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
 2024-03-07 14:26 UTC  (7+ messages)
` [PATCH 5/5] KVM: arm64: Exclude FP ownership from kvm_vcpu_arch

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-07 13:56 UTC  (21+ messages)
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2024-03-07 12:02 UTC  (9+ messages)

[PATCH v3 0/4] add debugfs to hisilicon migration driver
 2024-03-07 11:51 UTC  (5+ messages)
` [PATCH v3 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v3 2/4] hisi_acc_vfio_pci: Create subfunction for data reading

[PATCH] KVM: x86/pmu: Disable support for adaptive PEBS
 2024-03-07 11:07 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] x86/pmu: PEBS fixes and new testcases
 2024-03-07 10:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/4] x86/pmu: Enable PEBS on fixed counters iff baseline PEBS is support
` [kvm-unit-tests PATCH 3/4] x86/pmu: Test adaptive PEBS without any adaptive counters
` [kvm-unit-tests PATCH 4/4] x86/pmu: Add a PEBS test to verify the host LBRs aren't leaked to the guest

[PATCH v3 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
 2024-03-07  6:36 UTC  (2+ messages)
` [PATCH v3 4/4] Documentation: add debugfs description for hisi migration

[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
 2024-03-07  6:07 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/18] arm64: EFI improvements
 2024-03-07  3:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 01/18] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH v3 02/18] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH v3 03/18] arm64: efi: Don't create dummy test

[PATCH v2] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-07  2:14 UTC 

[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
 2024-03-07  1:13 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Snapshot LBR capabilities during module initialization
` [PATCH 2/3] perf/x86/intel: Expose existence of callback support to KVM
` [PATCH 3/3] KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).