[Qemu-devel] [PULL 0/1] hmp queue

Dr. David Alan Gilbert (git) posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170331110244.9439-1-dgilbert@redhat.com
Test checkpatch passed
Test docker failed
Test s390x passed
There is a newer version of this series
target/i386/arch_dump.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] hmp queue
Posted by Dr. David Alan Gilbert (git) 7 years ago
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(-)

Re: [Qemu-devel] [PULL 0/1] hmp queue
Posted by Peter Maydell 7 years ago
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