qapi: fix example of query-cpus-fast command
authorVictor Toso <victortoso@redhat.com>
Thu, 31 Mar 2022 19:06:32 +0000 (21:06 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 5 Apr 2022 10:30:45 +0000 (12:30 +0200)
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>
qapi/machine.json

index 9c460ec450c84ed3226c84fa634a2608e6adff28..968f9129891f8a717875747352425d13f5d9c940 100644 (file)
 #                 "socket-id": 0
 #             },
 #             "qom-path": "/machine/unattached/device[0]",
-#             "arch":"x86",
 #             "target":"x86_64",
 #             "cpu-index": 0
 #         },
 #                 "socket-id": 1
 #             },
 #             "qom-path": "/machine/unattached/device[2]",
-#             "arch":"x86",
 #             "target":"x86_64",
 #             "cpu-index": 1
 #         }