aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann
2020-06-17microvm: drop max-ram-below-4g supportGerd Hoffmann
2020-06-17microvm: use 3G split unconditionallyGerd Hoffmann
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-12xen: fix build without pci passthroughAnthony PERARD
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann
2020-06-10hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang
2020-06-10hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe 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-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron
2020-06-10i386:pc: whitelist dynamic vmbus-bridgeJon Doron
2020-06-09hw/i386/xen/xen-hvm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger
2020-06-09acpi: Convert build_tpm2() to build_append* APIEric Auger
2020-06-09acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann
2020-06-09acpi: parallel: don't use _STA methodGerd Hoffmann