Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250714134458.2991097-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>, Kostiantyn Kostiuk <kkostiuk@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, John Snow <jsnow@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Cleber Rosa <crosa@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Gonglei (Arei)" <arei.gonglei@huawei.com>, Zhenwei Pi <pizhenwei@bytedance.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, 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>, Jason Wang <jasowang@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Jiri Pirko <jiri@resnulli.us>, Stefan Berger <stefanb@linux.vnet.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com>, Mads Ynddal <mads@ynddal.dk>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Lukas Straub <lukasstraub2@web.de>, Laurent Vivier <lvivier@redhat.com>
docs/devel/qapi-code-gen.rst | 28 +-
docs/devel/qapi-domain.rst | 31 ++
docs/interop/firmware.json | 4 +-
docs/interop/qemu-ga-ref.rst | 1 -
docs/interop/qemu-qmp-ref.rst | 1 -
docs/interop/qemu-storage-daemon-qmp-ref.rst | 1 -
docs/interop/vhost-user.json | 4 +-
docs/sphinx/qapi_domain.py | 8 +
docs/sphinx/qapidoc.py | 96 ++----
docs/sphinx/qapidoc_legacy.py | 440 ---------------------------
qapi/acpi.json | 6 +-
qapi/audio.json | 6 +-
qapi/authz.json | 6 +-
qapi/block-core.json | 201 ++++++------
qapi/block-export.json | 41 +--
qapi/block.json | 23 +-
qapi/char.json | 12 +-
qapi/common.json | 4 +-
qapi/compat.json | 4 +-
qapi/control.json | 20 +-
qapi/crypto.json | 8 +-
qapi/cryptodev.json | 6 +-
qapi/cxl.json | 4 +-
qapi/dump.json | 19 +-
qapi/ebpf.json | 6 +-
qapi/error.json | 4 +-
qapi/introspect.json | 34 ++-
qapi/job.json | 62 ++--
qapi/machine-common.json | 24 +-
qapi/machine.json | 110 +++----
qapi/migration.json | 84 +++--
qapi/misc-arm.json | 4 +-
qapi/misc-i386.json | 32 +-
qapi/misc.json | 28 +-
qapi/net.json | 12 +-
qapi/pci.json | 8 +-
qapi/qapi-schema.json | 4 +-
qapi/qdev.json | 11 +-
qapi/qom.json | 89 ++++--
qapi/replay.json | 14 +-
qapi/rocker.json | 8 +-
qapi/run-state.json | 52 ++--
qapi/sockets.json | 10 +-
qapi/stats.json | 14 +-
qapi/tpm.json | 8 +-
qapi/trace.json | 6 +-
qapi/transaction.json | 16 +-
qapi/uefi.json | 4 +-
qapi/ui.json | 58 ++--
qapi/vfio.json | 4 +-
qapi/virtio.json | 20 +-
qapi/yank.json | 22 +-
qom/qom-qmp-cmds.c | 53 ++++
tests/qtest/qom-test.c | 116 ++++++-
python/qemu/utils/qom.py | 43 +--
python/qemu/utils/qom_common.py | 53 ++++
python/tests/qapi-isort.sh | 2 +-
scripts/qapi/parser.py | 48 ++-
scripts/qapi/schema.py | 3 +
storage-daemon/qapi/qapi-schema.json | 8 +-
tests/qapi-schema/doc-bad-section.err | 1 -
tests/qapi-schema/doc-bad-section.json | 10 -
tests/qapi-schema/doc-bad-section.out | 0
tests/qapi-schema/doc-good.json | 10 +-
tests/qapi-schema/doc-good.out | 10 +-
tests/qapi-schema/doc-good.txt | 274 ++++++-----------
tests/qapi-schema/meson.build | 1 -
67 files changed, 1053 insertions(+), 1301 deletions(-)
delete mode 100644 docs/sphinx/qapidoc_legacy.py
delete mode 100644 tests/qapi-schema/doc-bad-section.err
delete mode 100644 tests/qapi-schema/doc-bad-section.json
delete mode 100644 tests/qapi-schema/doc-bad-section.out