From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: Reading / Writing guest page from host (tdp_page_fault) ? Date: Tue, 15 Oct 2013 13:35:21 +0300 Message-ID: <20131015103521.GX15657@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" To: Sunil Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63879 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932158Ab3JOKfY (ORCPT ); Tue, 15 Oct 2013 06:35:24 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 14, 2013 at 02:16:06PM -0700, Sunil wrote: > Hello List, > > I am trying to read / write to guest page from the host when there is > ept violation on it. From tdp_page_fault() when I have the pfn, this > is what I am doing > Use kvm_write_guest(). -- Gleb.