[Qemu-devel] [PATCH v3 47/50] target.json: add a note about query-cpu* not being s390x-specific

Marc-André Lureau posted 50 patches 8 years, 5 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v3 47/50] target.json: add a note about query-cpu* not being s390x-specific
Posted by Marc-André Lureau 8 years, 5 months ago
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 qapi/target.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/qapi/target.json b/qapi/target.json
index 3b73a9202f..12002b54d5 100644
--- a/qapi/target.json
+++ b/qapi/target.json
@@ -77,6 +77,9 @@
 #          an unknown cpu definition name, unknown properties or properties
 #          with wrong types.
 #
+# Note: this command isn't specific to s390x, but is only implemented
+# on this architecture currently.
+#
 # Since: 2.8.0
 ##
 { 'command': 'query-cpu-model-comparison',
@@ -117,6 +120,9 @@
 #          an unknown cpu definition name, unknown properties or properties
 #          with wrong types.
 #
+# Note: this command isn't specific to s390x, but is only implemented
+# on this architecture currently.
+#
 # Since: 2.8.0
 ##
 { 'command': 'query-cpu-model-baseline',
-- 
2.14.1.146.gd35faa819


Re: [Qemu-devel] [PATCH v3 47/50] target.json: add a note about query-cpu* not being s390x-specific
Posted by Cornelia Huck 8 years, 4 months ago
On Mon, 11 Sep 2017 13:06:20 +0200
Marc-André Lureau <marcandre.lureau@redhat.com> wrote:

> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  qapi/target.json | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/qapi/target.json b/qapi/target.json
> index 3b73a9202f..12002b54d5 100644
> --- a/qapi/target.json
> +++ b/qapi/target.json
> @@ -77,6 +77,9 @@
>  #          an unknown cpu definition name, unknown properties or properties
>  #          with wrong types.
>  #
> +# Note: this command isn't specific to s390x, but is only implemented
> +# on this architecture currently.
> +#
>  # Since: 2.8.0
>  ##
>  { 'command': 'query-cpu-model-comparison',
> @@ -117,6 +120,9 @@
>  #          an unknown cpu definition name, unknown properties or properties
>  #          with wrong types.
>  #
> +# Note: this command isn't specific to s390x, but is only implemented
> +# on this architecture currently.
> +#
>  # Since: 2.8.0
>  ##
>  { 'command': 'query-cpu-model-baseline',

Acked-by: Cornelia Huck <cohuck@redhat.com>