All of lore.kernel.org
 help / color / mirror / Atom feed
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: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com
Subject: Re: [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
Date: Mon, 20 Apr 2015 16:17:11 +0100	[thread overview]
Message-ID: <87egnex214.fsf@linaro.org> (raw)
In-Reply-To: <1427816446-31586-1-git-send-email-alex.bennee@linaro.org>


Alex Bennée <alex.bennee@linaro.org> writes:

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

The kernel side has had two rounds of review and is getting into shape.
It would be nice if I could get some review of the QEMU side for balance
;-)

-- 
Alex Bennée

WARNING: multiple messages have this Message-ID (diff)
From: alex.bennee@linaro.org (Alex Bennée)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
Date: Mon, 20 Apr 2015 16:17:11 +0100	[thread overview]
Message-ID: <87egnex214.fsf@linaro.org> (raw)
In-Reply-To: <1427816446-31586-1-git-send-email-alex.bennee@linaro.org>


Alex Benn?e <alex.bennee@linaro.org> writes:

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

The kernel side has had two rounds of review and is getting into shape.
It would be nice if I could get some review of the QEMU side for balance
;-)

-- 
Alex Benn?e

WARNING: multiple messages have this Message-ID (diff)
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, linux-arm-kernel@lists.infradead.org,
	kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu
Subject: Re: [Qemu-devel] [PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
Date: Mon, 20 Apr 2015 16:17:11 +0100	[thread overview]
Message-ID: <87egnex214.fsf@linaro.org> (raw)
In-Reply-To: <1427816446-31586-1-git-send-email-alex.bennee@linaro.org>


Alex Bennée <alex.bennee@linaro.org> writes:

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

The kernel side has had two rounds of review and is getting into shape.
It would be nice if I could get some review of the QEMU side for balance
;-)

-- 
Alex Bennée

  parent reply	other threads:[~2015-04-20 15:17 UTC|newest]

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

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=87egnex214.fsf@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 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.