]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: expose query-gic-capability command unconditionally
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 19:05:31 +0000 (12:05 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2025 16:54:18 +0000 (18:54 +0200)
commit30fbb258717d81c32f11a0e4b7218442a43c4856
tree680f3dbf07aa5b5b272578e37c43001501e84440
parent7373759583650fff6f724c6c21d4234bf31b2af0
qapi: expose query-gic-capability command unconditionally

This removes the TARGET_ARM condition from the query-gic-capability
command. This requires providing a QMP command stub for non-ARM targets.
This in turn requires moving the command out of misc-target.json, since
that will trigger symbol poisoning errors when built from target
independent code.

Following the earlier precedent, this creates a misc-arm.json file to
hold this ARM specific command.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250522190542.588267-5-pierrick.bouvier@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qapi/meson.build
qapi/misc-arm.json [new file with mode: 0644]
qapi/misc-target.json
qapi/qapi-schema.json
stubs/meson.build
stubs/monitor-arm-gic.c [new file with mode: 0644]
target/arm/arm-qmp-cmds.c