On 3/21/25 11:15, Philippe Mathieu-Daudé wrote:
In order to use TCG with multiple targets, replace the compile time use of TCG_GUEST_DEFAULT_MO by a runtime access to TCGCPUOps::guest_default_memory_order via CPUState.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- accel/tcg/internal-target.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
