Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215659
b: refs/heads/master
c: dbe7758
h: refs/heads/master
i:
  215657: 7cd71ef
  215655: fe521b9
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed Oct 24, 2010
1 parent e871721 commit 7278542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52c65a30a5c6f31cd66dba57c22d18cafa5e327f
refs/heads/master: dbe7758482a870f30a86bdeefebf4fc260afef11
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,9 @@ static bool nested_vmcb_checks(struct vmcb *vmcb)
if ((vmcb->control.intercept & (1ULL << INTERCEPT_VMRUN)) == 0)
return false;

if (vmcb->control.asid == 0)
return false;

return true;
}

Expand Down

0 comments on commit 7278542

Please sign in to comment.