summaryrefslogtreecommitdiff
path: root/hw/i386/vmport.c
AgeCommit message (Expand)Author
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-12-10i386: do not use ram_size globalPaolo Bonzini
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-10hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé
2020-06-10hw/i386/vmport: Assert vmport initialized before registering commandsLiran Alon
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon
2020-06-10hw/i386/vmport: Allow x2apic without IRLiran Alon
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon
2020-06-10hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSIONLiran Alon
2020-06-10hw/i386/vmport: Introduce vmware-vmx-version propertyLiran Alon
2020-06-10hw/i386/vmport: Set EAX to -1 on failed and unsupported commandsLiran Alon
2020-06-10hw/i386/vmport: Propagate IOPort read to vCPU EAX registerLiran Alon
2020-06-10hw/i386/vmport: Add device propertiesLiran Alon
2020-06-10hw/i386/vmport: Add reference to VMware open-vm-toolsLiran Alon
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé
2020-05-04hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2017-12-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier
2017-12-21hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé