qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/38] mux: split mux_chr_update_read_handler()


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 08/38] mux: split mux_chr_update_read_handler()
Date: Mon, 24 Oct 2016 14:51:34 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 10/22/2016 04:52 AM, Marc-André Lureau wrote:
> Make qemu_chr_add_handlers_full() aware of mux handling. This allows
> introduction of a tag associated with the fe handlers and a
> qemu_chr_set_handlers() function to set the handler for a particular
> tag. That will allow to get rid of qemu_chr_add_handlers*() in later
> changes, in favor of qemu_chr_fe_set_handler().
> 
> To this end, chr_update_read_handler callback is enhanced with a tag
> argument, and mux_chr_update_read_handler() is splitted in new

s/splitted in/split into/

> functions: mux_chr_new_handler_tag(), mux_chr_set_handlers(),
> mux_set_focus().
> 
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  qemu-char.c           | 139 
> +++++++++++++++++++++++++++++++++++---------------
>  include/sysemu/char.h |   2 +-
>  2 files changed, 99 insertions(+), 42 deletions(-)
> 


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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