aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-input.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan1-3/+3
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé1-1/+1
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez1-4/+5
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-9/+3
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-12/+8
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-5/+6
2019-05-10Add vhost-user-input-pciMarc-André Lureau1-0/+14
2017-09-29virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann1-0/+1
2017-03-27virtio-input: fix eventq batchingLadi Prosek1-1/+4
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-04-13virtio-input: support absolute axis config in pass-throughLadi Prosek1-0/+3
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann1-14/+0
2016-04-13virtio-input: add parenthesis to const_le{16, 32}Gerd Hoffmann1-6/+6
2015-07-03virtio-input: add input routing supportGerd Hoffmann1-0/+2
2015-06-23virtio-input: evdev passthroughGerd Hoffmann1-0/+13
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann1-8/+1
2015-06-02virtio-input: make virtio devices follow usual naming conventionGerd Hoffmann1-4/+4
2015-06-02virtio-input: const_le16 and const_le32 not build time constantMichael Mueller1-2/+8
2015-05-29virtio-input: emulated devices [device]Gerd Hoffmann1-0/+21
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann1-0/+84