]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()
authorSean Christopherson <seanjc@google.com>
Thu, 30 Jan 2025 16:31:35 +0000 (08:31 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 17:00:39 +0000 (09:00 -0800)
commit89ea56a4043ab6ec598e7969a9b88883815f53a0
treef4d7b90195183c3799e28d3d97568c5fdf41ed47
parenta64dcfb451e254085a7daee5fe51bf22959d52d3
KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()

Use KVM_ASM_SAFE_FEP, not simply KVM_ASM_SAFE, for kvm_asm_safe_fep(), as
the non-FEP version doesn't force emulation (stating the obvious).  Note,
there are currently no users of kvm_asm_safe_fep().

Fixes: ab3b6a7de8df ("KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()")
Link: https://lore.kernel.org/r/20250130163135.270770-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/x86/processor.h