repo.or.cz
/
qemu-kvm
/
fedora.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use signalfd() in io-thread
[qemu-kvm/fedora.git]
/
target-cris
/
machine.c
blob
cbfa645b4f9ad45fa1425f0a75eacfbdab1a540b
1
#include
"hw/hw.h"
2
#include
"hw/boards.h"
3
4
void
register_machines
(
void
)
5
{
6
qemu_register_machine
(&
bareetraxfs_machine
);
7
}