public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Debug register emulation fixes and optimizations (reloaded)
@ 2010-01-20 17:20 Jan Kiszka
  2010-01-20 17:20 ` [PATCH 4/5] KVM: SVM: Clean up and enhance mov dr emulation Jan Kiszka
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jan Kiszka @ 2010-01-20 17:20 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm

Major parts of this series were already posted a while ago during the
debug register switch optimizations. This version now comes with an
additional fix for VMX (patch 1) and a rework of mov dr emulation for
SVM.

Find this series also at git://git.kiszka.org/linux-kvm.git queues/debugregs

Jan Kiszka (5):
      KVM: VMX: Fix exceptions of mov to dr
      KVM: VMX: Fix emulation of DR4 and DR5
      KVM: VMX: Clean up DR6 emulation
      KVM: SVM: Clean up and enhance mov dr emulation
      KVM: SVM: Trap all debug register accesses

 arch/x86/include/asm/kvm_host.h |    5 +-
 arch/x86/kvm/svm.c              |   78 +++++++++++++++++++++------------------
 arch/x86/kvm/vmx.c              |   67 +++++++++++++++++++--------------
 arch/x86/kvm/x86.c              |   19 +--------
 4 files changed, 84 insertions(+), 85 deletions(-)



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

end of thread, other threads:[~2010-01-22  1:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 17:20 [PATCH 0/5] Debug register emulation fixes and optimizations (reloaded) Jan Kiszka
2010-01-20 17:20 ` [PATCH 4/5] KVM: SVM: Clean up and enhance mov dr emulation Jan Kiszka
2010-01-20 17:20 ` [PATCH 3/5] KVM: VMX: Clean up DR6 emulation Jan Kiszka
2010-01-20 17:20 ` [PATCH 2/5] KVM: VMX: Fix emulation of DR4 and DR5 Jan Kiszka
2010-01-20 17:20 ` [PATCH 1/5] KVM: VMX: Fix exceptions of mov to dr Jan Kiszka
2010-01-20 17:20 ` [PATCH 5/5] KVM: SVM: Trap all debug register accesses Jan Kiszka
2010-01-21 10:45 ` [PATCH 0/5] Debug register emulation fixes and optimizations (reloaded) Avi Kivity
2010-01-21 18:23 ` Marcelo Tosatti

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