Re: [PATCH v1 8/9] qapi: fix example of query-cpus-fast command

2022-04-01 Thread Markus Armbruster
Victor Toso writes: > 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 > --- > qapi/machine.json | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/qapi/machin

[PATCH v1 8/9] qapi: fix example of query-cpus-fast command

2022-03-31 Thread Victor Toso
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 --- qapi/machine.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/qapi/machine.json b/qapi/machine.json index 9c460ec