Linus, The following changes since commit d2922422c48df93f3edff7d872ee4f3191fefb08: Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS (2015-10-01 14:59:37 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to b10d92a54dac25a6152f1aa1ffc95c12908035ce: KVM: x86: fix RSM into 64-bit protected mode (2015-10-14 16:39:52 +0200) ---------------------------------------------------------------- Bug fixes for system management mode emulation. The first two patches fix SMM emulation on Nehalem processors. The others fix some cases that became apparent as work progressed on the firmware side. ---------------------------------------------------------------- Paolo Bonzini (6): KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region KVM: x86: map/unmap private slots in __x86_set_memory_region KVM: x86: clean up kvm_arch_vcpu_runnable KVM: x86: fix SMI to halted VCPU KVM: x86: fix previous commit for 32-bit KVM: x86: fix RSM into 64-bit protected mode arch/x86/include/asm/kvm_host.h | 6 +- arch/x86/kvm/emulate.c | 10 ++- arch/x86/kvm/vmx.c | 26 ++------ arch/x86/kvm/x86.c | 135 ++++++++++++++++++++++------------------ 4 files changed, 90 insertions(+), 87 deletions(-) -- 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