[PULL v2 0/8] QAPI patches patches for 2022-01-27

Markus Armbruster posted 8 patches 2 years, 2 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
docs/devel/qapi-code-gen.rst |  25 ++++++++++-
docs/devel/tracing.rst       |   2 +
meson.build                  |   3 ++
qapi/audio.json              |   1 +
qapi/compat.json             |   1 +
qapi/replay.json             |   1 +
qapi/trace.json              |   1 +
qapi/meson.build             |   7 +++
qga/meson.build              |  10 ++++-
scripts/qapi/commands.py     | 100 +++++++++++++++++++++++++++++++++++++------
scripts/qapi/gen.py          |  31 ++++++++++++--
scripts/qapi/main.py         |  14 ++++--
tests/meson.build            |  10 ++++-
trace/meson.build            |  11 +++--
14 files changed, 190 insertions(+), 27 deletions(-)
[PULL v2 0/8] QAPI patches patches for 2022-01-27
Posted by Markus Armbruster 2 years, 2 months ago
The following changes since commit 48302d4eb628ff0bea4d7e92cbf6b726410eb4c3:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20220126' into staging (2022-01-26 10:59:50 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2022-01-27-v2

for you to fetch changes up to 761a1a488e67a77858f3645a43fbdfe6208b51ce:

  qapi: generate trace events by default (2022-01-27 15:17:35 +0100)

----------------------------------------------------------------
QAPI patches patches for 2022-01-27

----------------------------------------------------------------
Victor Toso (1):
      schemas: add missing vim modeline

Vladimir Sementsov-Ogievskiy (7):
      qapi/gen: Add FOO.trace-events output module
      qapi/commands: refactor error handling code
      qapi/commands: Optionally generate trace for QMP commands
      meson: generate trace events for qmp commands
      docs/qapi-code-gen: update to cover trace events code generation
      meson: document why we don't generate trace events for tests/ and qga/
      qapi: generate trace events by default

 docs/devel/qapi-code-gen.rst |  25 ++++++++++-
 docs/devel/tracing.rst       |   2 +
 meson.build                  |   3 ++
 qapi/audio.json              |   1 +
 qapi/compat.json             |   1 +
 qapi/replay.json             |   1 +
 qapi/trace.json              |   1 +
 qapi/meson.build             |   7 +++
 qga/meson.build              |  10 ++++-
 scripts/qapi/commands.py     | 100 +++++++++++++++++++++++++++++++++++++------
 scripts/qapi/gen.py          |  31 ++++++++++++--
 scripts/qapi/main.py         |  14 ++++--
 tests/meson.build            |  10 ++++-
 trace/meson.build            |  11 +++--
 14 files changed, 190 insertions(+), 27 deletions(-)

-- 
2.31.1


Re: [PULL v2 0/8] QAPI patches patches for 2022-01-27
Posted by Peter Maydell 2 years, 2 months ago
On Thu, 27 Jan 2022 at 14:22, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 48302d4eb628ff0bea4d7e92cbf6b726410eb4c3:
>
>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20220126' into staging (2022-01-26 10:59:50 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2022-01-27-v2
>
> for you to fetch changes up to 761a1a488e67a77858f3645a43fbdfe6208b51ce:
>
>   qapi: generate trace events by default (2022-01-27 15:17:35 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2022-01-27
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM