mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qmp: add qom-list command
This can be used to list properties in the device model. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5dbee474f3
commit
b4b12c6247
3 changed files with 82 additions and 0 deletions
|
@ -2009,3 +2009,9 @@ EQMP
|
|||
.args_type = "",
|
||||
.mhandler.cmd_new = qmp_marshal_input_query_balloon,
|
||||
},
|
||||
|
||||
{
|
||||
.name = "qom-list",
|
||||
.args_type = "path:s",
|
||||
.mhandler.cmd_new = qmp_marshal_input_qom_list,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue