Hi, here is another set of patches I collected in the last days while trying to get Hyper-V running with nested svm. I was not successful yet but the patches in this set make sense anyway :-) The patches fix coding style issues which annoyed me for some time because my vim shows all c-space-errors with red color. Other patches in this set make nested svm more complete (nmi and selective cr0 related). The vm_cr and hwcr.ignne patches are related to Hyper-V tests. This hypervisor expects to write to those msrs. The most interesting thing is patch 11 which reduces the amount of memory which is touched in the vmrun emulation for merging the msrpms from 24kb to 48 bytes. Please review and comment (or apply if perfect ;-) ) these patches. Thanks, Joerg diffstat: arch/x86/include/asm/svm.h | 4 + arch/x86/kvm/svm.c | 282 +++++++++++++++++++++++++++++++------------- arch/x86/kvm/trace.h | 22 ++++ arch/x86/kvm/x86.c | 3 +- 4 files changed, 226 insertions(+), 85 deletions(-) shortlog: Joerg Roedel (11): KVM: SVM: Coding style cleanup KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too KVM: SVM: Check for nested intercepts on NMI injection KVM: SVM: Restore tracing of nested vmcb address KVM: SVM: Add kvm_nested_intercepts tracepoint KVM: SVM: Implement emulation of vm_cr msr KVM: SVM: Ignore write of hwcr.ignne KVM: x86: Don't set arch.cr0 in kvm_set_cr0 KVM: SVM: Handle nested selective_cr0 intercept correctly KVM: SVM: Clear exit_info for injected INTR exits KVM: SVM: Optimize nested svm msrpm merging -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html