On 16/06/2016 21:28, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > 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(-) >
Looks good, I'll queue them if Dan acks patch 2. Paolo