Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68355
b: refs/heads/master
c: 310bc76
h: refs/heads/master
i:
  68353: c113a4c
  68351: fc9b973
v: v3
  • Loading branch information
Rusty Russell authored and Avi Kivity committed Oct 13, 2007
1 parent ba313fa commit 361a98f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 394b6e5944865a558fe25f0c5903b34c434038ee
refs/heads/master: 310bc76c2b6829cd280def4927b7ccf8b8c795df
1 change: 1 addition & 0 deletions trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ void set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4)
&& !load_pdptrs(vcpu, vcpu->cr3)) {
printk(KERN_DEBUG "set_cr4: #GP, pdptrs reserved bits\n");
inject_gp(vcpu);
return;
}

if (cr4 & X86_CR4_VMXE) {
Expand Down

0 comments on commit 361a98f

Please sign in to comment.