From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: [PATCH 0/3] KVM fixes and cleanups Date: Thu, 2 Sep 2010 17:29:44 +0200 Message-ID: <1283441387-7378-1-git-send-email-joerg.roedel@amd.com> Mime-Version: 1.0 Content-Type: text/plain Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from va3ehsobe006.messaging.microsoft.com ([216.32.180.16]:58369 "EHLO VA3EHSOBE009.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518Ab0IBPel (ORCPT ); Thu, 2 Sep 2010 11:34:41 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)