summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2022-03-31 21:06:32 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-04-05 12:30:45 +0200
commit28c1ec60aa65bb4c8d6ea97b941237fd8e87de0f (patch)
tree6da88e6101fc7ec78e82d48a947fed361e1b51e2
parent6352c81b249d2e67e39516816c0e95b6b4508029 (diff)
downloadfocaccia-qemu-28c1ec60aa65bb4c8d6ea97b941237fd8e87de0f.tar.gz
focaccia-qemu-28c1ec60aa65bb4c8d6ea97b941237fd8e87de0f.zip
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 <victortoso@redhat.com>
Message-Id: <20220331190633.121077-9-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r--qapi/machine.json2
1 files changed, 0 insertions, 2 deletions
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
 #         }