Revision 43076664 monitor.c

b/monitor.c
1301 1301
    qemu_system_reset_request();
1302 1302
}
1303 1303

  
1304
static void do_system_powerdown(Monitor *mon, const QDict *qdict)
1304
/**
1305
 * do_system_powerdown(): Issue a machine powerdown
1306
 */
1307
static void do_system_powerdown(Monitor *mon, const QDict *qdict,
1308
                                QObject **ret_data)
1305 1309
{
1306 1310
    qemu_system_powerdown_request();
1307 1311
}

Also available in: Unified diff