On 9/17/18 6:30 PM, Emilio G. Cota wrote: > From: Paolo Bonzini <pbonz...@redhat.com> > > Cc: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > Cc: Richard Henderson <r...@twiddle.net> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Emilio G. Cota <c...@braap.org>
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > accel/tcg/tcg-all.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/accel/tcg/tcg-all.c b/accel/tcg/tcg-all.c > index 69ad44bd54..8b8b9ab05c 100644 > --- a/accel/tcg/tcg-all.c > +++ b/accel/tcg/tcg-all.c > @@ -39,7 +39,6 @@ unsigned long tcg_tb_size; > static void tcg_handle_interrupt(CPUState *cpu, int mask) > { > int old_mask; > - g_assert(qemu_mutex_iothread_locked()); > > old_mask = atomic_fetch_or(&cpu->interrupt_request, mask); > >