From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI2ZM-0001ls-Ht for qemu-devel@nongnu.org; Tue, 19 Mar 2013 15:51:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI2ZJ-0001RZ-ER for qemu-devel@nongnu.org; Tue, 19 Mar 2013 15:51:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI2ZJ-0001QU-5a for qemu-devel@nongnu.org; Tue, 19 Mar 2013 15:51:33 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2JJpWZt004098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Mar 2013 15:51:32 -0400 Message-ID: <5148C1C3.9030904@redhat.com> Date: Tue, 19 Mar 2013 13:51:31 -0600 From: Eric Blake MIME-Version: 1.0 References: <1363627441-8297-1-git-send-email-kwolf@redhat.com> <1363627441-8297-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1363627441-8297-4-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2ENCSGMUVXHDRDCNWQNRF" Subject: Re: [Qemu-devel] [PATCH 03/11] qemu-socket: Make socket_optslist public List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2ENCSGMUVXHDRDCNWQNRF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/18/2013 11:23 AM, Kevin Wolf wrote: > Allow other users to create the QemuOpts needed for inet_connect_opts()= =2E >=20 > Signed-off-by: Kevin Wolf > --- > include/qemu/sockets.h | 2 ++ > util/qemu-sockets.c | 22 +++++++++++----------- > 2 files changed, 13 insertions(+), 11 deletions(-) > +++ b/util/qemu-sockets.c > @@ -34,9 +34,9 @@ > static const int on=3D1, off=3D0; > =20 > /* used temporarely until all users are converted to QemuOpts */ As long as you are in the area, s/temporarely/temporarily/ That's trivial, though, so: Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2ENCSGMUVXHDRDCNWQNRF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRSMHDAAoJEKeha0olJ0NqAtkIAKHp+3aod6YFu5TOY/hTlTRp cuuUNwjb5TgOykZitSuwTHOxFY8IircWV0sP5OKB6rIIoWuix7gKp3/LfPDe+XvU O3dI6lKCg8LJSsnOisTQ0PSB0rRMJtBj58EBBgy76eW0hFZViqQ2idw5c0DVtZgh s0EBB2nTVAun/VMvqb//iKl7m0T59UKhAtW96hZl/zhb1AcNm0rEFRPt5rIwAljv /g2FoVnECBv6lm4PteCGwXo90vaStio0Vbx/QquKxgUABY/YtuiLUqx+Y64Lav/g 24ewyr3WqP/+Z4VYCtveF2f6B0L3MMGLJn3kr1NrNzbCEAVNU73JJzIlV11Fx1Y= =iOjB -----END PGP SIGNATURE----- ------enig2ENCSGMUVXHDRDCNWQNRF--