Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115280
b: refs/heads/master
c: a16b20d
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 15, 2008
1 parent c6f8048 commit 6b7ee1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5706be0dafd6f42852f85fbae292301dcad4ccec
refs/heads/master: a16b20da879430fdf245ed45461ed40ffef8db3c
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ static void seg_setup(int seg)
vmcs_write16(sf->selector, 0);
vmcs_writel(sf->base, 0);
vmcs_write32(sf->limit, 0xffff);
vmcs_write32(sf->ar_bytes, 0x93);
vmcs_write32(sf->ar_bytes, 0xf3);
}

static int alloc_apic_access_page(struct kvm *kvm)
Expand Down

0 comments on commit 6b7ee1f

Please sign in to comment.