From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/1] Clean up page fault injection Date: Thu, 2 Dec 2010 00:07:35 -0200 Message-ID: <20101202020735.GB24787@amt.cnet> References: <1291039950-8418-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Joerg Roedel , Gleb Natapov To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13451 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756308Ab0LBCuA (ORCPT ); Wed, 1 Dec 2010 21:50:00 -0500 Content-Disposition: inline In-Reply-To: <1291039950-8418-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Nov 29, 2010 at 04:12:29PM +0200, Avi Kivity wrote: > Currently fault injection is somewhat confused with important information > carried in the vcpu area where it has no place. This patch cleans it up. > > Gleb, Joerg, I'd appreciate review and testing of the apf and nnpt related > changes. > > Goes on top of the previous 7-part emulator series. Also available in > 'emulator' branch of kvm.git. > > Avi Kivity (1): > KVM: Pull extra page fault information into struct x86_exception > > arch/x86/include/asm/kvm_emulate.h | 2 + > arch/x86/include/asm/kvm_host.h | 17 +++---------- > arch/x86/kvm/mmu.c | 5 ++- > arch/x86/kvm/paging_tmpl.h | 6 ++-- > arch/x86/kvm/svm.c | 7 +++-- > arch/x86/kvm/x86.c | 44 +++++++++++++++++++---------------- > 6 files changed, 40 insertions(+), 41 deletions(-) Applied, thanks.