aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)Author
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
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov
2021-10-05acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: x86: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov
2021-09-30i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson
2021-09-15hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov
2021-07-16hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang
2021-07-16hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova
2021-07-03acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-04x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand
2021-03-22pci: acpi: add _DSM method to PCI devicesIgor Mammedov
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov
2021-02-23i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson
2021-02-23hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata
2021-02-23acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2021-01-17acpi: Add addr offset in build_crsJiahui Cen
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao
2020-11-16hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug offPhilippe Mathieu-Daudé
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky
2020-10-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann
2020-09-30acpi: i386: Move VMBus DSDT entry to SBJon Doron
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha