On 29/8/25 17:31, Paolo Bonzini wrote:
Writes to interrupt_request used non-atomic accesses, but there are a
few cases where the access was not protected by the BQL.  Now that
there is a full set of helpers, it's easier to guarantee that
interrupt_request accesses are fully atomic, so just drop the
requirement instead of fixing them.

Signed-off-by: Paolo Bonzini <[email protected]>
---
  include/hw/core/cpu.h |  1 -
  hw/core/cpu-common.c  | 12 +-----------
  system/cpus.c         |  3 +--
  3 files changed, 2 insertions(+), 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to