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 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 + include/sysemu/char.h | 7 +++++++ io/channel-socket.c | 17 +++++++++++++++++ qemu-char.c | 9 +++++++++ tests/test-io-channel-socket.c | 2 +- util/qemu-sockets.c | 18 ++++++++++++++++++ vl.c | 1 + 8 files changed, 55 insertions(+), 1 deletion(-) -- 2.7.4
