mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
acpi/ghes: better name GHES memory error function
The current function used to generate GHES data is specific for memory errors. Give a better name for it, as we now have a generic function as well. Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Message-Id: <35b59121129d5e99cb5062cc3d775594bbb0905b.1736945236.git.mchehab+huawei@kernel.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
48b0dcdd67
commit
d32028a540
4 changed files with 5 additions and 5 deletions
|
@ -415,7 +415,7 @@ void ghes_record_cper_errors(const void *cper, size_t len,
|
|||
return;
|
||||
}
|
||||
|
||||
int acpi_ghes_record_errors(uint16_t source_id, uint64_t physical_address)
|
||||
int acpi_ghes_memory_errors(uint16_t source_id, uint64_t physical_address)
|
||||
{
|
||||
/* Memory Error Section Type */
|
||||
const uint8_t guid[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue