Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54069
b: refs/heads/master
c: 6722c51
h: refs/heads/master
i:
  54067: 41921ab
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent 2bf1fc4 commit 5802c0a
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: 1b19f3e61d7e1edb395dd64bf7d63621a37af8ca
refs/heads/master: 6722c51c51518af9581ab6cd9b6aec93774334a6
3 changes: 3 additions & 0 deletions trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ static int svm_create_vcpu(struct kvm_vcpu *vcpu)
init_vmcb(vcpu->svm->vmcb);

fx_init(vcpu);
vcpu->apic_base = 0xfee00000 |
/*for vcpu 0*/ MSR_IA32_APICBASE_BSP |
MSR_IA32_APICBASE_ENABLE;

return 0;

Expand Down

0 comments on commit 5802c0a

Please sign in to comment.