[PULL 0/5] QAPI patches for 2025-07-29

Markus Armbruster posted 5 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250729131148.3777401-1-armbru@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Eric Blake <eblake@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Ani Sinha <anisinha@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, "Daniel P. Berrangé" <berrange@redhat.com>
MAINTAINERS                                  | 1 +
docs/devel/qapi-domain.rst                   | 4 ++--
qapi/accelerator.json                        | 4 +++-
qapi/dump.json                               | 2 +-
qapi/machine.json                            | 2 +-
qapi/migration.json                          | 4 ++--
qapi/misc-i386.json                          | 2 +-
qapi/run-state.json                          | 2 +-
qapi/sockets.json                            | 2 +-
tests/qapi-schema/doc-non-first-section.err  | 1 -
tests/qapi-schema/doc-non-first-section.json | 6 ------
tests/qapi-schema/doc-non-first-section.out  | 0
12 files changed, 13 insertions(+), 17 deletions(-)
delete mode 100644 tests/qapi-schema/doc-non-first-section.err
delete mode 100644 tests/qapi-schema/doc-non-first-section.json
delete mode 100644 tests/qapi-schema/doc-non-first-section.out
[PULL 0/5] QAPI patches for 2025-07-29
Posted by Markus Armbruster 3 months, 2 weeks ago
The following changes since commit 92c05be4dfb59a71033d4c57dac944b29f7dabf0:

  Merge tag 'pull-qga-2025-07-28' of https://repo.or.cz/qemu/armbru into staging (2025-07-28 09:31:19 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-07-29

for you to fetch changes up to a95b3c0ad857055198cdb272bca2af975092d060:

  MAINTAINERS: Cover docs/devel/qapi-domain.rst properly (2025-07-29 14:51:39 +0200)

----------------------------------------------------------------
QAPI patches for 2025-07-29

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Add more cross-references
      qapi/accelerator: Fix markup of heading
      tests/qapi-schema: Bury dead test case doc-non-first-section
      docs/qapi-domain: Fix typos
      MAINTAINERS: Cover docs/devel/qapi-domain.rst properly

 MAINTAINERS                                  | 1 +
 docs/devel/qapi-domain.rst                   | 4 ++--
 qapi/accelerator.json                        | 4 +++-
 qapi/dump.json                               | 2 +-
 qapi/machine.json                            | 2 +-
 qapi/migration.json                          | 4 ++--
 qapi/misc-i386.json                          | 2 +-
 qapi/run-state.json                          | 2 +-
 qapi/sockets.json                            | 2 +-
 tests/qapi-schema/doc-non-first-section.err  | 1 -
 tests/qapi-schema/doc-non-first-section.json | 6 ------
 tests/qapi-schema/doc-non-first-section.out  | 0
 12 files changed, 13 insertions(+), 17 deletions(-)
 delete mode 100644 tests/qapi-schema/doc-non-first-section.err
 delete mode 100644 tests/qapi-schema/doc-non-first-section.json
 delete mode 100644 tests/qapi-schema/doc-non-first-section.out

-- 
2.49.0
Re: [PULL 0/5] QAPI patches for 2025-07-29
Posted by Stefan Hajnoczi 3 months, 2 weeks ago
Applied, thanks.

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