OSDN Git Service

KVM: selftests: Use "standard" min virtual address for Hyper-V pages
authorSean Christopherson <seanjc@google.com>
Tue, 22 Jun 2021 20:05:15 +0000 (13:05 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jun 2021 08:31:18 +0000 (04:31 -0400)
commit95be3709ff4e3af848c285ebddea9916a24d6d0f
tree4175fb54ababc64153321bd93a2e19322279ae97
parent1dcd1c58ae7dc42102d2976421aefb5362427b9e
KVM: selftests: Use "standard" min virtual address for Hyper-V pages

Use the de facto standard minimum virtual address for Hyper-V's hcall
params page.  It's the allocator's job to not double-allocate memory,
i.e. there's no reason to force different regions for the params vs.
hcall page.  This will allow adding a page allocation helper with a
"standard" minimum address.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210622200529.3650424-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/hyperv_features.c