summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie7-9/+1123
2014-03-05console: add QemuUIInfoGerd Hoffmann2-0/+29
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann24-31/+52
2014-03-05input: remove index_from_keycode (no users)Gerd Hoffmann2-15/+0
2014-03-05input: move do_mouse_set to new coreGerd Hoffmann2-43/+21
2014-03-05input: move qmp_query_mice to new coreGerd Hoffmann2-23/+29
2014-03-05input: add input_mouse_mode tracepointGerd Hoffmann2-0/+2
2014-03-05input: move mouse mode notifier to new coreGerd Hoffmann4-37/+35
2014-03-05input-legacy: remove kbd_mouse_eventGerd Hoffmann2-50/+0
2014-03-05input-legacy: remove kbd_mouse_is_absoluteGerd Hoffmann2-11/+1
2014-03-05input-legacy: remove kbd_mouse_has_absoluteGerd Hoffmann2-22/+2
2014-03-05input-legacy: remove kbd_put_keycodeGerd Hoffmann2-24/+0
2014-03-05input: trace eventsGerd Hoffmann2-0/+56
2014-03-05input: mouse: switch cocoa ui to new coreGerd Hoffmann2-21/+44
2014-03-05input: keyboard: switch cocoa ui to new coreGerd Hoffmann1-12/+6
2014-03-05input: mouse: switch monitor to new coreGerd Hoffmann1-5/+26
2014-03-05input: mouse: switch spice ui to new coreGerd Hoffmann1-24/+38
2014-03-05input: mouse: switch vnc ui to new coreGerd Hoffmann2-24/+23
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann1-45/+39
2014-03-05input: mouse: switch gtk ui to new coreGerd Hoffmann1-39/+19
2014-03-05input: mouse: switch legacy handlers to new coreGerd Hoffmann1-0/+63
2014-03-05input: mouse: add qemu_input_is_absolute()Gerd Hoffmann2-0/+9
2014-03-05input: mouse: add graphic_rotate supportGerd Hoffmann1-0/+31
2014-03-05input: mouse: add helpers functions to coreGerd Hoffmann2-0/+85
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann1-22/+25
2014-03-05input: keyboard: switch spice ui to new coreGerd Hoffmann1-2/+20
2014-03-05input: keyboard: switch vnc ui to new coreGerd Hoffmann1-19/+6
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann1-18/+9
2014-03-05input: keyboard: switch gtk ui to new coreGerd Hoffmann1-15/+4
2014-03-05input: keyboard: switch qmp_send_key() to new core.Gerd Hoffmann1-8/+3
2014-03-05input: keyboard: switch legacy handlers to new coreGerd Hoffmann1-10/+56
2014-03-05input: keyboard: add helper functions to coreGerd Hoffmann2-0/+40
2014-03-05input: add core bits of the new input layerGerd Hoffmann3-1/+116
2014-03-05input: qapi: add pause keyGerd Hoffmann1-2/+2
2014-03-05input: qapi: add unmapped keyGerd Hoffmann1-1/+4
2014-03-05input: qapi: define event typesGerd Hoffmann1-0/+76
2014-03-05input: rename file to legacyGerd Hoffmann2-1/+1
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann2-0/+27
2014-03-04block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber1-1/+1
2014-03-04Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' in...Peter Maydell12-34/+29
2014-03-04Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell27-108/+1546
2014-03-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-78/+203
2014-03-04Merge remote-tracking branch 'remotes/rth/i386-fix' into stagingPeter Maydell5-20/+50
2014-03-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...Peter Maydell22-215/+758
2014-03-04Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell6-67/+109
2014-03-04Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell11-21/+486
2014-03-04Makefile: Add missing dependency for system emulation (fix build)Stefan Weil1-0/+1
2014-03-03qapi: Add missing null check to opts_start_struct()Markus Armbruster1-1/+3
2014-03-03qapi: Clean up superfluous null check in qapi_dealloc_type_str()Markus Armbruster1-3/+1
2014-03-03qapi: Clean up null checking in generated visitorsMarkus Armbruster1-7/+7