Age | Commit message (Expand) | Author |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-28 | hw/input/hid: Add support for keys of jp106 keyboard. | Katsuhiro Ueno |
2021-05-26 | hw/input/ps2: Use ps2_raise_irq() instead of open coding it | Philippe Mathieu-Daudé |
2021-05-26 | pckbd: clear outport_present in outer pre_load() | Volker Rümelin |
2021-05-26 | pckbd: remove duplicated keyboard and mouse defines | Volker Rümelin |
2021-05-26 | pckbd: correctly disable PS/2 communication | Volker Rümelin |
2021-05-26 | pckbd: add function kbd_pending() | Volker Rümelin |
2021-05-26 | pckbd: add controller response queue | Volker Rümelin |
2021-05-26 | pckbd: add state variable for interrupt source | Volker Rümelin |
2021-05-26 | pckbd: PS/2 keyboard throttle | Volker Rümelin |
2021-05-26 | pckbd: don't update OBF flags if KBD_STAT_OBF is set | Volker Rümelin |
2021-05-26 | pckbd: split out interrupt line changing code | Volker Rümelin |
2021-05-26 | ps2: don't deassert irq twice if queue is empty | Volker Rümelin |
2021-05-26 | ps2: don't raise an interrupt if queue is full | Volker Rümelin |
2021-05-26 | ps2: fix mouse stream corruption | Volker Rümelin |
2021-05-26 | hw/input: expand trace info reported for ps2 device | Daniel P. Berrangé |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-05-14 | Fix build with 64 bits time_t | Fabrice Fontaine |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-12-13 | ads7846: moves from the hw/display folder to the hw/input folder. | Gan Qixin |
2020-11-17 | hw/input/ps2.c: Remove remnants of printf debug | Peter Maydell |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-08 | adb: Correct class size on TYPE_ADB_DEVICE | David Gibson |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang |
2020-08-27 | pckbd: Move QOM macro to header | Eduardo Habkost |
2020-08-21 | meson: convert hw/input | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-24 | hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES | Peter Maydell |
2020-06-26 | adb: add ADB bus trace events | Mark Cave-Ayland |
2020-06-26 | adb: use adb_device prefix for ADB device trace events | Mark Cave-Ayland |
2020-06-26 | adb: only call autopoll callbacks when autopoll is not blocked | Mark Cave-Ayland |
2020-06-26 | adb: add autopoll_blocked variable to block autopoll | Mark Cave-Ayland |
2020-06-26 | adb: use adb_request() only for explicit requests | Mark Cave-Ayland |
2020-06-26 | adb: add status field for holding information about the last ADB request | Mark Cave-Ayland |
2020-06-26 | adb: keep track of devices with pending data | Mark Cave-Ayland |
2020-06-26 | adb: introduce new ADBDeviceHasData method to ADBDeviceClass | Mark Cave-Ayland |
2020-06-26 | adb: create autopoll variables directly within ADBBusState | Mark Cave-Ayland |
2020-06-26 | adb: introduce realize/unrealize and VMStateDescription for ADB bus | Mark Cave-Ayland |
2020-06-26 | adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround | Mark Cave-Ayland |
2020-06-26 | adb: coding style update to fix checkpatch errors | Mark Cave-Ayland |
2020-06-24 | acpi: move aml builder code for i8042 (kbd+mouse) device | Gerd Hoffmann |
2020-06-05 | hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask() | Philippe Mathieu-Daudé |