diff mbox series

qapi: Fix version of cpu0-id field

Message ID 20220420190129.3532623-1-dovmurik@linux.ibm.com
State New
Headers show
Series qapi: Fix version of cpu0-id field | expand

Commit Message

Dov Murik April 20, 2022, 7:01 p.m. UTC
Commit 811b4ec7f8eb ("qapi, target/i386/sev: Add cpu0-id to
query-sev-capabilities") wrongly stated that the new field is available
since version 7.0.

Fix the QAPI documentation to state that the cpu0-id field is included
since 7.1.

Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
---
 qapi/misc-target.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Markus Armbruster April 21, 2022, 8:21 a.m. UTC | #1
Dov Murik <dovmurik@linux.ibm.com> writes:

> Commit 811b4ec7f8eb ("qapi, target/i386/sev: Add cpu0-id to
> query-sev-capabilities") wrongly stated that the new field is available
> since version 7.0.
>
> Fix the QAPI documentation to state that the cpu0-id field is included
> since 7.1.
>
> Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
> ---
>  qapi/misc-target.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/misc-target.json b/qapi/misc-target.json
> index bc9355b595..ed4a468aab 100644
> --- a/qapi/misc-target.json
> +++ b/qapi/misc-target.json
> @@ -144,7 +144,7 @@
>  #
>  # @cert-chain:  PDH certificate chain (base64 encoded)
>  #
> -# @cpu0-id: Unique ID of CPU0 (base64 encoded) (since 7.0)
> +# @cpu0-id: Unique ID of CPU0 (base64 encoded) (since 7.1)
>  #
>  # @cbitpos: C-bit location in page table entry
>  #

Reviewed-by: Markus Armbruster <armbru@redhat.com>

Queued, thanks!
diff mbox series

Patch

diff --git a/qapi/misc-target.json b/qapi/misc-target.json
index bc9355b595..ed4a468aab 100644
--- a/qapi/misc-target.json
+++ b/qapi/misc-target.json
@@ -144,7 +144,7 @@ 
 #
 # @cert-chain:  PDH certificate chain (base64 encoded)
 #
-# @cpu0-id: Unique ID of CPU0 (base64 encoded) (since 7.0)
+# @cpu0-id: Unique ID of CPU0 (base64 encoded) (since 7.1)
 #
 # @cbitpos: C-bit location in page table entry
 #