summaryrefslogtreecommitdiffstats
path: root/hw/i386/vmport.c
Commit message (Expand)AuthorAgeFilesLines
* i386: do not use ram_size globalPaolo Bonzini2020-12-101-1/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé2020-06-101-1/+15
* hw/i386/vmport: Assert vmport initialized before registering commandsLiran Alon2020-06-101-0/+2
* hw/i386/vmport: Add support for CMD_GETHZLiran Alon2020-06-101-0/+19
* hw/i386/vmport: Allow x2apic without IRLiran Alon2020-06-101-1/+8
* hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon2020-06-101-0/+14
* hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon2020-06-101-0/+22
* hw/i386/vmport: Define enum for all commandsLiran Alon2020-06-101-9/+2Star
* hw/i386/vmport: Introduce vmport.hLiran Alon2020-06-101-1/+1
* hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSIONLiran Alon2020-06-101-0/+27
* hw/i386/vmport: Introduce vmware-vmx-version propertyLiran Alon2020-06-101-1/+8
* hw/i386/vmport: Set EAX to -1 on failed and unsupported commandsLiran Alon2020-06-101-4/+15
* hw/i386/vmport: Propagate IOPort read to vCPU EAX registerLiran Alon2020-06-101-3/+29
* hw/i386/vmport: Add device propertiesLiran Alon2020-06-101-0/+6
* hw/i386/vmport: Add reference to VMware open-vm-toolsLiran Alon2020-06-101-0/+7
* hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé2020-05-041-22/+1Star
* hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé2020-05-041-0/+1
* hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé2020-05-041-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-0/+1
* hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier2017-12-211-0/+1
* hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé2017-12-211-9/+5Star
* i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé2017-12-181-0/+182