From: Marc-André Lureau <[email protected]>

Hi

A small series to do some chardev cleanup when removing them and
leaving qemu.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1347077

v1->v2:
- use atexit() for qemu_chr_cleanup()
- add missing braces

Marc-André Lureau (3):
  char: clean up remaining chardevs when leaving
  socket: add listen feature
  socket: unlink unix socket on remove

 include/io/channel.h           |  1 +
 include/qemu/sockets.h         |  1 +
 io/channel-socket.c            | 17 +++++++++++++++++
 qemu-char.c                    | 11 +++++++++++
 tests/test-io-channel-socket.c |  2 +-
 util/qemu-sockets.c            | 18 ++++++++++++++++++
 6 files changed, 49 insertions(+), 1 deletion(-)

-- 
2.7.4


Reply via email to