From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEe5z-0005pr-Ha for qemu-devel@nongnu.org; Tue, 05 Aug 2014 08:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEe5q-0001mM-7Q for qemu-devel@nongnu.org; Tue, 05 Aug 2014 08:44:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEe5p-0001m9-VJ for qemu-devel@nongnu.org; Tue, 05 Aug 2014 08:43:54 -0400 Message-ID: <53E0D184.9090206@redhat.com> Date: Tue, 05 Aug 2014 06:43:48 -0600 From: Eric Blake MIME-Version: 1.0 References: <1407209598-2572-1-git-send-email-ming.lei@canonical.com> <1407209598-2572-6-git-send-email-ming.lei@canonical.com> In-Reply-To: <1407209598-2572-6-git-send-email-ming.lei@canonical.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4sfH5NmfaaTts7mhw4lHPqrBaifreHbOF" Subject: Re: [Qemu-devel] [PATCH v1 05/17] garbage collector: introduced for support of bypass coroutine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei , qemu-devel@nongnu.org, Peter Maydell , Paolo Bonzini , Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , "Michael S. Tsirkin" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4sfH5NmfaaTts7mhw4lHPqrBaifreHbOF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/04/2014 09:33 PM, Ming Lei wrote: > In case of bypass coroutine, some buffers in stack have to convert > to survive in the whole I/O submit & completion cycle. >=20 > Garbase collector is one of the best data structure for this purpose, s/Garbase/A garbage/ > as I thought of. >=20 > Signed-off-by: Ming Lei > --- > include/qemu/gc.h | 56 +++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 include/qemu/gc.h >=20 > diff --git a/include/qemu/gc.h b/include/qemu/gc.h > new file mode 100644 > index 0000000..b9a3f6e > --- /dev/null > +++ b/include/qemu/gc.h > @@ -0,0 +1,56 @@ > +#ifndef QEMU_GC_HEADER > +#define QEMU_GC_HEADER Missing copyright boilerplate. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --4sfH5NmfaaTts7mhw4lHPqrBaifreHbOF 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 iQEcBAEBCAAGBQJT4NGEAAoJEKeha0olJ0Nq5UcIAKz5nkZ8XQxPttx+MlapHw76 0l4f/WY7iION4bc529sX2uctdmjSsvS+7W1nrk88d72PttJGCNCBhUcZDgy+0W+s OUUx9glivy4ZjPhAagxUq4K922Itou0GOdNfP8/6/0cpmw0dp9rprN4Kus6QImBr +DZhCQQGalJjhRhuB7d1M775rTpgTUfZVCDnTvYihYcGpwXogNUI8Ui92yTkuKma kIFtjabOHdbv6E55qVI8Vg6fn48oJEdRvHgndh/avlBLIEnldXlSgC7yQeacNl7J W9TyjHFFTWKH44gPpdANLK4MkQT75f4EBU+F3JXWdw7Xx8Cs6Z/luxuS0APxR/w= =N5rh -----END PGP SIGNATURE----- --4sfH5NmfaaTts7mhw4lHPqrBaifreHbOF--