From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKUg-0002bB-I5 for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:16:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJKUX-0002hC-Rb for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:16:38 -0500 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:51383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKUX-0002gv-L5 for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:16:29 -0500 Received: by mail-ea0-f173.google.com with SMTP id r15so1159396ead.4 for ; Fri, 28 Feb 2014 02:16:28 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 28 Feb 2014 11:16:17 +0100 Message-Id: <1393582579-10366-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Small fixes for qemu-sockets ipv4/ipv6 logic. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, stefanha@redhat.com While reviewing the L2TPv3 submission, I wanted to tell Anton that IPv4/IPv6 is already done in qemu-sockets.c. Turns out it is not exactly the case; these patches fixes the two issues I spotted. Paolo Bonzini (2): socket: treat ipv4=on,ipv6=on uniformly socket: handle ipv4/ipv6 in socket_dgram util/qemu-sockets.c | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) -- 1.8.5.3