On 2025-10-23 15:39, Alex Bennée wrote:
Most of the memory callbacks come directly from the generated code
however we have do have a a direct from C callback for the slow-path
and memory helpers.
There is also a reset callback that calls out to plugins.
Like the other plugin points we need to disable CFI as we are making
function calls to dynamically linked libraries.
Fixes: https://gitlab.com/qemu-project/qemu/-/issues/3175
Reported-by: Peter Maydell <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
---
plugins/core.c | 1 +
plugins/loader.c | 1 +
2 files changed, 2 insertions(+)
Thanks for the fix.
Reviewed-by: Pierrick Bouvier <[email protected]>