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
hw/arm/virt: introduce DEFINE_VIRT_MACHINE
[qemu/ar7.git]
/
include
/
hw
/
vfio
/
vfio.h
blob
f27d599220b8a3f01cf96bb2a63886d501ca94bb
1
#ifndef VFIO_API_H
2
#define VFIO_API_H
3
4
bool
vfio_eeh_as_ok
(
AddressSpace
*
as
);
5
int
vfio_eeh_as_op
(
AddressSpace
*
as
,
uint32_t
op
);
6
7
#endif