repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Make section QOM cover hw/core/*bus.c as well
[qemu/armbru.git]
/
include
/
hw
/
vfio
/
vfio.h
blob
86248f54360a582476334988946d9c61f5932dbc
1
#ifndef HW_VFIO_H
2
#define HW_VFIO_H
3
4
bool
vfio_eeh_as_ok
(
AddressSpace
*
as
);
5
int
vfio_eeh_as_op
(
AddressSpace
*
as
,
uint32_t
op
);
6
7
#endif