summary refs log tree commit diff stats
path: root/hw/i386/acpi-build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-241-2/+4
* hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIStatePhilippe Mathieu-Daudé2023-04-211-1/+1
* hw/i386/amd_iommu: Remove intermediate AMDVIState::devid fieldPhilippe Mathieu-Daudé2023-04-211-1/+3
* acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov2023-03-071-5/+4
* acpi: pci: move BSEL into build_append_pcihp_slots()Igor Mammedov2023-03-071-9/+6
* acpi: pci: drop BSEL usage when deciding that device isn't hotpluggableIgor Mammedov2023-03-071-1/+1
* acpi: pci: describe all functions on populated slotsIgor Mammedov2023-03-071-6/+0
* acpi: pci: support acpi-index for non-hotpluggable devicesIgor Mammedov2023-03-071-0/+25
* acpi: pci: add EDSM method to DSDTIgor Mammedov2023-03-071-0/+54
* pcihp: move PCI _DSM function 0 prolog into separate functionIgor Mammedov2023-03-071-24/+30
* x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl...Igor Mammedov2023-03-071-9/+13
* hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron2023-03-021-1/+0
* hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-271-1/+1
* hw/i386/ich9: Clean up includesBernhard Beschow2023-02-271-0/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug pathIgor Mammedov2023-01-281-15/+12
* pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slotsIgor Mammedov2023-01-281-10/+6
* pcihp: acpi: decouple hotplug and generic slots descriptionIgor Mammedov2023-01-281-49/+72
* pcihp: isolate rule whether slot should be described in DSDTIgor Mammedov2023-01-281-40/+43
* pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2023-01-281-15/+2
* x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridgesIgor Mammedov2023-01-281-8/+16
* pcihp: do not put empty PCNT in DSDTIgor Mammedov2023-01-281-8/+18
* pcihp: compose PCNT callchain right before its user _GPE._E01Igor Mammedov2023-01-281-2/+30
* pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov2023-01-281-26/+21
* x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov2023-01-281-1/+2
* x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov2023-01-281-1/+0
* hw/i386/acpi-build: Remove unused attributesBernhard Beschow2023-01-271-2/+0
* include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2023-01-081-1/+1
* pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov2022-12-211-3/+2
* hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow2022-11-071-5/+6
* hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow2022-11-071-14/+6
* hw/i386/acpi-build: Remove unused structBernhard Beschow2022-11-071-7/+0
* acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov2022-11-071-22/+25
* acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov2022-11-071-24/+3
* acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov2022-11-071-75/+0
* acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov2022-11-071-25/+1
* x86: pci: acpi: consolidate PCI slots creationIgor Mammedov2022-10-091-57/+54
* x86: pci: acpi: reorder Device's _DSM methodIgor Mammedov2022-10-091-3/+1
* x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov2022-10-091-1/+1
* x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov2022-10-091-29/+27
* x86: acpi: _DSM: use Package to pass parametersIgor Mammedov2022-10-091-13/+27
* acpi: x86: refactor PDSM method to reduce nestingIgor Mammedov2022-10-091-62/+77
* acpi: x86: deduplicate HPET AML buildingIgor Mammedov2022-10-091-6/+4
* hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-261-1/+1
* hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-111-0/+1
* hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-091-3/+3
* hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron2022-06-091-2/+2
* x86: acpi-build: do not include hw/isa/isa.h directlyIgor Mammedov2022-06-091-1/+0
* acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-091-34/+0
* acpi: pc/q35: remove not needed 'if' condition on pci busIgor Mammedov2022-06-091-8/+2