aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand4-0/+4
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand2-21/+29
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand1-8/+10
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-3/+1
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov3-1/+2
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-229/+35
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann3-23/+30
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-39/+0
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-25/+0
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann1-83/+0
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster1-2/+6
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann5-57/+57
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