aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/ghes.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-05acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov1-6/+4
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell1-0/+17
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-2/+3
2020-07-27ACPI: Assert that we don't run out of the preallocated memoryDongjiu Geng1-8/+4
2020-05-14ACPI: Record Generic Error Status Block(GESB) tableDongjiu Geng1-0/+219
2020-05-14ACPI: Record the Generic Error Status Block addressDongjiu Geng1-0/+14
2020-05-14ACPI: Build Hardware Error Source TableDongjiu Geng1-0/+126
2020-05-14ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng1-0/+89