summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-215-7/+6Star
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-081-2/+2
* hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow2022-03-081-4/+22
* hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell2022-03-021-2/+6
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-02-221-0/+2
|\
| * hid: Implement support for side and extra buttonsNoah Bergbauer2022-02-221-0/+2
* | exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
|/
* ps2: Initial horizontal scroll supportDmitry Petrov2022-01-131-8/+49
* hw/input/lasips2: Fix typos in function namesPhilippe Mathieu-Daudé2021-10-311-4/+4
* ps2: migration support for command reply queueVolker Rümelin2021-09-101-6/+34
* ps2: use a separate keyboard command reply queueVolker Rümelin2021-09-101-31/+84
* ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin2021-09-101-49/+20Star
* 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