aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-06-17microvm: drop max-ram-below-4g supportGerd Hoffmann1-19/+0
2020-06-17microvm: use 3G split unconditionallyGerd Hoffmann1-15/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster4-4/+4
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster1-2/+2
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster1-5/+5
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2-4/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-5/+5
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-2/+2
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-72/+240
2020-06-12xen: fix build without pci passthroughAnthony PERARD1-1/+1
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-258/+184
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann3-13/+18
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann4-123/+170
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann1-7/+7
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-06-09hw/i386/xen/xen-hvm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger1-44/+0
2020-06-09acpi: Convert build_tpm2() to build_append* APIEric Auger1-9/+19
2020-06-09acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger1-4/+8
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann1-23/+0
2020-06-09acpi: parallel: don't use _STA methodGerd Hoffmann1-21/+8
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann1-32/+0
2020-06-09acpi: serial: don't use _STA methodGerd Hoffmann1-24/+8
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann1-17/+0
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma1-0/+5
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