qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] char: fix segfault on chardev detach
@ 2013-08-28  5:10 Amit Shah
  2013-08-28  5:10 ` [Qemu-devel] [PATCH 1/9] char: remove watch callback on chardev detach from frontend Amit Shah
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Amit Shah @ 2013-08-28  5:10 UTC (permalink / raw)
  To: qemu list
  Cc: Amit Shah, Paolo Bonzini, Gerd Hoffmann, Anthony Liguori,
	Hans de Goede

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-08-28 11:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28  5:10 [Qemu-devel] [PATCH 0/9] char: fix segfault on chardev detach Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 1/9] char: remove watch callback on chardev detach from frontend Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 2/9] char: introduce tcp_chr_detach() Amit Shah
2013-08-28  7:09   ` Gerd Hoffmann
2013-08-28  8:10     ` Amit Shah
2013-08-28 11:38       ` Gerd Hoffmann
2013-08-28  5:10 ` [Qemu-devel] [PATCH 3/9] char: introduce fd_chr_detach() Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 4/9] char: introduce pty_chr_detach() Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 5/9] char: introduce udp_chr_detach() Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 6/9] char: use the new fd_chr_detach to dedup code Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 7/9] char: use the new pty_chr_detach " Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 8/9] char: use the new udp_chr_detach " Amit Shah
2013-08-28  5:10 ` [Qemu-devel] [PATCH 9/9] char: use the new tcp_chr_detach " Amit Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).