qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/9] char: fix segfault on chardev detach


From: Amit Shah
Subject: [Qemu-devel] [PATCH 0/9] char: fix segfault on chardev detach
Date: Wed, 28 Aug 2013 10:40:42 +0530

This series fixes a segfault when a frontend is detached from a
chardev, and the chardev had a pending callback registered.  Further
details in patch 1.

Please review,

Amit Shah (9):
  char: remove watch callback on chardev detach from frontend
  char: introduce tcp_chr_detach()
  char: introduce fd_chr_detach()
  char: introduce pty_chr_detach()
  char: introduce udp_chr_detach()
  char: use the new fd_chr_detach to dedup code
  char: use the new pty_chr_detach to dedup code
  char: use the new udp_chr_detach to dedup code
  char: use the new tcp_chr_detach to dedup code

 include/sysemu/char.h |   1 +
 qemu-char.c           | 102 +++++++++++++++++++++++++++++---------------------
 2 files changed, 60 insertions(+), 43 deletions(-)

-- 
1.8.3.1




reply via email to

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