mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qapi: convert device_del
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
56f9107e43
commit
a15fef21c7
6 changed files with 37 additions and 19 deletions
|
@ -314,10 +314,7 @@ EQMP
|
|||
{
|
||||
.name = "device_del",
|
||||
.args_type = "id:s",
|
||||
.params = "device",
|
||||
.help = "remove device",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_device_del,
|
||||
.mhandler.cmd_new = qmp_marshal_input_device_del,
|
||||
},
|
||||
|
||||
SQMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue