Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44870
b: refs/heads/master
c: abacf8d
h: refs/heads/master
v: v3
  • Loading branch information
Michael Riepe authored and Linus Torvalds committed Dec 22, 2006
1 parent ff6321f commit 8e36dbc
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: bf591b24d07126143356058966d79423661f491f
refs/heads/master: abacf8dff911ecc11513dff162d7990aa8ed2da0
1 change: 1 addition & 0 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ static void enter_rmode(struct kvm_vcpu *vcpu)
vmcs_write32(GUEST_SS_AR_BYTES, 0xf3);

vmcs_write32(GUEST_CS_AR_BYTES, 0xf3);
vmcs_write32(GUEST_CS_LIMIT, 0xffff);
vmcs_write16(GUEST_CS_SELECTOR, vmcs_readl(GUEST_CS_BASE) >> 4);

fix_rmode_seg(VCPU_SREG_ES, &vcpu->rmode.es);
Expand Down

0 comments on commit 8e36dbc

Please sign in to comment.