diff options
Diffstat (limited to 'arch/x86/kvm/svm.c')
-rw-r--r-- | arch/x86/kvm/svm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 2e4e089646a7..cac761c6d1dc 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
@@ -1845,6 +1845,11 @@ static bool nested_svm_vmrun(struct vcpu_svm *svm) | |||
1845 | nested_vmcb->control.event_inj, | 1845 | nested_vmcb->control.event_inj, |
1846 | nested_vmcb->control.nested_ctl); | 1846 | nested_vmcb->control.nested_ctl); |
1847 | 1847 | ||
1848 | trace_kvm_nested_intercepts(nested_vmcb->control.intercept_cr_read, | ||
1849 | nested_vmcb->control.intercept_cr_write, | ||
1850 | nested_vmcb->control.intercept_exceptions, | ||
1851 | nested_vmcb->control.intercept); | ||
1852 | |||
1848 | /* Clear internal status */ | 1853 | /* Clear internal status */ |
1849 | kvm_clear_exception_queue(&svm->vcpu); | 1854 | kvm_clear_exception_queue(&svm->vcpu); |
1850 | kvm_clear_interrupt_queue(&svm->vcpu); | 1855 | kvm_clear_interrupt_queue(&svm->vcpu); |