Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197637
b: refs/heads/master
c: 197717d
h: refs/heads/master
i:
  197635: e114366
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed Apr 25, 2010
1 parent 87bcc49 commit 0aabd7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f5d8b5600b5294137886b46bf00ef811d0fdf32
refs/heads/master: 197717d5813fc39a7185a3177b76f4a3b2405df7
4 changes: 3 additions & 1 deletion trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,9 @@ static inline bool nested_svm_intr(struct vcpu_svm *svm)
if (!(svm->vcpu.arch.hflags & HF_HIF_MASK))
return false;

svm->vmcb->control.exit_code = SVM_EXIT_INTR;
svm->vmcb->control.exit_code = SVM_EXIT_INTR;
svm->vmcb->control.exit_info_1 = 0;
svm->vmcb->control.exit_info_2 = 0;

if (svm->nested.intercept & 1ULL) {
/*
Expand Down

0 comments on commit 0aabd7a

Please sign in to comment.