aboutsummaryrefslogtreecommitdiff
path: root/hw/input
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster3-9/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-04hw/input/adb-kbd: Remove dead assignmentPhilippe Mathieu-Daudé1-5/+1
2020-02-04hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth1-1/+0
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-4/+4
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle5-0/+305
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle1-0/+10
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau5-7/+7
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+2
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell1-5/+3
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-5/+3
2020-01-05virtio-input: convert to new virtio_delete_queueMichael S. Tsirkin1-2/+3
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-11-25virtio-input: fix memory leak on unrealizeMarc-André Lureau1-0/+3
2019-10-15hw/input/lm832x: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-7/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-2/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster6-4/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster7-7/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster13-0/+14
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster8-0/+9
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster5-0/+7
2019-07-26stellaris_input: Fix vmstate description of buttons fieldPeter Maydell1-4/+6
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+4
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster9-1/+12
2019-05-15hw/input: Add a CONFIG_PS2 switch for the ps2.c fileThomas Huth2-1/+6
2019-05-13virtio-input: fix Kconfig dependency and MakefileGerd Hoffmann2-4/+2
2019-05-10Add vhost-user-input-pciMarc-André Lureau3-0/+135
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2-3/+3
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-8/+8
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-1/+1
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-1/+3
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+5
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+23
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert2-13/+13
2019-02-06hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé1-12/+6
2019-01-30hw: input: set category of the i8042 devicekumar sourav1-0/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini3-3/+3
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-3/+3
2018-12-13input/pl050: Convert sysbus init function to realize functionMao Zhongyi1-6/+5
2018-12-13milkymist-softusb: Convert sysbus init function to realize functionMao Zhongyi1-9/+7
2018-11-27ps2kbd: default to scan enabled after resetHervé Poussineau1-1/+1
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk1-2/+6
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé2-4/+6
2018-06-26hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-5/+8