Re: [Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-11 Thread Dave Airlie
On Tue, Nov 12, 2013 at 12:07 AM, Anthony Liguori wrote: > > On Nov 11, 2013 1:10 AM, "Dave Airlie" wrote: >> >> On Mon, Nov 11, 2013 at 2:02 PM, Anthony Liguori >> wrote: >> > On Sun, Nov 10, 2013 at 3:15 PM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> >> >> I've ported the SDL1.2 code o

Re: [Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-11 Thread Anthony Liguori
On Nov 11, 2013 1:10 AM, "Dave Airlie" wrote: > > On Mon, Nov 11, 2013 at 2:02 PM, Anthony Liguori wrote: > > On Sun, Nov 10, 2013 at 3:15 PM, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> I've ported the SDL1.2 code over, and rewritten it to use the SDL2 interface. > >> > >> The biggest

Re: [Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-11 Thread Paolo Bonzini
Il 11/11/2013 10:10, Dave Airlie ha scritto: >> > It's very hard to review ATM due to the split. > No I talked to enough people at kvmforum and everyone said I should > split this into a separate file, please don't make me undo that now, I > originally did it with ifdefs and just spent a few days r

Re: [Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-11 Thread Dave Airlie
On Mon, Nov 11, 2013 at 2:02 PM, Anthony Liguori wrote: > On Sun, Nov 10, 2013 at 3:15 PM, Dave Airlie wrote: >> From: Dave Airlie >> >> I've ported the SDL1.2 code over, and rewritten it to use the SDL2 interface. >> >> The biggest changes were in the input handling, where SDL2 has done a major

Re: [Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-10 Thread Anthony Liguori
On Sun, Nov 10, 2013 at 3:15 PM, Dave Airlie wrote: > From: Dave Airlie > > I've ported the SDL1.2 code over, and rewritten it to use the SDL2 interface. > > The biggest changes were in the input handling, where SDL2 has done a major > overhaul, and I've had to include a generated translation fil

[Qemu-devel] [PATCH] ui/sdl2 : initial port to SDL 2.0

2013-11-10 Thread Dave Airlie
From: Dave Airlie I've ported the SDL1.2 code over, and rewritten it to use the SDL2 interface. The biggest changes were in the input handling, where SDL2 has done a major overhaul, and I've had to include a generated translation file to get from SDL2 codes back to qemu compatible ones. I'm stil