kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Fix task switches into/out of VM86
@ 2012-02-08 13:34 Kevin Wolf
  2012-02-08 13:34 ` [PATCH v4 1/4] KVM: x86 emulator: Fix task switch privilege checks Kevin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kevin Wolf @ 2012-02-08 13:34 UTC (permalink / raw)
  To: kvm; +Cc: kwolf, gleb, joerg.roedel, yoshikawa.takuya, avi, mtosatti

Kevin Wolf (4):
  KVM: x86 emulator: Fix task switch privilege checks
  KVM: x86 emulator: VM86 segments must have DPL 3
  KVM: SVM: Fix CPL updates
  KVM: x86 emulator: Allow PM/VM86 switch during task switch

 arch/x86/include/asm/kvm_emulate.h |    3 +-
 arch/x86/include/asm/kvm_host.h    |    4 +-
 arch/x86/kvm/emulate.c             |   75 ++++++++++++++++++++++++++++++++---
 arch/x86/kvm/svm.c                 |   28 +++++++++++--
 arch/x86/kvm/vmx.c                 |    8 ++-
 arch/x86/kvm/x86.c                 |   12 ++++-
 6 files changed, 110 insertions(+), 20 deletions(-)

-- 
1.7.6.5


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

end of thread, other threads:[~2012-03-04  9:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 13:34 [PATCH v4 0/4] Fix task switches into/out of VM86 Kevin Wolf
2012-02-08 13:34 ` [PATCH v4 1/4] KVM: x86 emulator: Fix task switch privilege checks Kevin Wolf
2012-02-08 13:34 ` [PATCH v4 2/4] KVM: x86 emulator: VM86 segments must have DPL 3 Kevin Wolf
2012-02-08 13:34 ` [PATCH v4 3/4] KVM: SVM: Fix CPL updates Kevin Wolf
2012-02-08 13:34 ` [PATCH v4 4/4] KVM: x86 emulator: Allow PM/VM86 switch during task switch Kevin Wolf
2012-03-04  9:08 ` [PATCH v4 0/4] Fix task switches into/out of VM86 Avi Kivity

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).