Re: [Qemu-devel] [PULL v3 00/38] rework input handling, sdl2 support

2014-03-04 Thread Peter Maydell
On 28 February 2014 14:06, Gerd Hoffmann wrote: > Hi, > > The input layer moves to a model modeled roughly after the linux > event layer. It also uses qapi to create all the data types needed. > First, because it is convinient to have all the support code generated, > and also to make it easier

[Qemu-devel] [PULL v3 00/38] rework input handling, sdl2 support

2014-02-28 Thread Gerd Hoffmann
Hi, The input layer moves to a model modeled roughly after the linux event layer. It also uses qapi to create all the data types needed. First, because it is convinient to have all the support code generated, and also to make it easier to integrate with qmp some day. Porting work has only be d