[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1266592990-8911-1-git-send-email-joerg.roedel@amd.com>
Date: Fri, 19 Feb 2010 16:22:59 +0100
From: Joerg Roedel <joerg.roedel@....com>
To: Avi Kivity <avi@...hat.com>, Marcelo Tosatti <mtosatti@...hat.com>
CC: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/11] Nested SVM fixes v2
Hi,
this is the second version of the KVM fixes queued up while testing
nested svm with Windows 7 64 bit. Changes to the previous version:
* Fixed kunmap bug
* Introduced nested_svm_intercept insteat of
nested_svm_exit_handled_atomic()
* Added missing patch description
* Added wbinvd/invd skip functions because the instruction
emulator fails on these instructions (found during Windows 7
XP mode bringup)
Please review and comment (or apply ;-) these patches.
Thanks,
Joerg
Shortlog:
Joerg Roedel (11):
KVM: SVM: Don't use kmap_atomic in nested_svm_map
KVM: SVM: Fix wrong interrupt injection in enable_irq_windows
KVM: SVM: Fix schedule-while-atomic on nested exception handling
KVM: SVM: Sync all control registers on nested vmexit
KVM: SVM: Annotate nested_svm_map with might_sleep()
KVM: SVM: Fix nested msr intercept handling
KVM: SVM: Don't sync nested cr8 to lapic and back
KVM: SVM: Activate nested state only when guest state is complete
KVM: SVM: Make lazy FPU switching work with nested svm
KVM: SVM: Remove newlines from nested trace points
KVM: SVM: Don't call instruction emulator for invd and wbinvd
Diffstat:
arch/x86/kvm/emulate.c | 4 +
arch/x86/kvm/svm.c | 218 ++++++++++++++++++++++++++++++++---------------
arch/x86/kvm/trace.h | 12 ++--
3 files changed, 158 insertions(+), 76 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists