summaryrefslogtreecommitdiffstats
path: root/hw/input
Commit message (Expand)AuthorAgeFilesLines
* virtio-input: fix memory leak on unrealizeMarc-André Lureau2019-11-251-0/+3
* hw/input/lm832x: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-7/+5Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-4/+5
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-167-7/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1613-0/+14
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-168-0/+9
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-165-0/+7
* stellaris_input: Fix vmstate description of buttons fieldPeter Maydell2019-07-261-4/+6
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+4
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-129-1/+12
* hw/input: Add a CONFIG_PS2 switch for the ps2.c fileThomas Huth2019-05-152-1/+6
* virtio-input: fix Kconfig dependency and MakefileGerd Hoffmann2019-05-132-4/+2Star
* Add vhost-user-input-pciMarc-André Lureau2019-05-103-0/+135
* hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2019-04-292-3/+3
* hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-8/+8
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-1/+1
* virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-1/+3
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+5
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+23
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* pckbd: Convert DPRINTF->traceDr. David Alan Gilbert2019-02-142-13/+13
* hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé2019-02-061-12/+6Star
* hw: input: set category of the i8042 devicekumar sourav2019-01-301-0/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-113-3/+3
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-3/+3
* input/pl050: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+5Star
* milkymist-softusb: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-9/+7Star
* ps2kbd: default to scan enabled after resetHervé Poussineau2018-11-271-1/+1
* ps2: prevent changing irq state on save and loadPavel Dovgalyuk2018-10-021-2/+6
* hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé2018-06-292-4/+6
* hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-5/+8
* hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-1/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell2018-06-191-1/+1
|\
| * ps2: check PS2Queue wptr pointer in post_load routineliujunjie2018-06-181-1/+1
* | adb: add property to disable direct reg 3 writesMark Cave-Ayland2018-06-163-28/+41
* | adb: fix read reg 3 byte orderingMark Cave-Ayland2018-06-162-4/+4
|/
* hw/input/pckbd: Convert away from old_mmioPeter Maydell2018-06-151-6/+8
* hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-3/+3
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-5/+4Star
* ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae2018-05-151-29/+95
* ps2: Clear the PS/2 queue and obey disableGeoffrey McRae2018-05-151-0/+11
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-1/+1
* adb: add trace-events for monitoring keyboard/mouse during bus enumerationMark Cave-Ayland2018-03-063-0/+14
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-052-4/+4