Pierrick Bouvier <[email protected]> writes:

> From: Daniel P. BerrangĂ© <[email protected]>
>
> This gives some more context about the behaviour of the commands in
> unsupported guest configuration or platform scenarios.
>
> Reviewed-by: Richard Henderson <[email protected]>
> Signed-off-by: Daniel P. BerrangĂ© <[email protected]>
> Signed-off-by: Pierrick Bouvier <[email protected]>
> ---
>  qapi/misc-target.json | 43 ++++++++++++++++++++++++++++++++++++-------
>  1 file changed, 36 insertions(+), 7 deletions(-)
>
> diff --git a/qapi/misc-target.json b/qapi/misc-target.json
> index c5f9f6be7e1..6b857efc1cc 100644
> --- a/qapi/misc-target.json
> +++ b/qapi/misc-target.json
> @@ -110,7 +110,11 @@
>  ##
>  # @query-sev:
>  #
> -# Returns information about SEV
> +# Returns information about SEV/SEV-ES/SEV-SNP.
> +#
> +# If unavailable due to an incompatible configuration the
> +# returned @enabled field will be set to 'false' and the
> +# state of all other fields is undefined.

"Undefined" makes my old C scars hurt.  What about "unspecified"?

>  #
>  # Returns: @SevInfo
>  #

[...]


Reply via email to