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

2018-09-25 Thread Peter Maydell
On 25 September 2018 at 15:34, Dr. David Alan Gilbert (git)
 wrote:
> From: "Dr. David Alan Gilbert" 
>
> The following changes since commit 506e4a00de01e0b29fa83db5cbbc3d154253b4ea:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' 
> into staging (2018-09-25 13:30:45 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20180925
>
> for you to fetch changes up to 5383a705207790bbd82516b3665ba7d99522ce4a:
>
>   qmp, hmp: add PCI subsystem id and vendor id to PCI info (2018-09-25 
> 14:48:44 +0100)
>
> 
> HMP pull 2018-09-25
>


Applied, thanks.

-- PMM



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

2018-09-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 

The following changes since commit 506e4a00de01e0b29fa83db5cbbc3d154253b4ea:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into 
staging (2018-09-25 13:30:45 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5383a705207790bbd82516b3665ba7d99522ce4a:

  qmp, hmp: add PCI subsystem id and vendor id to PCI info (2018-09-25 14:48:44 
+0100)


HMP pull 2018-09-25


Collin Walling (1):
  monitor: print message when using 'help' with an unknown command

Denis V. Lunev (1):
  qmp, hmp: add PCI subsystem id and vendor id to PCI info

Marc-André Lureau (1):
  hmp: fix migrate status timer leak

 hmp.c  | 3 +++
 hw/pci/pci.c   | 3 +++
 monitor.c  | 9 -
 qapi/misc.json | 7 ++-
 4 files changed, 20 insertions(+), 2 deletions(-)



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

2017-05-18 Thread Stefan Hajnoczi
On Wed, May 17, 2017 at 07:07:51PM +0100, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" 
> 
> The following changes since commit cdece0467c7cf8e3f4b3c3f0b13bf2c4fea9:
> 
>   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


signature.asc
Description: PGP signature


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

2017-05-17 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 

The following changes since commit cdece0467c7cf8e3f4b3c3f0b13bf2c4fea9:

  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

2017-02-23 Thread Peter Maydell
On 21 February 2017 at 18:55, Dr. David Alan Gilbert (git)
 wrote:
> From: "Dr. David Alan Gilbert" 
>
> The following changes since commit 796b288f7be875045670f963ce1b3c8e96ac:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into 
> staging (2017-02-21 15:48:22 +)
>
> are available in the git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20170221
>
> for you to fetch changes up to 854e67fea6a6f181163a5467fc9ba04de8d181bb:
>
>   monitor: Fix crashes when using HMP commands without CPU (2017-02-21 
> 18:29:01 +)
>
> 
> HMP pull
>
> Note, I had seen a fail in the vhost-user/flags-mismatch on one
> host in one build, but not others with the same patches; and these patches
> go nowhere near that, so I think that's a separate vhost-user issue.


Applied, thanks.

-- PMM



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

2017-02-21 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 

The following changes since commit 796b288f7be875045670f963ce1b3c8e96ac:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into 
staging (2017-02-21 15:48:22 +)

are available in the git repository at:

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

for you to fetch changes up to 854e67fea6a6f181163a5467fc9ba04de8d181bb:

  monitor: Fix crashes when using HMP commands without CPU (2017-02-21 18:29:01 
+)


HMP pull

Note, I had seen a fail in the vhost-user/flags-mismatch on one
host in one build, but not others with the same patches; and these patches
go nowhere near that, so I think that's a separate vhost-user issue.


Eric Blake (1):
  hmp: fix block_set_io_throttle

Pavel Hrdina (1):
  monitor: add poll-* properties into query-iothreads result

Thomas Huth (1):
  monitor: Fix crashes when using HMP commands without CPU

 hmp.c   | 18 +++---
 iothread.c  |  3 +++
 monitor.c   | 42 ++
 qapi-schema.json| 15 ++-
 target/i386/monitor.c   | 16 +++-
 target/ppc/monitor.c|  4 
 target/sh4/monitor.c|  5 +
 target/sparc/monitor.c  |  4 
 target/xtensa/monitor.c |  4 
 9 files changed, 98 insertions(+), 13 deletions(-)