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