git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hw/clock: Only propagate clock changes if the clock is changed
[qemu.git]
/
include
/
hw
/
vfio
/
vfio.h
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