2016-01-30 01:49:52 +08:00
|
|
|
#include "qemu/osdep.h"
|
2014-05-27 20:07:10 +08:00
|
|
|
#include "sysemu/sysemu.h"
|
|
|
|
|
2018-03-06 13:33:12 +08:00
|
|
|
bool machine_init_done = true;
|
|
|
|
|
2014-05-27 20:07:10 +08:00
|
|
|
void qemu_add_machine_init_done_notifier(Notifier *notify)
|
|
|
|
{
|
|
|
|
}
|