On 4/29/24 14:30, Philippe Mathieu-Daudé wrote:
qemu_plugin_vcpu_exit_hook() is specific to TCG plugins, so must be restricted to it in cpu_common_unrealizefn(), similarly to how qemu_plugin_create_vcpu_state() is restricted in the cpu_common_realizefn() counterpart.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- hw/core/cpu-common.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~