summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé2018-06-292-4/+6
* hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-5/+8
* hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-1/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell2018-06-191-1/+1
|\
| * ps2: check PS2Queue wptr pointer in post_load routineliujunjie2018-06-181-1/+1
* | adb: add property to disable direct reg 3 writesMark Cave-Ayland2018-06-163-28/+41
* | adb: fix read reg 3 byte orderingMark Cave-Ayland2018-06-162-4/+4
|/
* hw/input/pckbd: Convert away from old_mmioPeter Maydell2018-06-151-6/+8
* hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-3/+3
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-5/+4Star
* ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae2018-05-151-29/+95
* ps2: Clear the PS/2 queue and obey disableGeoffrey McRae2018-05-151-0/+11
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-1/+1
* adb: add trace-events for monitoring keyboard/mouse during bus enumerationMark Cave-Ayland2018-03-063-0/+14
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-052-4/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ...Peter Maydell2018-01-292-540/+31Star
|\
| * hw: convert virtio-input-hid device to keycodemapdbDaniel P. Berrange2018-01-291-127/+9Star
| * hw: convert ps2 device to keycodemapdbDaniel P. Berrange2018-01-291-399/+7Star
| * ps2: check PS2Queue pointers in post_load routinePrasad J Pandit2018-01-291-12/+9Star
| * input: virtio: don't send mouse wheel event twiceMiika S2018-01-291-2/+4
| * input: add mouse side buttons to virtio inputMiika S2018-01-291-0/+2
* | input: add missing newline from trace-eventsMark Cave-Ayland2018-01-271-0/+1
|/
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-224-12/+12
* Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier2017-12-216-621/+714
* i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé2017-12-182-304/+0Star
* hw/input/vmmouse: remove unused #includePhilippe Mathieu-Daudé2017-12-181-1/+0Star
* misc: avoid "include/" in include pathPhilippe Mathieu-Daudé2017-12-181-1/+1
* hw/input/hid: Add support for several keys.Tao Wu2017-12-181-4/+4
* ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange2017-10-231-16/+35
* ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange2017-10-231-1/+1
* ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange2017-10-231-0/+19
* ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange2017-10-232-20/+118
* input: use hex in ps2 keycode trace eventsDaniel P. Berrange2017-10-231-1/+1
* virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann2017-09-291-5/+114
* migration: pre_save return intDr. David Alan Gilbert2017-09-272-3/+9
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-2/+2
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-2/+2
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-1/+1
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* ui: drop ac_search and ac_stopGerd Hoffmann2017-07-281-4/+4
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-272-3/+0Star
* ps2: enable multimedia keysGerd Hoffmann2017-07-271-4/+0Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-2/+2
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* ps2: reset queue in ps2_reset_keyboardGerd Hoffmann2017-06-231-0/+1
* ps2: add ps2_reset_queueGerd Hoffmann2017-06-231-5/+10
* ps2: add and use PS2State typedefGerd Hoffmann2017-06-231-7/+5Star
* hid: Reset kbd modifiers on resetAlexander Graf2017-06-231-0/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1