Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54097
b: refs/heads/master
c: d917a6b
h: refs/heads/master
i:
  54095: d3a809f
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent bc29c3b commit fa16268
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: 3964994bb5ba85a3d8b54ae618f7be1cecce916d
refs/heads/master: d917a6b92d0d1e4e2b98e86c584bc9e643cd5117
1 change: 1 addition & 0 deletions trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2332,6 +2332,7 @@ static int kvm_vm_ioctl_create_vcpu(struct kvm *kvm, int n)
vcpu->host_fx_image = (char*)ALIGN((hva_t)vcpu->fx_buf,
FX_IMAGE_ALIGN);
vcpu->guest_fx_image = vcpu->host_fx_image + FX_IMAGE_SIZE;
vcpu->cr0 = 0x10;

r = kvm_arch_ops->vcpu_create(vcpu);
if (r < 0)
Expand Down

0 comments on commit fa16268

Please sign in to comment.