Searched hist:"1 c81f5735af3e2356bb75482a58786a4f26d8300" (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/acpi/ |
H A D | ghes-stub.c | 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 12:24:37 UTC 2021 Peter Maydell <peter.maydell@linaro.org> hw/acpi: Provide function acpi_ghes_present()
Allow code elsewhere in the system to check whether the ACPI GHES table is present, so it can determine whether it is OK to try to record an error by calling acpi_ghes_record_errors().
(We don't need to migrate the new 'present' field in AcpiGhesState, because it is set once at system initialization and doesn't change.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Dongjiu Geng <gengdongjiu1@gmail.com> Message-id: 20210603171259.27962-3-peter.maydell@linaro.org
|
H A D | ghes.c | 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 12:24:37 UTC 2021 Peter Maydell <peter.maydell@linaro.org> hw/acpi: Provide function acpi_ghes_present()
Allow code elsewhere in the system to check whether the ACPI GHES table is present, so it can determine whether it is OK to try to record an error by calling acpi_ghes_record_errors().
(We don't need to migrate the new 'present' field in AcpiGhesState, because it is set once at system initialization and doesn't change.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Dongjiu Geng <gengdongjiu1@gmail.com> Message-id: 20210603171259.27962-3-peter.maydell@linaro.org
|
/qemu/include/hw/acpi/ |
H A D | ghes.h | 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 12:24:37 UTC 2021 Peter Maydell <peter.maydell@linaro.org> hw/acpi: Provide function acpi_ghes_present()
Allow code elsewhere in the system to check whether the ACPI GHES table is present, so it can determine whether it is OK to try to record an error by calling acpi_ghes_record_errors().
(We don't need to migrate the new 'present' field in AcpiGhesState, because it is set once at system initialization and doesn't change.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Dongjiu Geng <gengdongjiu1@gmail.com> Message-id: 20210603171259.27962-3-peter.maydell@linaro.org
|