diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-28 11:06:15 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | 5bc465e4b1b6f4582a400c0a7033a1c841744278 (patch) | |
tree | a720bd699684b208c6d7c7a2f0c4172b0d8419aa /qmp.c | |
parent | 38d226535aeebda24f579446e168ae3385f4ebd6 (diff) |
qapi: Convert system_powerdown
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp.c')
-rw-r--r-- | qmp.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -85,3 +85,8 @@ void qmp_system_reset(Error **errp) { qemu_system_reset_request(); } + +void qmp_system_powerdown(Error **erp) +{ + qemu_system_powerdown_request(); +} |