Hi, these two patches fix one issue introduced with the recent emulator-intercept code (the issue was there before too, but hidden by other workaround code which was removed in the mentioned patch-set). The second patch fixes a problem introduced with the tsc-scaling patch-set where the TSC was not usable anymore after a guest-reboot. All-in-all, these fixes are no -stable material. Regards, Joerg Diffstat: arch/x86/include/asm/kvm_host.h | 1 - arch/x86/kvm/svm.c | 3 +++ arch/x86/kvm/x86.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) Shortlog: Joerg Roedel (2): KVM: SVM: Fix nested sel_cr0 intercept path with decode-assists KVM: X86: Update last_guest_tsc in vcpu_put -- 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