On Wed, Jul 07, 2021 at 05:55:03PM -0700, isaku.yamah...@gmail.com wrote:
> From: Chenyi Qiang
>
> Add QMP commands that can be used by libvirt to query the TDX capabilities
> and TDX info. The set of capabilities that needs to be reported is only
> enabled at the moment, which means TDX is enab
> +##
> +# @TDXInfo:
> +#
> +# Information about Trust Domain Extensions (TDX) support
> +#
> +# @enabled: true if TDX is active
> +#
> +##
> +{ 'struct': 'TDXInfo',
> +'data': { 'enabled': 'bool' },
> + 'if': 'defined(TARGET_I386)'
> +}
I think a generic 'ConfidentialComputing' enum with 'no
From: Chenyi Qiang
Add QMP commands that can be used by libvirt to query the TDX capabilities
and TDX info. The set of capabilities that needs to be reported is only
enabled at the moment, which means TDX is enabled.
Signed-off-by: Chenyi Qiang
Co-developed-by: Isaku Yamahata
Signed-off-by: I