qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx comma


From: Gerd Hoffmann
Subject: Re: [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx command
Date: Thu, 26 Aug 2021 13:59:17 +0200

> +##
> +# @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 'none', 'sev' and
'tdx' would be better.

Hmm, I see sev already has a collection of sev-specific commands, so not
sure whenever going that route now buys us much though ...

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]