mbox

[PULL,0/1] hmp queue

Message ID 20170331110244.9439-1-dgilbert@redhat.com
State New
Headers show

Pull-request

git://github.com/dagrh/qemu.git tags/pull-hmp-20170331

Message

Dr. David Alan Gilbert March 31, 2017, 11:02 a.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 05a6f451eb0e3224a8e6d98089379f20ec06c787:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-03-30-tag' into staging (2017-03-31 11:09:51 +0100)

are available in the git repository at:

  git://github.com/dagrh/qemu.git tags/pull-hmp-20170331

for you to fetch changes up to fd5d23babf9838c1b099a9e8020e778aac0ebb4d:

  hmp: fix "dump-quest-memory" segfault (2017-03-31 11:53:42 +0100)

----------------------------------------------------------------
HMP pull (one bugfix)

----------------------------------------------------------------
Iwona Kotlarska (1):
      hmp: fix "dump-quest-memory" segfault

 target/i386/arch_dump.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Peter Maydell March 31, 2017, 12:40 p.m. UTC | #1
On 31 March 2017 at 12:02, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 05a6f451eb0e3224a8e6d98089379f20ec06c787:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-03-30-tag' into staging (2017-03-31 11:09:51 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20170331
>
> for you to fetch changes up to fd5d23babf9838c1b099a9e8020e778aac0ebb4d:
>
>   hmp: fix "dump-quest-memory" segfault (2017-03-31 11:53:42 +0100)
>
> ----------------------------------------------------------------
> HMP pull (one bugfix)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM