From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
christoffer.dall@linaro.org, zhichao.huang@linaro.org
Cc: marc.zyngier@arm.com, "Alex Bennée" <alex.bennee@linaro.org>,
linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org,
kvmarm@lists.cs.columbia.edu
Subject: [Qemu-devel] [PATCH v5 0/6] QEMU support for KVM Guest Debug on arm64
Date: Fri, 29 May 2015 16:19:18 +0100 [thread overview]
Message-ID: <1432912764-7073-1-git-send-email-alex.bennee@linaro.org> (raw)
Hi,
You may be wondering what happened to v3 and v4. They do exist but
they didn't change much from the the original patches as I've been
mostly looking the kernel side of the equation. So in summary the
changes are:
- updates to the kernel ABI
- don't fall over on kernels without debug support
- better logging, syncing and use of internals.h
- debug exception re-injection for guest events*
More detailed changelogs are attached to each patch.
* see
https://lists.cs.columbia.edu/pipermail/kvmarm/2015-May/014807.html
GIT Repos:
The patch series is based off a recent master and can be found at:
https://github.com/stsquad/qemu
branch: kvm/guest-debug-v5
The kernel patches for this series are based off a v4.1-rc5-v5 and can be
found at:
https://git.linaro.org/people/alex.bennee/linux.git
branch: guest-debug/4.1-rc5-v5
Alex Bennée (6):
linux-headers: sync from my kernel tree (DEV)
target-arm: kvm64: introduce kvm_arm_init_debug()
target-arm: kvm - implement software breakpoints
target-arm: kvm - support for single step
target-arm: kvm - add support for HW assisted debug
target-arm: kvm - re-inject guest debug exceptions
include/standard-headers/linux/virtio_balloon.h | 28 ++-
include/standard-headers/linux/virtio_blk.h | 8 +-
include/standard-headers/linux/virtio_ids.h | 1 +
include/standard-headers/linux/virtio_input.h | 76 ++++++
include/standard-headers/linux/virtio_ring.h | 2 +-
linux-headers/asm-arm/kvm.h | 9 +-
linux-headers/asm-arm64/kvm.h | 29 ++-
linux-headers/asm-mips/kvm.h | 164 +++++++-----
linux-headers/asm-s390/kvm.h | 4 +
linux-headers/asm-x86/hyperv.h | 2 +
linux-headers/linux/kvm.h | 71 +++++-
linux-headers/linux/vfio.h | 2 +
target-arm/cpu.h | 1 +
target-arm/helper-a64.c | 17 +-
target-arm/internals.h | 1 +
target-arm/kvm.c | 137 ++++++++--
target-arm/kvm64.c | 318 ++++++++++++++++++++++++
target-arm/kvm_arm.h | 21 ++
18 files changed, 790 insertions(+), 101 deletions(-)
create mode 100644 include/standard-headers/linux/virtio_input.h
--
2.4.1
next reply other threads:[~2015-05-29 15:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-29 15:19 Alex Bennée [this message]
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 1/6] linux-headers: sync from my kernel tree (DEV) Alex Bennée
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 2/6] target-arm: kvm64: introduce kvm_arm_init_debug() Alex Bennée
2015-06-04 10:56 ` Peter Maydell
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 3/6] target-arm: kvm - implement software breakpoints Alex Bennée
2015-06-04 10:56 ` Peter Maydell
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 4/6] target-arm: kvm - support for single step Alex Bennée
2015-06-04 10:59 ` Peter Maydell
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 5/6] target-arm: kvm - add support for HW assisted debug Alex Bennée
2015-06-04 11:10 ` Peter Maydell
2015-05-29 15:19 ` [Qemu-devel] [PATCH v5 6/6] target-arm: kvm - re-inject guest debug exceptions Alex Bennée
2015-06-04 11:29 ` Peter Maydell
2015-06-04 11:35 ` [Qemu-devel] [PATCH v5 0/6] QEMU support for KVM Guest Debug on arm64 Peter Maydell
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=1432912764-7073-1-git-send-email-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=christoffer.dall@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@arm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=zhichao.huang@linaro.org \
/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;
as well as URLs for NNTP newsgroup(s).