Hi,
this is version 3 of the instruction intercept check framework and svm
code. This version addresses the review comments of Avi and Gleb. There
were no other changes beside that since v2.
Regards,
Joerg
Diffstat:
arch/x86/include/asm/kvm_emulate.h | 85 ++++++++++++
arch/x86/include/asm/kvm_host.h | 7 +
arch/x86/kvm/emulate.c | 148 +++++++++++++++++----
arch/x86/kvm/svm.c | 265 +++++++++++++++++++++++++++++-------
arch/x86/kvm/vmx.c | 9 ++
arch/x86/kvm/x86.c | 12 ++
6 files changed, 448 insertions(+), 78 deletions(-)
Shortlog:
Avi Kivity (2):
KVM: x86 emulator: add framework for instruction intercepts
KVM: x86 emulator: add SVM intercepts
Joerg Roedel (11):
KVM: X86: Don't write-back cpu-state on X86EMUL_INTERCEPTED
KVM: X86: Add x86 callback for intercept check
KVM: SVM: Add intercept check for emulated cr accesses
KVM: SVM: Add intercept check for accessing dr registers
KVM: SVM: Add intercept checks for descriptor table accesses
KVM: SVM: Add intercept checks for SVM instructions
KVM: SVM: Add intercept checks for remaining group7 instructions
KVM: SVM: Add intercept checks for remaining twobyte instructions
KVM: SVM: Add intercept checks for one-byte instructions
KVM: SVM: Add checks for IO instructions
KVM: SVM: Remove nested sel_cr0_write handling code
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html