]>
Commit | Line | Data |
---|---|---|
87c9b5e0 | 1 | #include "qemu/osdep.h" |
07a32d6b NN |
2 | #include "qemu-common.h" |
3 | #include "sysemu/sysemu.h" | |
4 | ||
c8ca2a23 PX |
5 | bool machine_init_done = true; |
6 | ||
07a32d6b NN |
7 | void qemu_add_machine_init_done_notifier(Notifier *notify) |
8 | { | |
9 | } |