From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm <kvm@vger.kernel.org>, Gleb Natapov <gleb@redhat.com>
Subject: [PATCH v2 0/7] KVM: Enhancements and fixes around guest debugging
Date: Tue, 23 Feb 2010 17:47:52 +0100 [thread overview]
Message-ID: <cover.1266943665.git.jan.kiszka@siemens.com> (raw)
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(-)
next reply other threads:[~2010-02-23 16:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 16:47 Jan Kiszka [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1266943665.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox