On 1/19/25 22:15, Philippe Mathieu-Daudé wrote:
Directly pass CPUX86State to x86_cpu_pending_interrupt(). Since it doesn't modify the dereferenced fields, make the argument const.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/i386/cpu.h | 2 +- target/i386/cpu.c | 8 +++----- target/i386/tcg/system/seg_helper.c | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~