mbox

[PULL,00/12] QAPI patches for 2016-10-07

Message ID 1475842159-26039-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-07

Message

Markus Armbruster Oct. 7, 2016, 12:09 p.m. UTC
The following changes since commit a65b6f27ce65e2e4f771f69d549ffa455a4d543a:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into staging (2016-10-04 18:57:12 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-07

for you to fetch changes up to 61fee8886034a5d983f4ae4aa74ddd947dfada1d:

  docs: Belatedly update for move of QMP/* to docs/ (2016-10-07 11:07:59 +0200)

----------------------------------------------------------------
QAPI patches for 2016-10-07

----------------------------------------------------------------
Eduardo Habkost (1):
      qmp: Disable query-cpu-* commands when they're unavailable

Marc-André Lureau (6):
      qmp: fix object-add assert() without props
      qapi: Fix crash when 'any' or 'null' parameter is missing
      tests: start generic qemu-qmp tests
      qapi: add assert about root value
      qapi: assert list entry has a value
      qapi: return a 'missing parameter' error

Markus Armbruster (5):
      tests/test-qmp-input-strict: Cover missing struct members
      MAINTAINERS: Pass the HMP staff from Luiz to David
      MAINTAINERS: Pass the QObject staff from Luiz to Markus
      docs: Belatedly update for move of qmp-commands.txt
      docs: Belatedly update for move of QMP/* to docs/

 MAINTAINERS                     | 10 +++---
 docs/qmp-commands.txt           |  2 +-
 docs/writing-qmp-commands.txt   |  4 +--
 docs/xen-save-devices-state.txt |  2 +-
 monitor.c                       |  9 +++++
 qapi/qmp-input-visitor.c        | 75 +++++++++++++++++++++++++++++---------
 qmp.c                           |  8 +++--
 tests/Makefile.include          |  2 ++
 tests/qemu-iotests/087.out      |  2 +-
 tests/qmp-test.c                | 79 +++++++++++++++++++++++++++++++++++++++++
 tests/test-qmp-input-strict.c   | 46 ++++++++++++++++++++++++
 11 files changed, 211 insertions(+), 28 deletions(-)
 create mode 100644 tests/qmp-test.c

Comments

Peter Maydell Oct. 7, 2016, 2:14 p.m. UTC | #1
On 7 October 2016 at 13:09, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit a65b6f27ce65e2e4f771f69d549ffa455a4d543a:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into staging (2016-10-04 18:57:12 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-07
>
> for you to fetch changes up to 61fee8886034a5d983f4ae4aa74ddd947dfada1d:
>
>   docs: Belatedly update for move of QMP/* to docs/ (2016-10-07 11:07:59 +0200)
>
> ----------------------------------------------------------------
> QAPI patches for 2016-10-07
>

Fails 'make check', all builds:

TEST: tests/qmp-test... (pid=3799)
qemu-system-aarch64: -machine accel=qtest: No machine specified, and
there is no default
Use -machine help to list supported machines
socket_accept failed: Resource temporarily unavailable
**
ERROR:/home/petmay01/qemu/tests/libqtest.c:197:qtest_init: assertion
failed: (s->fd >= 0 && s->qmp_fd >= 0)
FAIL: tests/qmp-test
make: *** [check-qtest-aarch64] Error 1

thanks
-- PMM
Markus Armbruster Oct. 7, 2016, 6:16 p.m. UTC | #2
Peter Maydell <peter.maydell@linaro.org> writes:

> On 7 October 2016 at 13:09, Markus Armbruster <armbru@redhat.com> wrote:
>> The following changes since commit a65b6f27ce65e2e4f771f69d549ffa455a4d543a:
>>
>>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into staging (2016-10-04 18:57:12 +0100)
>>
>> are available in the git repository at:
>>
>>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-07
>>
>> for you to fetch changes up to 61fee8886034a5d983f4ae4aa74ddd947dfada1d:
>>
>>   docs: Belatedly update for move of QMP/* to docs/ (2016-10-07 11:07:59 +0200)
>>
>> ----------------------------------------------------------------
>> QAPI patches for 2016-10-07
>>
>
> Fails 'make check', all builds:
>
> TEST: tests/qmp-test... (pid=3799)
> qemu-system-aarch64: -machine accel=qtest: No machine specified, and
> there is no default
> Use -machine help to list supported machines
> socket_accept failed: Resource temporarily unavailable
> **
> ERROR:/home/petmay01/qemu/tests/libqtest.c:197:qtest_init: assertion
> failed: (s->fd >= 0 && s->qmp_fd >= 0)
> FAIL: tests/qmp-test
> make: *** [check-qtest-aarch64] Error 1

Uh, sorry.  v2 on its way.