Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/5] KVM test for Intel VMX vAPIC
@ 2025-04-07 14:23 Martin Doucha
  2025-04-07 14:23 ` [LTP] [PATCH 1/5] kvm_vmx01: Fix 32bit compiler warnings Martin Doucha
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Martin Doucha @ 2025-04-07 14:23 UTC (permalink / raw)
  To: ltp

We already have a CVE test for AMD SVM which checks that access to virtual
APIC in nested VMs is correctly redirected to the backing page allocated
by the parent VM. Add a similar test for Intel VMX.

Martin Doucha (5):
  kvm_vmx01: Fix 32bit compiler warnings
  KVM: Add kvm_vmx01 to the runtest file
  KVM: Simplify reading VMX control field masks
  KVM: Add constants for Intel VMX vAPIC control
  Add test for Intel VMX virtualized APIC

 runtest/kvm                                |   2 +
 testcases/kernel/kvm/.gitignore            |   1 +
 testcases/kernel/kvm/include/kvm_x86_vmx.h |  22 ++-
 testcases/kernel/kvm/kvm_vmx01.c           |  15 +-
 testcases/kernel/kvm/kvm_vmx02.c           | 193 +++++++++++++++++++++
 testcases/kernel/kvm/lib_x86.c             |  48 +++--
 6 files changed, 260 insertions(+), 21 deletions(-)
 create mode 100644 testcases/kernel/kvm/kvm_vmx02.c

-- 
2.49.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-04-28 12:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 14:23 [LTP] [PATCH 0/5] KVM test for Intel VMX vAPIC Martin Doucha
2025-04-07 14:23 ` [LTP] [PATCH 1/5] kvm_vmx01: Fix 32bit compiler warnings Martin Doucha
2025-04-07 14:23 ` [LTP] [PATCH 2/5] KVM: Add kvm_vmx01 to the runtest file Martin Doucha
2025-04-16  6:19   ` Petr Vorel
2025-04-07 14:23 ` [LTP] [PATCH 3/5] KVM: Simplify reading VMX control field masks Martin Doucha
2025-04-16  6:22   ` Petr Vorel
2025-04-16  7:16     ` Petr Vorel
2025-04-28 10:38       ` Martin Doucha
2025-04-28 12:29         ` Petr Vorel
2025-04-07 14:23 ` [LTP] [PATCH 4/5] KVM: Add constants for Intel VMX vAPIC control Martin Doucha
2025-04-16  6:24   ` Petr Vorel
2025-04-07 14:23 ` [LTP] [PATCH 5/5] Add test for Intel VMX virtualized APIC Martin Doucha

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