diff options
| author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-15 14:41:46 -0300 |
|---|---|---|
| committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
| commit | 38d226535aeebda24f579446e168ae3385f4ebd6 (patch) | |
| tree | 7fc9fc17deed0189a923376aa6b0efda6888af73 /monitor.c | |
| parent | 5f158f21f9b2ff129b5154bccf6212692ac9f6c1 (diff) | |
| download | focaccia-qemu-38d226535aeebda24f579446e168ae3385f4ebd6.tar.gz focaccia-qemu-38d226535aeebda24f579446e168ae3385f4ebd6.zip | |
qapi: Convert system_reset
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'monitor.c')
| -rw-r--r-- | monitor.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/monitor.c b/monitor.c index 2a5230caa5..c22687924f 100644 --- a/monitor.c +++ b/monitor.c @@ -1930,16 +1930,6 @@ static void do_boot_set(Monitor *mon, const QDict *qdict) } /** - * do_system_reset(): Issue a machine reset - */ -static int do_system_reset(Monitor *mon, const QDict *qdict, - QObject **ret_data) -{ - qemu_system_reset_request(); - return 0; -} - -/** * do_system_powerdown(): Issue a machine powerdown */ static int do_system_powerdown(Monitor *mon, const QDict *qdict, |