From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: [PATCH v1 0/2] KVM: nVMX: remove nested_get_page() Date: Thu, 3 Aug 2017 16:09:05 +0200 Message-ID: <20170803140907.23681-1-david@redhat.com> Cc: Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , david@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41658 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbdHCOJM (ORCPT ); Thu, 3 Aug 2017 10:09:12 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C196581245 for ; Thu, 3 Aug 2017 14:09:12 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 2.9.4