summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-111-1/+1
|\
| * hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2021-07-081-1/+0Star
| * hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-0/+1
* | vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-2/+4
|/
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/input/hid: Add support for keys of jp106 keyboard.Katsuhiro Ueno2021-05-281-2/+2
* hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé2021-05-261-4/+4
* pckbd: clear outport_present in outer pre_load()Volker Rümelin2021-05-261-2/+1Star
* pckbd: remove duplicated keyboard and mouse definesVolker Rümelin2021-05-261-37/+0Star
* pckbd: correctly disable PS/2 communicationVolker Rümelin2021-05-261-4/+47
* pckbd: add function kbd_pending()Volker Rümelin2021-05-261-7/+14
* pckbd: add controller response queueVolker Rümelin2021-05-261-7/+35
* pckbd: add state variable for interrupt sourceVolker Rümelin2021-05-261-5/+28
* pckbd: PS/2 keyboard throttleVolker Rümelin2021-05-261-0/+61
* pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin2021-05-261-20/+83
* pckbd: split out interrupt line changing codeVolker Rümelin2021-05-261-10/+22
* ps2: don't deassert irq twice if queue is emptyVolker Rümelin2021-05-261-1/+3
* ps2: don't raise an interrupt if queue is fullVolker Rümelin2021-05-261-0/+4
* ps2: fix mouse stream corruptionVolker Rümelin2021-05-261-1/+2
* hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé2021-05-262-2/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-1/+4
|\
| * Fix build with 64 bits time_tFabrice Fontaine2021-05-141-1/+4
* | Drop the deprecated lm32 targetMarkus Armbruster2021-05-123-327/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
|/
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin2020-12-133-0/+190
* hw/input/ps2.c: Remove remnants of printf debugPeter Maydell2020-11-171-9/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-9/+3Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-8/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-095-14/+10Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-095-13/+24
* adb: Correct class size on TYPE_ADB_DEVICEDavid Gibson2020-09-081-0/+1
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-10/+0Star
* pckbd: Move QOM macro to headerEduardo Habkost2020-08-271-2/+0Star
* meson: convert hw/inputMarc-André Lureau2020-08-212-18/+18
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSESPeter Maydell2020-07-241-1/+0Star
* adb: add ADB bus trace eventsMark Cave-Ayland2020-06-262-1/+27
* adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland2020-06-263-22/+22
* 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: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-262-0/+17
* 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