aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)Author
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-26stellaris_input: Fix vmstate description of buttons fieldPeter Maydell
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-15hw/input: Add a CONFIG_PS2 switch for the ps2.c fileThomas Huth
2019-05-13virtio-input: fix Kconfig dependency and MakefileGerd Hoffmann
2019-05-10Add vhost-user-input-pciMarc-André Lureau
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert
2019-02-06hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé
2019-01-30hw: input: set category of the i8042 devicekumar sourav
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-13input/pl050: Convert sysbus init function to realize functionMao Zhongyi
2018-12-13milkymist-softusb: Convert sysbus init function to realize functionMao Zhongyi
2018-11-27ps2kbd: default to scan enabled after resetHervé Poussineau
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé
2018-06-26hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell
2018-06-18ps2: check PS2Queue wptr pointer in post_load routineliujunjie
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland
2018-06-16adb: fix read reg 3 byte orderingMark Cave-Ayland
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-06adb: add trace-events for monitoring keyboard/mouse during bus enumerationMark Cave-Ayland
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-29Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ...Peter Maydell
2018-01-29hw: convert virtio-input-hid device to keycodemapdbDaniel P. Berrange
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange