diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2020-05-28 04:15:30 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-09 11:54:50 +0200 |
commit | 2067028512b60c78961c3e075bb72cc44310355c (patch) | |
tree | b02e7b90320bd56e549ff39edac139fc226913e8 /tools/testing/kunit | |
parent | KVM: x86: Fix APIC page invalidation race (diff) | |
download | linux-2067028512b60c78961c3e075bb72cc44310355c.tar.xz linux-2067028512b60c78961c3e075bb72cc44310355c.zip |
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Explicitly set the VA width to 48 bits for the x86_64-only PXXV48_4K VM
mode instead of asserting the guest VA width is 48 bits. The fact that
KVM supports 5-level paging is irrelevant unless the selftests opt-in to
5-level paging by setting CR4.LA57 for the guest. The overzealous
assert prevents running the selftests on a kernel with 5-level paging
enabled.
Incorporate LA57 into the assert instead of removing the assert entirely
as a sanity check of KVM's CPUID output.
Fixes: 567a9f1e9deb ("KVM: selftests: Introduce VM_MODE_PXXV48_4K")
Reported-by: Sergio Perez Gonzalez <sergio.perez.gonzalez@intel.com>
Cc: Adriana Cervantes Jimenez <adriana.cervantes.jimenez@intel.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200528021530.28091-1-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/kunit')
0 files changed, 0 insertions, 0 deletions