mbox

[PULL,0/6] QAPI patches for 2018-08-28

Message ID 20180828191048.29806-1-armbru@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-08-28

Message

Markus Armbruster Aug. 28, 2018, 7:10 p.m. UTC
The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-08-28

for you to fetch changes up to 8c643361eeba94b7b831ad95b70969d962034345:

  qapi: Add comments to aid debugging generated introspection (2018-08-28 18:21:38 +0200)

----------------------------------------------------------------
QAPI patches for 2018-08-28

* Generate comments to aid debugging generated introspection
* Doc updates
* Cleanups

----------------------------------------------------------------
Eric Blake (2):
      qapi: Minor introspect.py cleanups
      qapi: Add comments to aid debugging generated introspection

Markus Armbruster (3):
      qapi: Fix build_params() for empty parameter list
      qapi: Emit a blank line before dummy declaration
      qapi: Update docs for generator changes since commit 9ee86b85267

Peter Xu (1):
      qapi: Drop qapi_event_send_FOO()'s Error ** argument

 block/block-backend.c        |   8 +--
 block/qcow2.c                |   2 +-
 block/quorum.c               |   4 +-
 block/write-threshold.c      |   3 +-
 blockjob.c                   |  13 ++--
 cpus.c                       |   8 +--
 docs/devel/qapi-code-gen.txt | 142 ++++++++++++++++++++++++++++++++-----------
 dump.c                       |   3 +-
 hw/acpi/core.c               |   2 +-
 hw/acpi/cpu.c                |   2 +-
 hw/acpi/memory_hotplug.c     |   5 +-
 hw/char/virtio-console.c     |   3 +-
 hw/core/qdev.c               |   3 +-
 hw/net/virtio-net.c          |   2 +-
 hw/ppc/spapr_rtc.c           |   2 +-
 hw/timer/mc146818rtc.c       |   2 +-
 hw/virtio/virtio-balloon.c   |   3 +-
 hw/watchdog/watchdog.c       |  15 +++--
 include/qapi/qmp-event.h     |   3 +-
 job.c                        |   2 +-
 migration/migration.c        |   4 +-
 migration/ram.c              |   2 +-
 monitor.c                    |   5 +-
 scripts/qapi/common.py       |  11 ++--
 scripts/qapi/events.py       |  23 ++-----
 scripts/qapi/introspect.py   |  34 ++++++++---
 scsi/pr-manager-helper.c     |   3 +-
 tests/test-qmp-event.c       |  11 ++--
 ui/spice-core.c              |  10 ++-
 ui/vnc.c                     |   7 +--
 vl.c                         |  16 +++--
 31 files changed, 202 insertions(+), 151 deletions(-)

Comments

Peter Maydell Sept. 24, 2018, 10:42 a.m. UTC | #1
On 28 August 2018 at 20:10, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging (2018-08-27 16:44:20 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-08-28
>
> for you to fetch changes up to 8c643361eeba94b7b831ad95b70969d962034345:
>
>   qapi: Add comments to aid debugging generated introspection (2018-08-28 18:21:38 +0200)
>
> ----------------------------------------------------------------
> QAPI patches for 2018-08-28
>
> * Generate comments to aid debugging generated introspection
> * Doc updates
> * Cleanups
>
> ----------------------------------------------------------------
> Eric Blake (2):
>       qapi: Minor introspect.py cleanups
>       qapi: Add comments to aid debugging generated introspection
>
> Markus Armbruster (3):
>       qapi: Fix build_params() for empty parameter list
>       qapi: Emit a blank line before dummy declaration
>       qapi: Update docs for generator changes since commit 9ee86b85267
>
> Peter Xu (1):
>       qapi: Drop qapi_event_send_FOO()'s Error ** argument
>

Applied, thanks.

-- PMM