aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)Author
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha
2023-04-21hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIStatePhilippe Mathieu-Daudé
2023-04-21hw/i386/amd_iommu: Remove intermediate AMDVIState::devid fieldPhilippe Mathieu-Daudé
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov
2023-03-07acpi: pci: move BSEL into build_append_pcihp_slots()Igor Mammedov
2023-03-07acpi: pci: drop BSEL usage when deciding that device isn't hotpluggableIgor Mammedov
2023-03-07acpi: pci: describe all functions on populated slotsIgor Mammedov
2023-03-07acpi: pci: support acpi-index for non-hotpluggable devicesIgor Mammedov
2023-03-07acpi: pci: add EDSM method to DSDTIgor Mammedov
2023-03-07pcihp: move PCI _DSM function 0 prolog into separate functionIgor Mammedov
2023-03-07x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl...Igor Mammedov
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow
2023-02-27hw/i386/ich9: Clean up includesBernhard Beschow
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-01-28pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug pathIgor Mammedov
2023-01-28pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slotsIgor Mammedov
2023-01-28pcihp: acpi: decouple hotplug and generic slots descriptionIgor Mammedov
2023-01-28pcihp: isolate rule whether slot should be described in DSDTIgor Mammedov
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov
2023-01-28x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridgesIgor Mammedov
2023-01-28pcihp: do not put empty PCNT in DSDTIgor Mammedov
2023-01-28pcihp: compose PCNT callchain right before its user _GPE._E01Igor Mammedov
2023-01-28pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov
2023-01-28x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov
2023-01-28x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov
2023-01-27hw/i386/acpi-build: Remove unused attributesBernhard Beschow
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-11-07hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow
2022-11-07hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow
2022-11-07hw/i386/acpi-build: Remove unused structBernhard Beschow
2022-11-07acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov
2022-11-07acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov
2022-10-09x86: pci: acpi: consolidate PCI slots creationIgor Mammedov
2022-10-09x86: pci: acpi: reorder Device's _DSM methodIgor Mammedov
2022-10-09x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov
2022-10-09x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov
2022-10-09x86: acpi: _DSM: use Package to pass parametersIgor Mammedov
2022-10-09acpi: x86: refactor PDSM method to reduce nestingIgor Mammedov
2022-10-09acpi: x86: deduplicate HPET AML buildingIgor Mammedov
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron
2022-06-09x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov
2022-06-09acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov