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

Dr. David Alan Gilbert (git) posted 3 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180925143414.49554-1-dgilbert@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
hmp.c          | 3 +++
hw/pci/pci.c   | 3 +++
monitor.c      | 9 ++++++++-
qapi/misc.json | 7 ++++++-
4 files changed, 20 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/3] hmp queue
Posted by Dr. David Alan Gilbert (git) 5 years, 6 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

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
Posted by Peter Maydell 5 years, 6 months ago
On 25 September 2018 at 15:34, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> 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