index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
adb-mouse.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-26
adb: use adb_device prefix for ADB device trace events
Mark Cave-Ayland
2020-06-26
adb: introduce new ADBDeviceHasData method to ADBDeviceClass
Mark Cave-Ayland
2020-06-26
adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround
Mark Cave-Ayland
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-16
adb: add property to disable direct reg 3 writes
Mark Cave-Ayland
2018-06-16
adb: fix read reg 3 byte ordering
Mark Cave-Ayland
2018-03-06
adb: add trace-events for monitoring keyboard/mouse during bus enumeration
Mark Cave-Ayland
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2017-12-21
Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
Laurent Vivier