aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-06-12xen: fix build without pci passthroughAnthony PERARD1-1/+1
2020-06-10hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang1-9/+10
2020-06-10hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé1-1/+15
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé5-0/+5
2020-06-10hw/i386/vmport: Assert vmport initialized before registering commandsLiran Alon1-0/+2
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon1-0/+19
2020-06-10hw/i386/vmport: Allow x2apic without IRLiran Alon1-1/+8
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon1-0/+14
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon1-0/+22
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon2-21/+8
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon4-37/+3
2020-06-10hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSIONLiran Alon1-0/+27
2020-06-10hw/i386/vmport: Introduce vmware-vmx-version propertyLiran Alon1-1/+8
2020-06-10hw/i386/vmport: Set EAX to -1 on failed and unsupported commandsLiran Alon1-4/+15
2020-06-10hw/i386/vmport: Propagate IOPort read to vCPU EAX registerLiran Alon1-3/+29
2020-06-10hw/i386/vmport: Add device propertiesLiran Alon1-0/+6
2020-06-10hw/i386/vmport: Add reference to VMware open-vm-toolsLiran Alon1-0/+7
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+43
2020-06-10i386:pc: whitelist dynamic vmbus-bridgeJon Doron2-0/+4
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop @errp parameter of object_property_del()Markus Armbruster1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster2-3/+3
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster6-25/+21
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster3-12/+10
2020-05-06hw: add compat machines for 5.1Cornelia Huck3-2/+28
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé2-23/+22
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé4-0/+37
2020-05-04hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé1-1/+0
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé1-1/+1
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon1-0/+31
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee4-0/+13
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann1-0/+1
2020-05-04acpi: drop pointless _STA methodGerd Hoffmann1-11/+3
2020-04-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum1-1/+1
2020-04-11piix: fix xenfv regression, add compat machine xenfv-4.2Olaf Hering1-3/+16
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger1-0/+1
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger2-10/+33
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+5
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann4-4/+36
2020-03-29hw/i386/amd_iommu.c: Fix corruption of log events passed to guestPeter Maydell1-1/+1
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-43/+61
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-9/+9
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger1-1/+1
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger2-0/+2
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger1-4/+0
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger1-0/+1
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2-14/+30
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger2-30/+33
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan1-1/+0