All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] KVM: Enhancements and fixes around guest debugging
@ 2010-02-23 16:47 Jan Kiszka
  2010-02-23 16:47 ` [PATCH v2 1/7] KVM: VMX: Update instruction length on intercepted BP Jan Kiszka
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Jan Kiszka @ 2010-02-23 16:47 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm, Gleb Natapov

Changes in v2:
 - Retreat TF emulation patch, waiting for emulator rework
 - Spilt out svm_queue_exception moving
 - Factor out kvm_is_linear_rip ("Saved linear RIP == current RIP?")
 - Fixed breakage in INT3 emulation code and addressed review comments

Patch 5 targets also 2.6.33., patch 1 should additionally be considered
for stable 2.6.32.

You may pull these patches from

	git://git.kiszka.org/linux-kvm gdb

Jan Kiszka (7):
  KVM: VMX: Update instruction length on intercepted BP
  KVM: SVM: Move svm_queue_exception
  KVM: x86: Add kvm_is_linear_rip
  KVM: SVM: Emulate nRIP feature when reinjecting INT3
  KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
  KVM: x86: Drop RF manipulation for guest single-stepping
  KVM: x86: Preserve injected TF across emulation

 arch/x86/include/asm/kvm_host.h |    4 ++-
 arch/x86/kvm/svm.c              |   72 ++++++++++++++++++++++++++++-----------
 arch/x86/kvm/vmx.c              |   13 +++++++
 arch/x86/kvm/x86.c              |   30 ++++++++++------
 include/linux/kvm.h             |    1 +
 5 files changed, 87 insertions(+), 33 deletions(-)


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

end of thread, other threads:[~2010-02-24 10:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 16:47 [PATCH v2 0/7] KVM: Enhancements and fixes around guest debugging Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 1/7] KVM: VMX: Update instruction length on intercepted BP Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 2/7] KVM: SVM: Move svm_queue_exception Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 3/7] KVM: x86: Add kvm_is_linear_rip Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 4/7] KVM: SVM: Emulate nRIP feature when reinjecting INT3 Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 5/7] KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 6/7] KVM: x86: Drop RF manipulation for guest single-stepping Jan Kiszka
2010-02-23 16:47 ` [PATCH v2 7/7] KVM: x86: Preserve injected TF across emulation Jan Kiszka
2010-02-24 10:52 ` [PATCH v2 0/7] KVM: Enhancements and fixes around guest debugging Avi Kivity
2010-02-24 10:58   ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.