From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Tue, 30 Apr 2019 09:59:59 +0000 Subject: Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler Message-Id: <20190430095959.GA32205@blackberry> List-Id: References: <20190322060545.24166-1-sjitindarsingh@gmail.com> In-Reply-To: <20190322060545.24166-1-sjitindarsingh@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Suraj Jitindar Singh Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On Fri, Mar 22, 2019 at 05:05:44PM +1100, Suraj Jitindar Singh wrote: > Implement a virtual mode handler for the H_CALL H_PAGE_INIT which can be > used to zero or copy a guest page. The page is defined to be 4k and must > be 4k aligned. > > The in-kernel handler halves the time to handle this H_CALL compared to > handling it in userspace for a radix guest. > > Signed-off-by: Suraj Jitindar Singh Thanks, both patches applied to my kvm-ppc-next tree. Paul.