aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/vmmouse.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/i386: Constify VMStateRichard Henderson1-1/+1
2023-09-12vmmouse: use explicit codeMarc-André Lureau1-2/+11
2023-09-12vmmouse: replace DPRINTF with tracingMarc-André Lureau1-15/+14
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou1-3/+12
2021-12-18hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé1-0/+4
2021-11-01hw/i386: fix vmmouse registrationPavel Dovgalyuk1-0/+1
2021-02-20vmmouse: put it into the 'input' categoryGan Qixin1-0/+1
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