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
tcg: Allow multiple word entries into the constant pool
[qemu/ar7.git]
/
stubs
/
bdrv-next-monitor-owned.c
blob
2acf6c3ec04c7c5efec7ea71018e4b4925ccb905
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"block/block.h"
4
5
BlockDriverState
*
bdrv_next_monitor_owned
(
BlockDriverState
*
bs
)
6
{
7
return
NULL
;
8
}