Re: [Qemu-devel] [PATCH 04/54] char: move callbacks in CharDriver

2017-01-02 Thread Marc-André Lureau
hi - Original Message - > On 12/12/2016 04:42 PM, Marc-André Lureau wrote: > > This makes the code more declarative, and avoids to duplicate the > > s/to duplicate/duplicating/ ok > > > information on all instances. > > > > Signed-off-by: Marc-André Lureau > > --- > > backends/baum.

Re: [Qemu-devel] [PATCH 04/54] char: move callbacks in CharDriver

2016-12-14 Thread Eric Blake
On 12/12/2016 04:42 PM, Marc-André Lureau wrote: > This makes the code more declarative, and avoids to duplicate the s/to duplicate/duplicating/ > information on all instances. > > Signed-off-by: Marc-André Lureau > --- > backends/baum.c | 13 +- > backends/msmouse.c| 13 +- > back

[Qemu-devel] [PATCH 04/54] char: move callbacks in CharDriver

2016-12-12 Thread Marc-André Lureau
This makes the code more declarative, and avoids to duplicate the information on all instances. Signed-off-by: Marc-André Lureau --- backends/baum.c | 13 +- backends/msmouse.c| 13 +- backends/testdev.c| 10 +- gdbstub.c | 7 +- hw/bt/hci-csr.c | 8 +- qem