aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-03-08hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow
2022-03-02hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell
2022-02-22hid: Implement support for side and extra buttonsNoah Bergbauer
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-01-13ps2: Initial horizontal scroll supportDmitry Petrov
2021-10-31hw/input/lasips2: Fix typos in function namesPhilippe Mathieu-Daudé
2021-09-10ps2: migration support for command reply queueVolker Rümelin
2021-09-10ps2: use a separate keyboard command reply queueVolker Rümelin
2021-09-10ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
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