mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qapi: Convert system_reset
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
5f158f21f9
commit
38d226535a
7 changed files with 21 additions and 16 deletions
4
qmp.c
4
qmp.c
|
@ -81,3 +81,7 @@ void qmp_stop(Error **errp)
|
|||
vm_stop(RUN_STATE_PAUSED);
|
||||
}
|
||||
|
||||
void qmp_system_reset(Error **errp)
|
||||
{
|
||||
qemu_system_reset_request();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue