From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLmeQ-0001QB-BB for qemu-devel@nongnu.org; Wed, 20 Jan 2016 01:53:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLmeP-00050Q-FY for qemu-devel@nongnu.org; Wed, 20 Jan 2016 01:53:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLmeP-00050I-BW for qemu-devel@nongnu.org; Wed, 20 Jan 2016 01:53:53 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id EC0C18535A for ; Wed, 20 Jan 2016 06:53:52 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 20 Jan 2016 07:53:41 +0100 Message-Id: <1453272827-12354-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Convert qemu-socket to use QAPI exclusively, update MAINTAINERS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Update for the qemu socket code, switching it over to QAPI structs. Also adds MAINTAINERS entry for qemu socket code (Dan, Paolo, /me). please pull, Gerd The following changes since commit 4aaddc2976bff1918edcd53900b647dde473dd4d: Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging (2016-01-18 09:33:36 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-socket-20160120-1 for you to fetch changes up to 3f0230e926b45905efb597824f59fdf5a4f3da08: vnc: distiguish between ipv4/ipv6 omitted vs set to off (2016-01-19 15:41:01 +0100) ---------------------------------------------------------------- Convert qemu-socket to use QAPI exclusively, update MAINTAINERS. ---------------------------------------------------------------- Daniel P. Berrange (5): sockets: remove use of QemuOpts from header file sockets: remove use of QemuOpts from socket_listen sockets: remove use of QemuOpts from socket_connect sockets: remove use of QemuOpts from socket_dgram vnc: distiguish between ipv4/ipv6 omitted vs set to off Gerd Hoffmann (1): add MAINTAINERS entry for qemu socket code MAINTAINERS | 8 ++ include/qemu/sockets.h | 10 -- ui/vnc.c | 18 ++- util/qemu-sockets.c | 346 ++++++++++++++++++++++--------------------------- 4 files changed, 178 insertions(+), 204 deletions(-)