mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
qapi: add query-machines command
This provides the same output as -M ? but in a structured way. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
5192082097
commit
01d3c80d68
3 changed files with 65 additions and 0 deletions
|
@ -2224,3 +2224,9 @@ EQMP
|
|||
.mhandler.cmd_new = qmp_marshal_input_device_list_properties,
|
||||
},
|
||||
|
||||
{
|
||||
.name = "query-machines",
|
||||
.args_type = "",
|
||||
.mhandler.cmd_new = qmp_marshal_input_query_machines,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue