On 9/17/18 6:30 PM, Emilio G. Cota wrote:
> From: Paolo Bonzini <pbonzini@redhat.com>
>
> Cc: Peter Crosthwaite <crosthwaite.peter@gmail.com>
> Cc: Richard Henderson <rth@twiddle.net>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@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);
>
>