mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qapi: introduce x-query-numa QMP command
This is a counterpart to the HMP "info numa" command. It is being added with an "x-" prefix because this QMP command is intended as an adhoc debugging tool and will thus not be modelled in QAPI as fully structured data, nor will it have long term guaranteed stability. The existing HMP command is rewritten to call the QMP command. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
37087fde0e
commit
1b8ae799d8
4 changed files with 53 additions and 36 deletions
|
@ -325,7 +325,7 @@ ERST
|
|||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show NUMA information",
|
||||
.cmd = hmp_info_numa,
|
||||
.cmd_info_hrt = qmp_x_query_numa,
|
||||
},
|
||||
|
||||
SRST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue