repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
[qemu/kevin.git]
/
stubs
/
blockdev.c
blob
5d0a79c3a61f45ac6738edc6abccdc1ee492c14a
1
#include <assert.h>
2
#include
"sysemu/blockdev.h"
3
4
DriveInfo
*
drive_get_by_blockdev
(
BlockDriverState
*
bs
)
5
{
6
return
NULL
;
7
}
8
9
void
drive_info_del
(
DriveInfo
*
dinfo
)
10
{
11
assert
(!
dinfo
);
12
}