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
vfio: Rename PCI_VFIO to VFIO_PCI
[qemu/ar7.git]
/
accel
/
tcg
/
plugin-helpers.h
blob
1916ee79206e52c41e4482d3678c8ee8c795b77e
1
#ifdef CONFIG_PLUGIN
2
/* Note: no TCG flags because those are overwritten later */
3
DEF_HELPER_2
(
plugin_vcpu_udata_cb
,
void
,
i32
,
ptr
)
4
DEF_HELPER_4
(
plugin_vcpu_mem_cb
,
void
,
i32
,
i32
,
i64
,
ptr
)
5
#endif