On 5/15/25 10:27 AM, Pierrick Bouvier wrote:
This series exposes all qmp commands for any target unconditionally, allowing to
compile QAPI generated code without any TARGET conditionals.
Based on original RFC from Daniel P. Berrangé:
https://lore.kernel.org/qemu-devel/20250508135816.673087-1-berra...@redhat.com/
v2
--
- rtc-reset-reinjection now returns an error if the command is not applicable
for current target (Markus & Daniel)
v1
--
- remove file qapi/misc-target.json (Markus)
- remove qapi/*-target.json from MAINTAINERS (Markus)
- remove qapi_specific_outputs from qapi/meson.build (Markus)
- update comment in rtc-reset-reinjection stub (Markus)
- build QAPI generated code only once
v3 was posted here:
https://lore.kernel.org/qemu-devel/20250521223740.249720-1-pierrick.bouv...@linaro.org