aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé
2018-06-26hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell
2018-06-18ps2: check PS2Queue wptr pointer in post_load routineliujunjie
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland
2018-06-16adb: fix read reg 3 byte orderingMark Cave-Ayland
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-06adb: add trace-events for monitoring keyboard/mouse during bus enumerationMark Cave-Ayland
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-29Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ...Peter Maydell
2018-01-29hw: convert virtio-input-hid device to keycodemapdbDaniel P. Berrange
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange
2018-01-29ps2: check PS2Queue pointers in post_load routinePrasad J Pandit
2018-01-29input: virtio: don't send mouse wheel event twiceMiika S
2018-01-29input: add mouse side buttons to virtio inputMiika S
2018-01-27input: add missing newline from trace-eventsMark Cave-Ayland
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-21Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé
2017-12-18hw/input/vmmouse: remove unused #includePhilippe Mathieu-Daudé
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé
2017-12-18hw/input/hid: Add support for several keys.Tao Wu
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange
2017-10-23ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange
2017-10-23input: use hex in ps2 keycode trace eventsDaniel P. Berrange
2017-09-29virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-27ps2: enable multimedia keysGerd Hoffmann
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-06-23hid: Reset kbd modifiers on resetAlexander Graf
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost