On 1/24/24 20:16, Philippe Mathieu-Daudé wrote:
Move this x86-specific code out of the generic accel/tcg/.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/i386/tcg/helper-tcg.h | 1 + accel/tcg/cpu-exec.c | 9 --------- target/i386/tcg/sysemu/seg_helper.c | 10 ++++++++++ target/i386/tcg/tcg-cpu.c | 1 + 4 files changed, 12 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~