Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343595
b: refs/heads/master
c: 0b26b58
h: refs/heads/master
i:
  343593: 4fefdd1
  343591: 09a0112
v: v3
  • Loading branch information
Gleb Natapov authored and Marcelo Tosatti committed Dec 11, 2012
1 parent 9f58bae commit 43912cb
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: a4d3326c2de46fd7bcc47d1e8786efccfc152f81
refs/heads/master: 0b26b588d97031fe8e16a35186220a6c14c89849
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3316,7 +3316,7 @@ static void vmx_set_segment(struct kvm_vcpu *vcpu,
* unrestricted guest like Westmere to older host that don't have
* unrestricted guest like Nehelem.
*/
if (!enable_unrestricted_guest && vmx->rmode.vm86_active) {
if (vmx->rmode.vm86_active) {
switch (seg) {
case VCPU_SREG_CS:
vmcs_write32(GUEST_CS_AR_BYTES, 0xf3);
Expand Down

0 comments on commit 43912cb

Please sign in to comment.