mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00: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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user