repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iotests: Drop readlink -f
[qemu.git]
/
stubs
/
machine-init-done.c
blob
cd8e81392df14f3369151dce52f8e7f5189dc595
1
#include
"qemu/osdep.h"
2
#include
"sysemu/sysemu.h"
3
4
bool
machine_init_done
=
true
;
5
6
void
qemu_add_machine_init_done_notifier
(
Notifier
*
notify
)
7
{
8
}