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