public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] some more vmx real mode emulation fixes and cleanups
@ 2013-01-21 13:36 Gleb Natapov
  2013-01-21 13:36 ` [PATCH 1/9] KVM: VMX: remove special CPL cache access during transition to real mode Gleb Natapov
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Gleb Natapov @ 2013-01-21 13:36 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti


Gleb Natapov (9):
  KVM: VMX: remove special CPL cache access during transition to real
    mode.
  KVM: VMX: reset CPL only on CS register write.
  KVM: VMX: if unrestricted guest is enabled vcpu state is always
    valid.
  KVM: VMX: remove hack that disables emulation on vcpu reset/init
  KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if
    unrestricted guest is enabled
  KVM: VMX: don't clobber segment AR of unusable segments.
  KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.
  KVM: x86: fix use of uninitialized memory as segment descriptor in
    emulator.
  KVM: VMX: set vmx->emulation_required only when needed.

 arch/x86/kvm/vmx.c |   70 +++++++++++++++++++++++++---------------------------
 arch/x86/kvm/x86.c |    4 ++-
 2 files changed, 37 insertions(+), 37 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-01-25  0:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 13:36 [PATCH 0/9] some more vmx real mode emulation fixes and cleanups Gleb Natapov
2013-01-21 13:36 ` [PATCH 1/9] KVM: VMX: remove special CPL cache access during transition to real mode Gleb Natapov
2013-01-21 13:36 ` [PATCH 2/9] KVM: VMX: reset CPL only on CS register write Gleb Natapov
2013-01-21 13:36 ` [PATCH 3/9] KVM: VMX: if unrestricted guest is enabled vcpu state is always valid Gleb Natapov
2013-01-21 13:36 ` [PATCH 4/9] KVM: VMX: remove hack that disables emulation on vcpu reset/init Gleb Natapov
2013-01-21 13:36 ` [PATCH 5/9] KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted guest is enabled Gleb Natapov
2013-01-21 13:36 ` [PATCH 6/9] KVM: VMX: don't clobber segment AR of unusable segments Gleb Natapov
2013-01-21 13:36 ` [PATCH 7/9] KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg Gleb Natapov
2013-01-21 13:36 ` [PATCH 8/9] KVM: x86: fix use of uninitialized memory as segment descriptor in emulator Gleb Natapov
2013-01-21 13:36 ` [PATCH 9/9] KVM: VMX: set vmx->emulation_required only when needed Gleb Natapov
2013-01-24  0:39 ` [PATCH 0/9] some more vmx real mode emulation fixes and cleanups Marcelo Tosatti
2013-01-24 23:45 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox