git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update version for v7.1.0-rc3 release
[qemu.git]
/
accel
/
tcg
/
plugin-helpers.h
1
#ifdef CONFIG_PLUGIN
2
DEF_HELPER_FLAGS_2
(
plugin_vcpu_udata_cb
,
TCG_CALL_NO_RWG
,
void
,
i32
,
ptr
)
3
DEF_HELPER_FLAGS_4
(
plugin_vcpu_mem_cb
,
TCG_CALL_NO_RWG
,
void
,
i32
,
i32
,
i64
,
ptr
)
4
#endif