On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
Last commit removed the last non-TCG use of cpu_loop_exit(). This method is now only called within TCG files, so we can remove its stub for non-TCG accelerators.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- accel/stubs/tcg-stub.c | 20 -------------------- accel/stubs/meson.build | 1 - 2 files changed, 21 deletions(-) delete mode 100644 accel/stubs/tcg-stub.c
Reviewed-by: Richard Henderson <[email protected]> r~
