kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] VMX: Fix emulate_invalid_guest_state=0
@ 2012-12-11 13:14 Gleb Natapov
  2012-12-11 13:14 ` [PATCH 1/4] KVM: VMX: fix DPL during entry to protected mode Gleb Natapov
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gleb Natapov @ 2012-12-11 13:14 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti

eigse=0 was broken during 3.7 development cycle.  Although eigse=1 is
default now it is important to keep eigse=0 working since it can be used
as a workaround when instruction that KVM does not know how to emulate
is encountered.

Gleb Natapov (4):
  KVM: VMX: fix DPL during entry to protected mode.
  VMX: remove unneeded enable_unrestricted_guest check.
  KVM: emulator: fix real mode segment checks in address linearization.
  KVM: VMX: return correct segment limit and flags for CS/SS registers
    in real mode

 arch/x86/kvm/emulate.c |    5 +++--
 arch/x86/kvm/vmx.c     |   10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-12 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 13:14 [PATCH 0/4] VMX: Fix emulate_invalid_guest_state=0 Gleb Natapov
2012-12-11 13:14 ` [PATCH 1/4] KVM: VMX: fix DPL during entry to protected mode Gleb Natapov
2012-12-11 13:14 ` [PATCH 2/4] VMX: remove unneeded enable_unrestricted_guest check Gleb Natapov
2012-12-11 13:14 ` [PATCH 3/4] KVM: emulator: fix real mode segment checks in address linearization Gleb Natapov
2012-12-11 13:14 ` [PATCH 4/4] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode Gleb Natapov
2012-12-12  3:07   ` Marcelo Tosatti
2012-12-12 17:14     ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).