On 9/17/18 9:30 AM, Emilio G. Cota wrote: > From: Paolo Bonzini <[email protected]> > > Now that cpu->interrupt_request is accessed with atomics, > we can drop the BQL around cpu_reset_interrupt, which is a > step towards not taking the BQL mandatorily in cpu_exec_interrupt. > > Cc: Peter Crosthwaite <[email protected]> > Cc: Richard Henderson <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]> > Signed-off-by: Emilio G. Cota <[email protected]> > --- > qom/cpu.c | 10 ---------- > 1 file changed, 10 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
