From: Victor Toso Date: Thu, 31 Mar 2022 19:06:32 +0000 (+0200) Subject: qapi: fix example of query-cpus-fast command X-Git-Tag: qemu-xen-4.17.0-rc4~10^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=28c1ec60aa65bb4c8d6ea97b941237fd8e87de0f;p=qemu-xen.git qapi: fix example of query-cpus-fast command Example output contains member @arch that was removed in 445a5b4087 "machine: remove 'arch' field from 'query-cpus-fast' QMP command". Fix it. Signed-off-by: Victor Toso Message-Id: <20220331190633.121077-9-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/machine.json b/qapi/machine.json index 9c460ec450..968f912989 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -109,7 +109,6 @@ # "socket-id": 0 # }, # "qom-path": "/machine/unattached/device[0]", -# "arch":"x86", # "target":"x86_64", # "cpu-index": 0 # }, @@ -121,7 +120,6 @@ # "socket-id": 1 # }, # "qom-path": "/machine/unattached/device[2]", -# "arch":"x86", # "target":"x86_64", # "cpu-index": 1 # }