x86/kvm/vmx: Use native read/write_cr2()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 8 Jul 2020 19:52:00 +0000 (21:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jul 2020 11:08:42 +0000 (07:08 -0400)
commit2245d39886fad920f4ea3583e2fb29bf01fc01d8
treec0388982269cfe1e1ed48fda654702ba648f3d87
parentc3f08ed15047002677b8b1f9f5bc29ced3f87a6f
x86/kvm/vmx: Use native read/write_cr2()

read/write_cr2() go throuh the paravirt XXL indirection, but nested VMX in
a XEN_PV guest is not supported.

Use the native variants.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Message-Id: <20200708195322.344731916@linutronix.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c