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

Dr. David Alan Gilbert (git) posted 3 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170517180754.20456-1-dgilbert@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
exec.c                       | 44 +++++++++++++++++++++++++++++++++-----------
hmp-commands-info.hx         | 14 ++++++++++++++
hmp.c                        |  6 ++++++
hmp.h                        |  1 +
include/exec/ramlist.h       |  6 ++++++
include/qemu-common.h        |  1 +
migration/ram.c              | 13 +++++++------
qapi/string-output-visitor.c | 22 ++++++----------------
util/cutils.c                | 25 +++++++++++++++++++++++++
9 files changed, 99 insertions(+), 33 deletions(-)
[Qemu-devel] [PULL 0/3] hmp queue
Posted by Dr. David Alan Gilbert (git) 6 years, 11 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit cdece0467c00007cf8e3f4b3c3f0b13bf2c4fea9:

  block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100)

are available in the git repository at:

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

for you to fetch changes up to be9b23c4a539090da30b482015ee660850e8bb5f:

  ramblock: add new hmp command "info ramblock" (2017-05-17 17:31:16 +0100)

----------------------------------------------------------------
HMP pull

----------------------------------------------------------------
Peter Xu (3):
      ramblock: add RAMBLOCK_FOREACH()
      utils: provide size_to_str()
      ramblock: add new hmp command "info ramblock"

 exec.c                       | 44 +++++++++++++++++++++++++++++++++-----------
 hmp-commands-info.hx         | 14 ++++++++++++++
 hmp.c                        |  6 ++++++
 hmp.h                        |  1 +
 include/exec/ramlist.h       |  6 ++++++
 include/qemu-common.h        |  1 +
 migration/ram.c              | 13 +++++++------
 qapi/string-output-visitor.c | 22 ++++++----------------
 util/cutils.c                | 25 +++++++++++++++++++++++++
 9 files changed, 99 insertions(+), 33 deletions(-)

Re: [Qemu-devel] [PULL 0/3] hmp queue
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Wed, May 17, 2017 at 07:07:51PM +0100, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> The following changes since commit cdece0467c00007cf8e3f4b3c3f0b13bf2c4fea9:
> 
>   block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100)
> 
> are available in the git repository at:
> 
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20170517
> 
> for you to fetch changes up to be9b23c4a539090da30b482015ee660850e8bb5f:
> 
>   ramblock: add new hmp command "info ramblock" (2017-05-17 17:31:16 +0100)
> 
> ----------------------------------------------------------------
> HMP pull
> 
> ----------------------------------------------------------------
> Peter Xu (3):
>       ramblock: add RAMBLOCK_FOREACH()
>       utils: provide size_to_str()
>       ramblock: add new hmp command "info ramblock"
> 
>  exec.c                       | 44 +++++++++++++++++++++++++++++++++-----------
>  hmp-commands-info.hx         | 14 ++++++++++++++
>  hmp.c                        |  6 ++++++
>  hmp.h                        |  1 +
>  include/exec/ramlist.h       |  6 ++++++
>  include/qemu-common.h        |  1 +
>  migration/ram.c              | 13 +++++++------
>  qapi/string-output-visitor.c | 22 ++++++----------------
>  util/cutils.c                | 25 +++++++++++++++++++++++++
>  9 files changed, 99 insertions(+), 33 deletions(-)
> 

Peter has already merged pull requests from your RH2 PGP key.  I will
merge it even though gpg doesn't trust the key.

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan