Sign in
qemu
/
qemu
/
9dd003a99842d1d82c336e45c5cce656149de382
/
.
/
accel
/
tcg
/
plugin-helpers.h
blob: 1916ee79206e52c41e4482d3678c8ee8c795b77e [
file
] [
log
] [
blame
]
#ifdef
CONFIG_PLUGIN
/* Note: no TCG flags because those are overwritten later */
DEF_HELPER_2
(
plugin_vcpu_udata_cb
,
void
,
i32
,
ptr
)
DEF_HELPER_4
(
plugin_vcpu_mem_cb
,
void
,
i32
,
i32
,
i64
,
ptr
)
#endif