aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-15hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé1-3/+3
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu1-5/+7
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost1-6/+2
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha1-2/+2
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov1-14/+30
2021-07-16hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang1-1/+1
2021-07-16hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang1-2/+66
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova1-4/+10
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova1-11/+19
2021-07-03acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov1-2/+7
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+20
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+6
2021-05-04x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov1-2/+6
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-24/+24
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand1-5/+3
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand1-1/+2
2021-03-22pci: acpi: add _DSM method to PCI devicesIgor Mammedov1-3/+102
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-1/+12
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-2/+2
2021-02-23i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson1-2/+6
2021-02-23hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata1-1/+45
2021-02-23acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata1-3/+15
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-28/+58
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-1/+2
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov1-0/+1
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov1-0/+4
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao1-293/+0
2020-11-16hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé1-22/+19
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky1-2/+8
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky1-0/+2
2020-10-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann1-1/+1
2020-09-30acpi: i386: Move VMBus DSDT entry to SBJon Doron1-5/+7
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha1-7/+18
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha1-6/+6
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov1-1/+28
2020-09-29x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov1-0/+6
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-1/+1
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin1-2/+2
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-3/+1
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 Hoffmann1-23/+1
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-39/+0
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann1-83/+0
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+43
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann1-1/+1
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann1-123/+3