Hi, these two patches implement the workaround for AMD Erratum 383 into KVM. This is necessary to prevent the host to crash if a guest triggers the erratum. For details on the erratum please see page 96 of http://support.amd.com/us/Processor_TechDocs/41322.pdf The workaround implemented in these patches will be documented in the next update of the revision guide. Joerg Diffstat: arch/x86/include/asm/msr-index.h | 1 + arch/x86/kvm/svm.c | 98 +++++++++++++++++++++++++++++++++++++- 2 files changed, 98 insertions(+), 1 deletions(-) Shortlog: Joerg Roedel (2): KVM: SVM: Handle MCEs early in the vmexit process KVM: SVM: Implement workaround for Erratum 383 -- 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