]> www.infradead.org Git - users/hch/configfs.git/commit
KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
authorJohn Sperbeck <jsperbeck@google.com>
Wed, 6 Nov 2024 03:40:31 +0000 (19:40 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Nov 2024 10:57:12 +0000 (05:57 -0500)
commit10299cdde869abab7a42fb5ab905a47a4e2cd24e
tree7f77ff990f63622abe6bcb03cae938a1c6db380a
parent9893deb08b0f08b114458fe4966b049786fb876f
KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB

In 08a7d2525511 ("tools arch x86: Sync the msr-index.h copy with the
kernel sources"), VMX_BASIC_MEM_TYPE_WB was removed.  Use X86_MEMTYPE_WB
instead.

Fixes: 08a7d2525511 ("tools arch x86: Sync the msr-index.h copy with the
kernel sources")
Signed-off-by: John Sperbeck <jsperbeck@google.com>
Message-ID: <20241106034031.503291-1-jsperbeck@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/lib/x86_64/vmx.c