From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKDXq-0003cf-To for qemu-devel@nongnu.org; Fri, 15 Jan 2016 18:12:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKDXq-0006QH-2f for qemu-devel@nongnu.org; Fri, 15 Jan 2016 18:12:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKDXp-0006Q7-T1 for qemu-devel@nongnu.org; Fri, 15 Jan 2016 18:12:38 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 79212A8D for ; Fri, 15 Jan 2016 23:12:37 +0000 (UTC) References: <1452518225-11751-1-git-send-email-berrange@redhat.com> <1452518225-11751-5-git-send-email-berrange@redhat.com> From: Eric Blake Message-ID: <56997CE4.2010505@redhat.com> Date: Fri, 15 Jan 2016 16:12:36 -0700 MIME-Version: 1.0 In-Reply-To: <1452518225-11751-5-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="k9F7HgWt2TN21gr7m02Ive2WWNkurFl7k" Subject: Re: [Qemu-devel] [PATCH v3 4/5] sockets: remove use of QemuOpts from socket_dgram List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Paolo Bonzini This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --k9F7HgWt2TN21gr7m02Ive2WWNkurFl7k Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/11/2016 06:17 AM, Daniel P. Berrange wrote: > The socket_dgram method accepts a QAPI SocketAddress object > which it then turns into QemuOpts before calling the > inet_dgram_opts helper method. By converting the latter to > use QAPI SocketAddress directly, the QemuOpts conversion > step can be eliminated. >=20 > This removes the very last use of QemuOpts from the > sockets code, so the socket_optslist[] array is also > removed. >=20 > Signed-off-by: Daniel P. Berrange > --- > include/qemu/sockets.h | 1 - > util/qemu-sockets.c | 99 ++++++++++++------------------------------= -------- > 2 files changed, 24 insertions(+), 76 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --k9F7HgWt2TN21gr7m02Ive2WWNkurFl7k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWmXzkAAoJEKeha0olJ0NqByQH/RsLkVDT3w6m3+wmJAy+jB7B J2E4KwllV0zixIVYTbnT3ZxxNQw/QlrTublEN5ierS3pFEdg2XlcIJkmaqXDqUra dwnZXvqciLc9eBj7GvuDyaW8ZCF6A9ksvYcv4enq3G2KG/h3HPVlT3TC2DveRwpP AKn0qmzWu+LpGPDLSWQyPOsjBhRPYXaAHJX883BPWTd5pdTzjA7Q6UU7wS0RVVx3 5MYiKIqd77w3sY50hNS4LxPmkIaHGWC5qPezcwuuEQjGdN2lnCbXpfU/RW1h0OW2 3ryKfItmiloAQC5ZpsaQ12/erUdgBkQ5gcBSpRFLorhhMLKq6KqmvNJow1ot0Qk= =zS7y -----END PGP SIGNATURE----- --k9F7HgWt2TN21gr7m02Ive2WWNkurFl7k--