summaryrefslogtreecommitdiffstats
path: root/hw/input/adb.c
Commit message (Expand)AuthorAgeFilesLines
* adb: Correct class size on TYPE_ADB_DEVICEDavid Gibson2020-09-081-0/+1
* adb: add ADB bus trace eventsMark Cave-Ayland2020-06-261-1/+20
* adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-261-2/+5
* adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-261-0/+21
* adb: use adb_request() only for explicit requestsMark Cave-Ayland2020-06-261-2/+8
* adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-3/+11
* adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-1/+15
* adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2020-06-261-0/+77
* adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland2020-06-261-0/+32
* adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-261-7/+0Star
* adb: coding style update to fix checkpatch errorsMark Cave-Ayland2020-06-261-4/+5
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* adb: add property to disable direct reg 3 writesMark Cave-Ayland2018-06-161-0/+7
* Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier2017-12-211-620/+2Star
* misc: avoid "include/" in include pathPhilippe Mathieu-Daudé2017-12-181-1/+1
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-271-1/+0Star
* adb: change handler only when recognizedHervé Poussineau2016-10-281-3/+23
* adb.c: prevent NO_KEY value from going to guestJohn Arbuckle2016-09-231-14/+9Star
* adb.c: correct several key assignmentsJohn Arbuckle2016-09-231-6/+6
* adb.c: add support for QKeyCodeJohn Arbuckle2016-09-231-45/+189
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-161-8/+10
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* adb: add to input categoryLaurent Vivier2015-10-231-0/+2
* adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland2015-03-091-4/+18
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-4/+2Star
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+581