]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: make Xen event commands unconditionally available
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 19:05:33 +0000 (12:05 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2025 16:54:18 +0000 (18:54 +0200)
commit4b679a94c69db2526ddf77d4a0bd6b041b9fa133
tree537c49256484c2bddb5c4a45624654ff2c09de36
parent28a6a99834cd126f80f426ac3fe00625f165ebea
qapi: make Xen event commands unconditionally available

This removes the TARGET_I386 condition from the Xen event channel
commands, moving them to the recently introduced misc-i386.json
QAPI file, given they are inherantly i386 specific commands.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250522190542.588267-7-pierrick.bouvier@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
hw/i386/kvm/xen-stubs.c
hw/i386/kvm/xen_evtchn.c
qapi/misc-i386.json
qapi/misc-target.json
stubs/meson.build
stubs/monitor-i386-xen.c [new file with mode: 0644]