Searched hist:"1 c81f5735af3e2356bb75482a58786a4f26d8300" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | ghes-stub.c | diff 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 07:24:37 CDT 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 | diff 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 07:24:37 CDT 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
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ghes.h | diff 1c81f5735af3e2356bb75482a58786a4f26d8300 Thu Jun 17 07:24:37 CDT 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
|