mbox

[PULL,0/9] QAPI patches for 2016-12-05

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

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-12-05

Message

Markus Armbruster Dec. 5, 2016, 4:45 p.m. UTC
A set of fixes for MacOS from Eric, and a little documentation
polishing from Marc-André.  The diffstat for the .json may look scary,
but the generated code is identical.

The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:

  Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-12-05

for you to fetch changes up to 5072f7b38b1b9b26b8fbe1a89086386a420aded8:

  qapi: add missing colon-ending for section name (2016-12-05 17:41:38 +0100)

----------------------------------------------------------------
QAPI patches for 2016-12-05

----------------------------------------------------------------
Eric Blake (3):
      qmp-event: Avoid qobject_from_jsonf("%"PRId64)
      test-qga: Avoid qobject_from_jsonv("%"PRId64)
      tests: Avoid qobject_from_jsonf("%"PRId64)

Marc-André Lureau (6):
      qga/schema: fix double-return in doc
      qapi: fix schema symbol sections
      qapi: fix missing symbol @prefix
      qapi: fix various symbols mismatch in documentation
      qapi: use one symbol per line
      qapi: add missing colon-ending for section name

 qapi-schema.json                   | 346 +++++++++++++++++++------------------
 qapi/block-core.json               | 209 +++++++++++-----------
 qapi/block.json                    |  16 +-
 qapi/common.json                   |  14 +-
 qapi/crypto.json                   |  36 ++--
 qapi/event.json                    |  58 +++----
 qapi/introspect.json               |  28 +--
 qapi/qmp-event.c                   |  17 +-
 qapi/rocker.json                   |   2 +-
 qapi/trace.json                    |   8 +-
 qga/qapi-schema.json               |  52 +++---
 tests/check-qjson.c                |   6 +-
 tests/test-qga.c                   |   7 +-
 tests/test-qobject-input-visitor.c |   5 +-
 14 files changed, 406 insertions(+), 398 deletions(-)

Comments

Stefan Hajnoczi Dec. 6, 2016, 9:51 a.m. UTC | #1
On Mon, Dec 05, 2016 at 05:45:04PM +0100, Markus Armbruster wrote:
> A set of fixes for MacOS from Eric, and a little documentation
> polishing from Marc-André.  The diffstat for the .json may look scary,
> but the generated code is identical.
> 
> The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:
> 
>   Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +0000)
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-12-05
> 
> for you to fetch changes up to 5072f7b38b1b9b26b8fbe1a89086386a420aded8:
> 
>   qapi: add missing colon-ending for section name (2016-12-05 17:41:38 +0100)
> 
> ----------------------------------------------------------------
> QAPI patches for 2016-12-05
> 
> ----------------------------------------------------------------
> Eric Blake (3):
>       qmp-event: Avoid qobject_from_jsonf("%"PRId64)
>       test-qga: Avoid qobject_from_jsonv("%"PRId64)
>       tests: Avoid qobject_from_jsonf("%"PRId64)
> 
> Marc-André Lureau (6):
>       qga/schema: fix double-return in doc
>       qapi: fix schema symbol sections
>       qapi: fix missing symbol @prefix
>       qapi: fix various symbols mismatch in documentation
>       qapi: use one symbol per line
>       qapi: add missing colon-ending for section name
> 
>  qapi-schema.json                   | 346 +++++++++++++++++++------------------
>  qapi/block-core.json               | 209 +++++++++++-----------
>  qapi/block.json                    |  16 +-
>  qapi/common.json                   |  14 +-
>  qapi/crypto.json                   |  36 ++--
>  qapi/event.json                    |  58 +++----
>  qapi/introspect.json               |  28 +--
>  qapi/qmp-event.c                   |  17 +-
>  qapi/rocker.json                   |   2 +-
>  qapi/trace.json                    |   8 +-
>  qga/qapi-schema.json               |  52 +++---
>  tests/check-qjson.c                |   6 +-
>  tests/test-qga.c                   |   7 +-
>  tests/test-qobject-input-visitor.c |   5 +-
>  14 files changed, 406 insertions(+), 398 deletions(-)
> 
> -- 
> 2.5.5
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan