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
This commit is contained in:
@@ -2777,6 +2777,8 @@ static int dr_interception(struct vcpu_svm *svm)
|
|||||||
kvm_register_write(&svm->vcpu, reg, val);
|
kvm_register_write(&svm->vcpu, reg, val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
skip_emulated_instruction(&svm->vcpu);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user