Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172318
b: refs/heads/master
c: 3ce672d
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Habkost authored and Avi Kivity committed Dec 3, 2009
1 parent 732fdc4 commit 481ec84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 18fa000ae453767b59ab97477925895a3f0c46ea
refs/heads/master: 3ce672d48400e0112fec7a3cb6bb2120493c6e11
2 changes: 0 additions & 2 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ static void init_vmcb(struct vcpu_svm *svm)
control->intercept_cr_write &= ~(INTERCEPT_CR0_MASK|
INTERCEPT_CR3_MASK);
save->g_pat = 0x0007040600070406ULL;
/* enable caching because the QEMU Bios doesn't enable it */
save->cr0 = X86_CR0_ET;
save->cr3 = 0;
save->cr4 = 0;
}
Expand Down

0 comments on commit 481ec84

Please sign in to comment.