git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging
[qemu.git]
/
accel
/
tcg
/
plugin-helpers.h
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