summaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-28hw/input/hid: Add support for keys of jp106 keyboard.Katsuhiro Ueno
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin
2021-05-26pckbd: add function kbd_pending()Volker Rümelin
2021-05-26pckbd: add controller response queueVolker Rümelin
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin
2021-05-26ps2: don't raise an interrupt if queue is fullVolker Rümelin
2021-05-26ps2: fix mouse stream corruptionVolker Rümelin
2021-05-26hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14Fix build with 64 bits time_tFabrice Fontaine
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin
2020-11-17hw/input/ps2.c: Remove remnants of printf debugPeter Maydell
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-08adb: Correct class size on TYPE_ADB_DEVICEDavid Gibson
2020-09-01hw: Remove superfluous breaksLiao Pingfang
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost
2020-08-21meson: convert hw/inputMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-24hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSESPeter Maydell
2020-06-26adb: add ADB bus trace eventsMark Cave-Ayland
2020-06-26adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland
2020-06-26adb: use adb_request() only for explicit requestsMark Cave-Ayland
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland
2020-06-26adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland
2020-06-26adb: coding style update to fix checkpatch errorsMark Cave-Ayland
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann
2020-06-05hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé