From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur0RT-0004AZ-NT for qemu-devel@nongnu.org; Mon, 24 Jun 2013 02:40:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ur0RS-0006xW-TL for qemu-devel@nongnu.org; Mon, 24 Jun 2013 02:39:59 -0400 From: Gerd Hoffmann Date: Mon, 24 Jun 2013 08:39:43 +0200 Message-Id: <1372055996-4072-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/13] A bunch of little socket + chardev fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Gerd Hoffmann Hi, Here is v2 of the series, addressing Michaels review comments. cheers, Gerd Gerd Hoffmann (13): qemu-socket: zero-initialize SocketAddress qemu-socket: drop pointless allocation qemu-socket: catch monitor_get_fd failures qemu-char: check optional fields using has_* qemu-char: use more specific error_setg_* variants qemu-char: print notification to stderr qemu-char: fix documentation for telnet+wait socket flags qemu-char: don't leak opts on error qemu-char: use ChardevBackendKind in in CharDriver qemu-char: minor mux chardev fixes qemu-char: add -chardev mux support qemu-char: report udb backend errors qemu-socket: don't leak opts on error include/sysemu/char.h | 2 +- qapi-schema.json | 7 ++++--- qemu-char.c | 45 ++++++++++++++++++++++++++++++++------------- util/qemu-sockets.c | 9 ++++----- 4 files changed, 41 insertions(+), 22 deletions(-) -- 1.7.9.7