On 3/20/23 03:10, Alex Bennée wrote:
At the cost of an empty tcg_ops field for most targets we can avoid target specific hacks in cpu-exec.cSigned-off-by: Alex Bennée<alex.ben...@linaro.org> --- include/hw/core/tcg-cpu-ops.h | 2 +- accel/tcg/cpu-exec.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~