Re: [Qemu-devel] [PATCH v3] Add wctablet device

2017-02-06 Thread Gerd Hoffmann
Hi, > +cc->chr_free = wctablet_chr_free; > > > chr_free is going away in the last pull request, you can replace it > with qom finalize. Yep, saw the patches already, rebased now, v4 is on the way. cheers, Gerd

Re: [Qemu-devel] [PATCH v3] Add wctablet device

2017-02-01 Thread Marc-André Lureau
Hi On Wed, Feb 1, 2017 at 1:21 PM Gerd Hoffmann wrote: > From: Anatoli Huseu1 > > Add QEMU Wacom Penpartner serial tablet emulation. > GSoC 2016 project. > > Signed-off-by: Anatoli Huseu1 > > Various cleanups. > Add line speed tracking. > Implement ST and SP commands. > Adapted to chardev QOMi