commit | 7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Thu Sep 15 14:20:28 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:02:57 2011 -0300 |
tree | dcdb119186cc081a65485edbe9826ca9f44aa6b1 | |
parent | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c [diff] [blame] |
qapi: Convert quit Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qmp.c b/qmp.c index 58337c7..1d380b6 100644 --- a/qmp.c +++ b/qmp.c
@@ -70,3 +70,9 @@ return info; } +void qmp_quit(Error **err) +{ + no_shutdown = 0; + qemu_system_shutdown_request(); +} +