RE: TCG asserts on some of translation blocks with plugin memory callback

2023-02-17 Thread Mikhail Tyutin
> I have been testing TCG plugin patch on latest Qemu build but noticed that it > fails with assert on some of the applications. > >ERROR:../accel/tcg/cpu-exec.c:983:cpu_exec_loop: >assertion failed: (cpu->plugin_mem_cbs == ((void *)0)) > It seems that the problem is around tcg_ctx->

TCG asserts on some of translation blocks with plugin memory callback

2023-02-16 Thread Mikhail Tyutin
Hello, I have been testing TCG plugin patch on latest Qemu build but noticed that it fails with assert on some of the applications. ERROR:../accel/tcg/cpu-exec.c:983:cpu_exec_loop: assertion failed: (cpu->plugin_mem_cbs == ((void *)0)) It happens when TCG plugin sets memory callback in