mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi: Complete system_powerdown conversion
Commit 5bc465e4b1
converted only
the HMP part of the system_powerdown command to the QAPI, this
commit completes it by converting the QMP part too.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
81244ff56d
commit
22e1bb9c15
2 changed files with 1 additions and 14 deletions
|
@ -244,10 +244,7 @@ EQMP
|
|||
{
|
||||
.name = "system_powerdown",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "send system power down event",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_system_powerdown,
|
||||
.mhandler.cmd_new = qmp_marshal_input_system_powerdown,
|
||||
},
|
||||
|
||||
SQMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue