Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm

* 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: SVM: Advance instruction pointer in dr_intercept

+2
+2
arch/x86/kvm/svm.c
··· 2777 2777 kvm_register_write(&svm->vcpu, reg, val); 2778 2778 } 2779 2779 2780 + skip_emulated_instruction(&svm->vcpu); 2781 + 2780 2782 return 1; 2781 2783 } 2782 2784