On 9/17/18 6:30 PM, Emilio G. Cota wrote:
> From: Paolo Bonzini <[email protected]>
> 
> 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]>

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

> ---
>  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);
>  
> 

Reply via email to