[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channe
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channels |
Date: |
Fri, 30 Sep 2016 13:41:53 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
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.
>
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
> include/io/channel.h | 13 +++++++++++++
> io/channel.c | 24 +++++++++++++++++++-----
> 2 files changed, 32 insertions(+), 5 deletions(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 0/6] Give names to all GSources QEMU creates, Daniel P. Berrange, 2016/09/30
- [Qemu-devel] [PATCH 2/6] nbd: set name for all I/O channels created, Daniel P. Berrange, 2016/09/30
- [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channels, Daniel P. Berrange, 2016/09/30
- Re: [Qemu-devel] [PATCH 1/6] io: add ability to set a name for IO channels,
Eric Blake <=
- [Qemu-devel] [PATCH 3/6] char: set name for all I/O channels created, Daniel P. Berrange, 2016/09/30
- [Qemu-devel] [PATCH 4/6] migration: set name for all I/O channels created, Daniel P. Berrange, 2016/09/30
- [Qemu-devel] [PATCH 6/6] main: set names for main loop sources created, Daniel P. Berrange, 2016/09/30
- [Qemu-devel] [PATCH 5/6] vnc: set name for all I/O channels created, Daniel P. Berrange, 2016/09/30