repo.or.cz
/
qemu
/
mini2440
/
sniper_sniper_test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use broadcast address for slirp dhcp replies
[qemu/mini2440/sniper_sniper_test.git]
/
target-m68k
/
machine.c
blob
fbdcac9d1fd87e0271e6ea7bfc10c1377ea7ec83
1
#include
"hw/hw.h"
2
#include
"hw/boards.h"
3
4
void
register_machines
(
void
)
5
{
6
qemu_register_machine
(&
mcf5208evb_machine
);
7
qemu_register_machine
(&
an5206_machine
);
8
qemu_register_machine
(&
dummy_m68k_machine
);
9
}