[Qemu-devel] [PATCH 2/3] console: move window ID code from baum to sdl

2016-12-20 Thread Samuel Thibault
This moves the SDL bits for window ID from the baum driver to SDL, as well as fixing the build for non-X11. Signed-off-by: Samuel Thibault --- Difference from v3: Use qemu_console_lookup_by_index and qemu_console_is_graphic to access the console ---

[Qemu-devel] [PATCH 2/3] console: move window ID code from baum to sdl

2016-10-30 Thread Samuel Thibault
This moves the SDL bits for window ID from the baum driver to SDL, as well as fixing the build for non-X11. Signed-off-by: Samuel Thibault --- backends/baum.c | 25 +++-- ui/sdl.c| 25 + 2 files changed, 28