index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
input-legacy.c
Age
Commit message (
Expand
)
Author
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2018-06-01
ui: use local path for local headers
Michael S. Tsirkin
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2017-10-23
ui: fix crash with sendkey and raw key numbers
Daniel P. Berrange
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
qapi: Avoid unnecessary use of enum lookup table's sentinel
Markus Armbruster
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
2016-02-04
ui: Clean up includes
Peter Maydell
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-11-06
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-02
input: Convert to new qapi union layout
Eric Blake
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-04-30
input: remove unused mouse_handlers list
Emilio G. Cota
2015-03-10
ui: Removed unused functions
Thomas Huth
2014-10-02
input: fix send-key monitor command release event ordering
Gerd Hoffmann
2014-06-04
input: use kbd delays for send_key monitor command
Gerd Hoffmann
2014-05-16
input: use KeyValue directly in sendkey monitor command
Gerd Hoffmann
2014-05-16
input: key mapping helpers
Gerd Hoffmann
2014-03-12
input: activate legacy kbd
Gerd Hoffmann
2014-03-10
input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
Gerd Hoffmann
2014-03-05
input: remove index_from_keycode (no users)
Gerd Hoffmann
2014-03-05
input: move do_mouse_set to new core
Gerd Hoffmann
2014-03-05
input: move qmp_query_mice to new core
Gerd Hoffmann
2014-03-05
input: move mouse mode notifier to new core
Gerd Hoffmann
2014-03-05
input-legacy: remove kbd_mouse_event
Gerd Hoffmann
2014-03-05
input-legacy: remove kbd_mouse_is_absolute
Gerd Hoffmann
2014-03-05
input-legacy: remove kbd_mouse_has_absolute
Gerd Hoffmann
2014-03-05
input-legacy: remove kbd_put_keycode
Gerd Hoffmann
2014-03-05
input: mouse: switch legacy handlers to new core
Gerd Hoffmann
2014-03-05
input: keyboard: switch qmp_send_key() to new core.
Gerd Hoffmann
2014-03-05
input: keyboard: switch legacy handlers to new core
Gerd Hoffmann
2014-03-05
input: rename file to legacy
Gerd Hoffmann