aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)Author
2024-02-15hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron
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
2022-06-09acpi: pc/q35: tpm-tis: fix TPM device scopeIgor Mammedov
2022-06-09acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov
2022-06-09acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov
2022-06-09acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov
2022-06-09acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build...Igor Mammedov
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky
2022-05-13hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder
2022-01-07acpi: tpm: Add missing device identification objectsStefan Berger
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong
2021-11-15hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSCJulia Suvorova
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker
2021-11-01hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov
2021-10-05acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov
2021-10-05acpi: build_waet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov