From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] KVM fixes and cleanups Date: Mon, 6 Sep 2010 15:26:51 -0300 Message-ID: <20100906182651.GA30915@amt.cnet> References: <1283441387-7378-1-git-send-email-joerg.roedel@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Joerg Roedel Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32374 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753401Ab0IFSsp (ORCPT ); Mon, 6 Sep 2010 14:48:45 -0400 Content-Disposition: inline In-Reply-To: <1283441387-7378-1-git-send-email-joerg.roedel@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 02, 2010 at 05:29:44PM +0200, Joerg Roedel wrote: > Hi Avi, Marcelo, > > here are 3 patches which came up during the final testing of the > nested-npt patch set. This patch set fixes two issues I found and the > last patch contains a minor cleanup which does not fix any real bug. > Please have a look at them and feel free to apply them (only if no > objections, of course ;-) ) > For the bug that patch 2 fixes I will write a unit-test and submit it > separatly. > > Thanks, > Joerg > > Shortlog: > > Joerg Roedel (3): > KVM: MMU: Fix 32 bit legacy paging with NPT > KVM: SVM: Restore correct registers after sel_cr0 intercept emulation > KVM: SVM: Clean up rip handling in vmrun emulation > > Diffstat: > > arch/x86/kvm/mmu.c | 8 ++++++-- > arch/x86/kvm/svm.c | 39 ++++++++++++++++++++++++++++++++++----- > 2 files changed, 40 insertions(+), 7 deletions(-) Applied, thanks.