From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq2kx-0006ac-H2 for qemu-devel@nongnu.org; Fri, 30 Sep 2016 14:42:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bq2kt-0007WP-ST for qemu-devel@nongnu.org; Fri, 30 Sep 2016 14:41:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq2kt-0007W1-Im for qemu-devel@nongnu.org; Fri, 30 Sep 2016 14:41:55 -0400 References: <1475248620-534-1-git-send-email-berrange@redhat.com> <1475248620-534-2-git-send-email-berrange@redhat.com> From: Eric Blake Message-ID: <67c73562-42f4-6eaa-6b73-7bd934cf5104@redhat.com> Date: Fri, 30 Sep 2016 13:41:53 -0500 MIME-Version: 1.0 In-Reply-To: <1475248620-534-2-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OUBWF3HQuLta8S80Tl9922ihJsbSHAghd" Subject: Re: [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channels List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: prashanth sunder , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OUBWF3HQuLta8S80Tl9922ihJsbSHAghd From: Eric Blake To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: prashanth sunder , Stefan Hajnoczi Message-ID: <67c73562-42f4-6eaa-6b73-7bd934cf5104@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channels References: <1475248620-534-1-git-send-email-berrange@redhat.com> <1475248620-534-2-git-send-email-berrange@redhat.com> In-Reply-To: <1475248620-534-2-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/30/2016 10:16 AM, Daniel P. Berrange wrote: > The GSource object has ability to have a name, which is useful > when debugging performance problems with the mainloop event > callbacks that take too long. By associating a name with an > QIOChannel object, we can then set the name on any GSource 'an QIOChannel' sounds funny. > associated with the channel. >=20 > Signed-off-by: Daniel P. Berrange > --- > include/io/channel.h | 13 +++++++++++++ > io/channel.c | 24 +++++++++++++++++++----- > 2 files changed, 32 insertions(+), 5 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --OUBWF3HQuLta8S80Tl9922ihJsbSHAghd 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/ iQEcBAEBCAAGBQJX7rHxAAoJEKeha0olJ0NqTzgIAILc4aGjmoSxnMRlqQ0P0Atz REe1xhkzokpgfOHgO+ANXBiqsOaAqGC9/Lv6yXHwVbmzQVQq6VIiPDz6OzqvHzL5 cDhpIkYsTEMfnE3z1QJyePSMKGAVXqUWH62OmUUlFVyOBlKBNcZBvWBqRFh551oG 2yY6Bfpau2TwdUO5uBJ2vtOyOjcPqDadYUkDujmi0WpAECXGMm72a5bARI8aEuH2 0QDtVLBu3rjpq41Qob26wILmPZyhPvcqi1rWLAGRSwzYqMrWQSKUbRVyJuuwah6i OYBPImPlIYXzG7oVuG37loyuSAUl29x53B0cW5ZcRFLLgDzd8SsgRYOZcMd2uS0= =rxcE -----END PGP SIGNATURE----- --OUBWF3HQuLta8S80Tl9922ihJsbSHAghd--