On 9/2/26 05:20, Philippe Mathieu-Daudé wrote:
From: Robert Foley<[email protected]>
Prepare for pushing BQL locking down to per-target implementations.
The old do_interrupt() name will later be reused for a wrapper that
acquires BQL and calls do_interrupt_locked(), enabling targets to
eventually remove BQL from the cpu_handle_interrupt/exception paths.
Suggested-by: Paolo Bonzini<[email protected]>
Signed-off-by: Robert Foley<[email protected]>
[PMD: Rebased and reworded description]
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
Reviewed-by: Richard Henderson <[email protected]>
r~