Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu
/
stubs
/
sysbus.c
blob: e13496582b3a487d468f0c3fdc635fda9695bdcf (
plain
)
1
2
3
4
5
6
#include
"hw/qdev-core.h"
BusState
*
sysbus_get_default
(
void
)
{
return
NULL
;
}