On 3/21/25 05:57, Philippe Mathieu-Daudé wrote:
Add theTCGCPUOps::guest_default_memory_order field and have each target initialize it.Use it to setTCGContext::guest_mo in tb_gen_code(), removing the need for the TCG_GUEST_DEFAULT_MO definition. Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> ---
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~