qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/3] char: fix segfault on chardev detach


From: Michael Roth
Subject: Re: [Qemu-devel] [PATCH v3 0/3] char: fix segfault on chardev detach
Date: Tue, 24 Sep 2013 19:50:23 -0500
User-agent: alot/0.3.4

Quoting Amit Shah (2013-08-28 07:37:19)
> This series fixes a segfault when a frontend is detached from a
> chardev while the chardev had a pending callback registered.  Further
> details in patch 3.
> 
> Please review.

Reviewed-by: Michael Roth <address@hidden>

Ping for 1.6.1

> 
> v3:
>  * fix whitespace issues in patch 1
> v2:
>  * Move tag property to CharDriverState to simplify everything (Gerd)
> 
> Amit Shah (3):
>   char: move backends' io watch tag to CharDriverState
>   char: use common function to disable callbacks on chardev close
>   char: remove watch callback on chardev detach from frontend
> 
>  include/sysemu/char.h |  1 +
>  qemu-char.c           | 82 
> +++++++++++++++++++--------------------------------
>  2 files changed, 32 insertions(+), 51 deletions(-)
> 
> -- 
> 1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]