Re: [PATCH 7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

2024-01-24 Thread Pavel Dovgalyuk
Reviewed-by: Pavel Dovgalyuk On 24.01.2024 13:16, Philippe Mathieu-Daudé wrote: Move this x86-specific code out of the generic accel/tcg/. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/tcg/helper-tcg.h| 1 + accel/tcg/cpu-exec.c| 9 -

Re: [PATCH 7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

2024-01-24 Thread Richard Henderson
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é --- target/i386/tcg/helper-tcg.h| 1 + accel/tcg/cpu-exec.c| 9 - target/i386/tcg/sysemu/seg_helper.c | 10

Re: [PATCH 7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

2024-01-24 Thread Philippe Mathieu-Daudé
On 24/1/24 18:17, Anton Johansson wrote: On 24/01/24, Philippe Mathieu-Daudé wrote: Move this x86-specific code out of the generic accel/tcg/. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/tcg/helper-tcg.h| 1 + accel/tcg/cpu-exec.c| 9 -

Re: [PATCH 7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

2024-01-24 Thread Anton Johansson via
On 24/01/24, Philippe Mathieu-Daudé wrote: > Move this x86-specific code out of the generic accel/tcg/. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/i386/tcg/helper-tcg.h| 1 + > accel/tcg/cpu-exec.c| 9 - > target/i386/tcg/sysemu/seg_helper.c | 10

[PATCH 7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/

2024-01-24 Thread Philippe Mathieu-Daudé
Move this x86-specific code out of the generic accel/tcg/. Signed-off-by: Philippe Mathieu-Daudé --- 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