qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 2/3] main-loop: Add qemu_idle_add()


From: Daniel P . Berrangé
Subject: Re: [Qemu-devel] [PATCH v2 2/3] main-loop: Add qemu_idle_add()
Date: Fri, 22 Feb 2019 12:10:38 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

On Fri, Feb 22, 2019 at 01:59:11PM +0200, Alberto Garcia wrote:
> This works like g_idle_add() but allows specifying a different
> GMainContext. It also returns the GSource directly instead of its ID
> number for convenience.
> 
> qio_task_thread_worker() is modified to make use of this new function.
> 
> Signed-off-by: Alberto Garcia <address@hidden>
> ---
>  include/qemu/main-loop.h | 12 ++++++++++++
>  io/task.c                | 10 +++-------
>  util/main-loop.c         |  9 +++++++++
>  3 files changed, 24 insertions(+), 7 deletions(-)

Reviewed-by: Daniel P. Berrangé <address@hidden>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]