aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)Author
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: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: add helper routines to initialize ACPI tablesIgor Mammedov
2021-09-04acpi: Delete broken ACPI_GED_X86 macroEduardo Habkost
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
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-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
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-22acpi: add aml_to_decimalstring() and aml_call6() helpersIgor Mammedov
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku 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-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann
2020-09-17acpi: ged: add x86 device variant.Gerd Hoffmann
2020-09-17acpi: ged: add control regsGerd Hoffmann
2020-09-09vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENIDEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum
2020-05-04move 'typedef Aml' to qemu/types.hGerd Hoffmann
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum