Hi, > 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 still not sure how the keyboard > layout code works in qemu, so there may be further work if someone can point > me a test case that works with SDL1.2 and doesn't with SDL2.
I've picked it up, cleaned up a bit (more to be done), switched over to new input core. Simplified the keyboard mess, the new input support in SDL2 allows us to reduce it to a single+simple lookup table. Pushed here: http://www.kraxel.org/cgit/qemu/log/?h=rebase/input-wip cheers, Gerd