From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDcyN-00010M-Kk for qemu-devel@nongnu.org; Thu, 16 Jun 2016 15:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDcyJ-0004eJ-CQ for qemu-devel@nongnu.org; Thu, 16 Jun 2016 15:29:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDcyJ-0004dl-6e for qemu-devel@nongnu.org; Thu, 16 Jun 2016 15:28:59 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B924B80E4A for ; Thu, 16 Jun 2016 19:28:58 +0000 (UTC) From: marcandre.lureau@redhat.com Date: Thu, 16 Jun 2016 21:28:49 +0200 Message-Id: <1466105332-10285-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/3] chardev cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, berrange@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= From: Marc-Andr=C3=A9 Lureau Hi A small series to do some chardev cleanup when removing them and leaving qemu. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=3D1347077 v1->v2: - use atexit() for qemu_chr_cleanup() - add missing braces Marc-Andr=C3=A9 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(-) --=20 2.7.4