On 03/08/2017 16:09, David Hildenbrand wrote: > Let's just use the ordinary functons directly. The "nested" at that point > is just confusing. All we want is a page from G1. > > David Hildenbrand (2): > KVM: nVMX: get rid of nested_get_page() > KVM: nVMX: get rid of nested_release_page* > > arch/x86/kvm/vmx.c | 89 ++++++++++++++++++------------------------------ > include/linux/kvm_host.h | 6 ++++ > 2 files changed, 40 insertions(+), 55 deletions(-) > Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>