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
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
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
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
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
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