From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v2 0/2] KVM: nVMX: remove nested_get_page() Date: Thu, 3 Aug 2017 19:55:12 +0200 Message-ID: <20170803175512.GE1015@flask> References: <20170803161105.2846-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Paolo Bonzini To: David Hildenbrand Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48456 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751700AbdHCRzS (ORCPT ); Thu, 3 Aug 2017 13:55:18 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E2FA561478 for ; Thu, 3 Aug 2017 17:55:17 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20170803161105.2846-1-david@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-08-03 18:11+0200, David Hildenbrand: > Let's just use the ordinary functons directly. The "nested" at that point > is just confusing. All we want is a page from G1. > > v1 -> v2: > - clear the page fields when releasing a page, so that we do't mess up > reference counting in any scenario. > > David Hildenbrand (2): > KVM: nVMX: get rid of nested_get_page() > KVM: nVMX: get rid of nested_release_page* I rebased [2/2] and queued, thanks.