9 lines
147 B
C
9 lines
147 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "sysemu/sysemu.h"
|
||
|
|
||
|
bool machine_init_done = true;
|
||
|
|
||
|
void qemu_add_machine_init_done_notifier(Notifier *notify)
|
||
|
{
|
||
|
}
|