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