On Thu, Jul 03, 2025 at 07:32:33PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:33 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 27/39] accel: Pass old/new interrupt mask to > handle_interrupt() handler > X-Mailer: git-send-email 2.49.0 > > Update CPUState::interrupt_request once in cpu_interrupt(). > Pass the old and new masks along. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/tcg/tcg-accel-ops-icount.h | 2 +- > accel/tcg/tcg-accel-ops.h | 2 +- > include/system/accel-ops.h | 2 +- > accel/tcg/tcg-accel-ops-icount.c | 8 +++----- > accel/tcg/tcg-accel-ops.c | 4 +--- > system/cpus.c | 12 +++++++----- > 6 files changed, 14 insertions(+), 16 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>