repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pci: Fix crash with illegal "-net nic, model=xxx" option
[qemu/rayw.git]
/
stubs
/
sysbus.c
blob
e13496582b3a487d468f0c3fdc635fda9695bdcf
1
#include
"hw/qdev-core.h"
2
3
BusState
*
sysbus_get_default
(
void
)
4
{
5
return
NULL
;
6
}