Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248048
b: refs/heads/master
c: 977b2d0
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed May 11, 2011
1 parent b729e3a commit ecd1e46
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: 0521e4c0bc73aa86152ee4e4bd03724c8a9e1d6b
refs/heads/master: 977b2d03e42e9ea9355d4baddb464810579719bd
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2799,6 +2799,9 @@ static int cr_interception(struct vcpu_svm *svm)
case 0:
if (!check_selective_cr0_intercepted(svm, val))
err = kvm_set_cr0(&svm->vcpu, val);
else
return 1;

break;
case 3:
err = kvm_set_cr3(&svm->vcpu, val);
Expand Down

0 comments on commit ecd1e46

Please sign in to comment.