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