mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
plugins: Create TCGHelperInfo for all out-of-line callbacks
TCGHelperInfo includes the ABI for every function call. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
aff56de576
commit
c7ba94836a
2 changed files with 46 additions and 6 deletions
|
@ -93,6 +93,7 @@ struct qemu_plugin_dyn_cb {
|
|||
union {
|
||||
struct {
|
||||
union qemu_plugin_cb_sig f;
|
||||
TCGHelperInfo *info;
|
||||
} regular;
|
||||
struct {
|
||||
qemu_plugin_u64 entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue