commit | 5bc465e4b1b6f4582a400c0a7033a1c841744278 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Sep 28 11:06:15 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:02:57 2011 -0300 |
tree | a720bd699684b208c6d7c7a2f0c4172b0d8419aa | |
parent | 38d226535aeebda24f579446e168ae3385f4ebd6 [diff] [blame] |
qapi: Convert system_powerdown Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/hmp.c b/hmp.c index 24f30bc..34416fc 100644 --- a/hmp.c +++ b/hmp.c
@@ -109,3 +109,8 @@ { qmp_system_reset(NULL); } + +void hmp_system_powerdown(Monitor *mon, const QDict *qdict) +{ + qmp_system_powerdown(NULL); +}