aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/vmmouse.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+4
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon1-12/+6
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon1-1/+1
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé1-1/+21
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé1-0/+1
2020-02-06hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmportThomas Huth1-0/+6
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-5/+3
2019-09-03i386/vmmouse: Properly reset stateJan Kiszka1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+2
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-0/+1
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé1-0/+303