qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
@ 2015-03-31 15:40 Alex Bennée
  2015-03-31 15:40 ` [Qemu-devel] [PATCH v2 1/4] linux-headers: partial sync from my kernel tree (DEV) Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Alex Bennée @ 2015-03-31 15:40 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, christoffer.dall, zhichao.huang
  Cc: marc.zyngier, Alex Bennée, linux-arm-kernel, kvm, kvmarm

Hi,

I thought I'd sent V1 to the list but apparently not. Anyway this
patch series provides the QEMU side of guest debug support for arm64.
I'm assuming the first patch will be dropped when a proper merge of
the linux-headers is done once the kernel side is upstreamed.

There is nothing particularly special about the implementation details
although some of the bit-fiddling is a little fiddly.

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-v2

The kernel patches for this series are based off a v4.0-rc6 and can be
found at:

https://git.linaro.org/people/alex.bennee/linux.git
branch: guest-debug/4.0-rc6-v2

Alex Bennée (4):
  linux-headers: partial sync from my kernel tree (DEV)
  target-arm: kvm - implement software breakpoints
  target-arm: kvm - support for single step
  target-arm: kvm - add support for HW assisted debug

 linux-headers/asm-arm64/kvm.h   |  22 +++
 linux-headers/asm-powerpc/kvm.h |   4 +-
 linux-headers/asm-x86/kvm.h     |   4 +-
 linux-headers/linux/kvm.h       |  17 ++-
 target-arm/kvm.c                | 124 ++++++++++++----
 target-arm/kvm64.c              | 315 ++++++++++++++++++++++++++++++++++++++++
 target-arm/kvm_arm.h            |  21 +++
 7 files changed, 474 insertions(+), 33 deletions(-)

-- 
2.3.4

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

end of thread, other threads:[~2015-04-21 13:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 15:40 [Qemu-devel] [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64 Alex Bennée
2015-03-31 15:40 ` [Qemu-devel] [PATCH v2 1/4] linux-headers: partial sync from my kernel tree (DEV) Alex Bennée
2015-03-31 15:40 ` [Qemu-devel] [PATCH v2 2/4] target-arm: kvm - implement software breakpoints Alex Bennée
2015-04-20 19:44   ` Peter Maydell
2015-03-31 15:40 ` [Qemu-devel] [PATCH v2 3/4] target-arm: kvm - support for single step Alex Bennée
2015-04-20 19:49   ` Peter Maydell
2015-04-21 12:56     ` Alex Bennée
2015-04-21 13:01       ` Peter Maydell
2015-03-31 15:40 ` [Qemu-devel] [PATCH v2 4/4] target-arm: kvm - add support for HW assisted debug Alex Bennée
2015-04-20 20:23   ` Peter Maydell
2015-04-21 13:08     ` Alex Bennée
2015-04-20 15:17 ` [Qemu-devel] [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64 Alex Bennée

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