repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: Use returned *file in bdrv_co_get_block_status
[qemu.git]
/
include
/
hw
/
vfio
/
vfio.h
blob
0b26cd8e11b37e01da72af989c7de5f64755de8d
1
#ifndef VFIO_API_H
2
#define VFIO_API_H
3
4
#include
"qemu/typedefs.h"
5
6
extern
int
vfio_container_ioctl
(
AddressSpace
*
as
,
int32_t
groupid
,
7
int
req
,
void
*
param
);
8
9
#endif