mbox

[PULL,0/3] hmp queue

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

Pull-request

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

Message

Dr. David Alan Gilbert May 17, 2017, 6:07 p.m. UTC
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(-)

Comments

Stefan Hajnoczi May 18, 2017, 9:31 a.m. UTC | #1
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