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

Dr. David Alan Gilbert (git) posted 5 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170426135707.5261-1-dgilbert@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hmp-commands.hx        |  32 ++++++++++
monitor.c              | 106 ++++++++++++++++++++++++++++++++
tests/Makefile.include |   2 +
tests/libqtest.c       |  36 +++++++++++
tests/libqtest.h       |  12 +++-
tests/pc-cpu-test.c    |  95 +++++++++++------------------
tests/qom-test.c       |  36 ++---------
tests/test-hmp.c       | 161 +++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 390 insertions(+), 90 deletions(-)
create mode 100644 tests/test-hmp.c
[Qemu-devel] [PULL 0/5] 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 dcaed66cbe2803f9378f3a043c2e482bf8035dfd:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170426' into staging (2017-04-26 13:17:11 +0100)

are available in the git repository at:

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

for you to fetch changes up to 78f86a2b7c6b5c490a612729816473485d7ac570:

  tests: Add a tester for HMP commands (2017-04-26 14:42:31 +0100)

----------------------------------------------------------------
HMP pull, with tcg fix

----------------------------------------------------------------
Paolo Bonzini (1):
      hmp: gpa2hva and gpa2hpa hostaddr command

Thomas Huth (4):
      monitor: Check whether TCG is enabled before running the "info jit" code
      libqtest: Ignore QMP events when parsing the response for HMP commands
      libqtest: Add a generic function to run a callback function for every machine
      tests: Add a tester for HMP commands

 hmp-commands.hx        |  32 ++++++++++
 monitor.c              | 106 ++++++++++++++++++++++++++++++++
 tests/Makefile.include |   2 +
 tests/libqtest.c       |  36 +++++++++++
 tests/libqtest.h       |  12 +++-
 tests/pc-cpu-test.c    |  95 +++++++++++------------------
 tests/qom-test.c       |  36 ++---------
 tests/test-hmp.c       | 161 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 390 insertions(+), 90 deletions(-)
 create mode 100644 tests/test-hmp.c

Re: [Qemu-devel] [PULL 0/5] hmp queue
Posted by Peter Maydell 6 years, 11 months ago
On 26 April 2017 at 14:57, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit dcaed66cbe2803f9378f3a043c2e482bf8035dfd:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170426' into staging (2017-04-26 13:17:11 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20170426
>
> for you to fetch changes up to 78f86a2b7c6b5c490a612729816473485d7ac570:
>
>   tests: Add a tester for HMP commands (2017-04-26 14:42:31 +0100)
>
> ----------------------------------------------------------------
> HMP pull, with tcg fix
>
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>       hmp: gpa2hva and gpa2hpa hostaddr command
>
> Thomas Huth (4):
>       monitor: Check whether TCG is enabled before running the "info jit" code
>       libqtest: Ignore QMP events when parsing the response for HMP commands
>       libqtest: Add a generic function to run a callback function for every machine
>       tests: Add a tester for HMP commands

Applied, thanks.

-- PMM