mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
qapi: Convert system_powerdown
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
38d226535a
commit
5bc465e4b1
5 changed files with 26 additions and 2 deletions
5
qmp.c
5
qmp.c
|
|
@ -85,3 +85,8 @@ void qmp_system_reset(Error **errp)
|
|||
{
|
||||
qemu_system_reset_request();
|
||||
}
|
||||
|
||||
void qmp_system_powerdown(Error **erp)
|
||||
{
|
||||
qemu_system_powerdown_request();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue