Age | Commit message (Expand) | Author | Files | Lines |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2 | -4/+4 |
2018-01-29 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ... | Peter Maydell | 2 | -540/+31 |
2018-01-29 | hw: convert virtio-input-hid device to keycodemapdb | Daniel P. Berrange | 1 | -127/+9 |
2018-01-29 | hw: convert ps2 device to keycodemapdb | Daniel P. Berrange | 1 | -399/+7 |
2018-01-29 | ps2: check PS2Queue pointers in post_load routine | Prasad J Pandit | 1 | -12/+9 |
2018-01-29 | input: virtio: don't send mouse wheel event twice | Miika S | 1 | -2/+4 |
2018-01-29 | input: add mouse side buttons to virtio input | Miika S | 1 | -0/+2 |
2018-01-27 | input: add missing newline from trace-events | Mark Cave-Ayland | 1 | -0/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 4 | -12/+12 |
2017-12-21 | Split adb.c into adb.c, adb-mouse.c and adb-kbd.c | Laurent Vivier | 6 | -621/+714 |
2017-12-18 | i386/pc: move vmmouse.c to hw/i386/ | Philippe Mathieu-Daudé | 2 | -304/+0 |
2017-12-18 | hw/input/vmmouse: remove unused #include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-18 | misc: avoid "include/" in include path | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | hw/input/hid: Add support for several keys. | Tao Wu | 1 | -4/+4 |
2017-10-23 | ps2: fix scancodes sent for Ctrl+Pause key combination | Daniel P. Berrange | 1 | -16/+35 |
2017-10-23 | ps2: fix scancodess sent for Pause key in AT set 1 | Daniel P. Berrange | 1 | -1/+1 |
2017-10-23 | ps2: fix scancodes sent for Shift/Ctrl+Print key combination | Daniel P. Berrange | 1 | -0/+19 |
2017-10-23 | ps2: fix scancodes sent for Alt-Print key combination (aka SysRq) | Daniel P. Berrange | 2 | -20/+118 |
2017-10-23 | input: use hex in ps2 keycode trace events | Daniel P. Berrange | 1 | -1/+1 |
2017-09-29 | virtio-input: send rel-wheel events for wheel buttons | Gerd Hoffmann | 1 | -5/+114 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 2 | -3/+9 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 1 | -2/+2 |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-28 | ui: drop ac_search and ac_stop | Gerd Hoffmann | 1 | -4/+4 |
2017-07-27 | ui: drop altgr and altgr_r QKeyCodes | Gerd Hoffmann | 2 | -3/+0 |
2017-07-27 | ps2: enable multimedia keys | Gerd Hoffmann | 1 | -4/+0 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -2/+2 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -1/+1 |
2017-06-23 | ps2: reset queue in ps2_reset_keyboard | Gerd Hoffmann | 1 | -0/+1 |
2017-06-23 | ps2: add ps2_reset_queue | Gerd Hoffmann | 1 | -5/+10 |
2017-06-23 | ps2: add and use PS2State typedef | Gerd Hoffmann | 1 | -7/+5 |
2017-06-23 | hid: Reset kbd modifiers on reset | Alexander Graf | 1 | -0/+1 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -2/+2 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 1 | -1/+1 |
2017-05-11 | ui: Support non-zero minimum values for absolute input axes | Philippe Voinov | 1 | -2/+4 |
2017-05-03 | input: Add trace event for empty keyboard queue | Alexander Graf | 2 | -0/+5 |
2017-03-27 | virtio-input: fix eventq batching | Ladi Prosek | 1 | -15/+14 |
2017-03-27 | virtio-input: free event queue when finalizing | Ladi Prosek | 1 | -2/+4 |
2017-02-02 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -2/+0 |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi | 1 | -2/+0 |
2017-01-31 | ps2: add support for mice with extra/side buttons | Fabian Lesniak | 1 | -3/+5 |
2017-01-10 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st... | Peter Maydell | 1 | -0/+10 |
2017-01-10 | ps2: Fix lost scancodes by recent changes | OGAWA Hirofumi | 1 | -0/+10 |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard | 1 | -1/+3 |
2016-11-10 | hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc | Peter Korsgaard | 1 | -2/+2 |
2016-10-28 | adb: change handler only when recognized | Hervé Poussineau | 1 | -3/+23 |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic | 1 | -2/+0 |
2016-10-10 | virtio-input: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic | 1 | -10/+13 |