Re: [Qemu-devel] [PATCH v2 02/21] mux: simplfy muxes_realize_done

2017-03-01 Thread Eric Blake
On 02/27/2017 07:41 AM, Marc-André Lureau wrote: > mux_chr_event() already send events to all backends, rename it, > export it, and use it from muxes_realize_done. This should help abstract > away mux implementation. > > Signed-off-by: Marc-André Lureau > --- > chardev/char-mux.h | 2 +- > char

[Qemu-devel] [PATCH v2 02/21] mux: simplfy muxes_realize_done

2017-02-27 Thread Marc-André Lureau
mux_chr_event() already send events to all backends, rename it, export it, and use it from muxes_realize_done. This should help abstract away mux implementation. Signed-off-by: Marc-André Lureau --- chardev/char-mux.h | 2 +- chardev/char-mux.c | 11 --- chardev/char.c | 9 ++--