From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3ogu-0001T0-G7 for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:17:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3ogo-00032D-Mu for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:17:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3ogo-00031r-DJ for qemu-devel@nongnu.org; Thu, 16 Jan 2014 10:17:02 -0500 Message-ID: <52D7F7E7.7030704@redhat.com> Date: Thu, 16 Jan 2014 08:16:55 -0700 From: Eric Blake MIME-Version: 1.0 References: <1389172376-30636-1-git-send-email-lilei@linux.vnet.ibm.com> <1389172376-30636-2-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1389172376-30636-2-git-send-email-lilei@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cPbj5veu6pvHo0r59McG6O4Txjp3vTPb5" Subject: Re: [Qemu-devel] [PATCH 1/6] qemu-fd-exchange: provide common methods for exchange fd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, mohan@in.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --cPbj5veu6pvHo0r59McG6O4Txjp3vTPb5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 01/08/2014 02:12 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > include/qemu/fd-exchange.h | 25 +++++++++++ > util/Makefile.objs | 1 + > util/qemu-fd-exchange.c | 97 ++++++++++++++++++++++++++++++++++++= ++++++++ > 3 files changed, 123 insertions(+), 0 deletions(-) > create mode 100644 include/qemu/fd-exchange.h > create mode 100644 util/qemu-fd-exchange.c >=20 > diff --git a/include/qemu/fd-exchange.h b/include/qemu/fd-exchange.h > new file mode 100644 > index 0000000..6929026 > --- /dev/null > +++ b/include/qemu/fd-exchange.h > @@ -0,0 +1,25 @@ > +/* > + * Internel common methods for exchange of FD > + * > + * This work is licensed under the terms of the GNU GPL, version 2. S= ee > + * the COPYING file in the top-level directory. Any reason you can't use GPLv2+? Limiting to exactly version 2 means your file cannot be copied into programs that want a wider array of licensing optoins. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --cPbj5veu6pvHo0r59McG6O4Txjp3vTPb5 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJS1/fnAAoJEKeha0olJ0NqQ+kH/1O3CHoQNNYmijkfHrYoFFFa NwbKQseKSAab9ZPE+IFWYL4vohKhaRt1jGDBvvD3A3/GDgwlw61Ku5vg4SfBKik1 cKMPsBx3RcfVkFMpBs2S5mX7MywGheNWE+fdA8NnnzplB8IbpnDYWYujPaWMuX9x yCeYCHwoZiuAXe578M7ZJ/5XyEWggC7nbrPRxj5EgKk1x6eky9U51BEzmg04Knms Zinxezz/DzwtV9GxLqOhE73q+BhKvLPBG7rvPDVTybjxp7Upz7wWI33yCuV7aS0A MHxfqXDHE4HDa/D2AP8mm98r6zSgfgI7VSQtMgZ82r7umobgFPtaeeAnBqf8QoI= =Dr86 -----END PGP SIGNATURE----- --cPbj5veu6pvHo0r59McG6O4Txjp3vTPb5--