From 46e58d1b85c3eab097ad8e943c18b2d5623b0563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 14 Feb 2019 16:22:44 +0100 Subject: target.json: add a note about query-cpu* not being s390x-specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Acked-by: Cornelia Huck Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster Message-Id: <20190214152251.2073-12-armbru@redhat.com> --- qapi/target.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qapi/target.json') diff --git a/qapi/target.json b/qapi/target.json index 17671d7..010df35 100644 --- a/qapi/target.json +++ b/qapi/target.json @@ -275,6 +275,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', @@ -315,6 +318,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', -- cgit v1.1