mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qmp: introduce device-list-properties command
This can be used in conjunction with qom-list-types to determine the supported set of devices and their parameters. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
25df49f6eb
commit
1daa31b9db
3 changed files with 85 additions and 0 deletions
|
@ -2217,3 +2217,10 @@ EQMP
|
|||
.args_type = "implements:s?,abstract:b?",
|
||||
.mhandler.cmd_new = qmp_marshal_input_qom_list_types,
|
||||
},
|
||||
|
||||
{
|
||||
.name = "device-list-properties",
|
||||
.args_type = "typename:s",
|
||||
.mhandler.cmd_new = qmp_marshal_input_device_list_properties,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue