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

This removes the TARGET_I386 condition from the SEV confidential
virtualization 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>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250522190542.588267-4-pierrick.bouvier@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qapi/misc-i386.json
qapi/misc-target.json
stubs/meson.build
stubs/monitor-i386-sev.c [new file with mode: 0644]
target/i386/sev-system-stub.c
target/i386/sev.c