mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
nvdimm acpi: rename nvdimm_acpi_hotplug
Rename it to nvdimm_plug() Suggested-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
This commit is contained in:
parent
880f361253
commit
284197e41f
3 changed files with 3 additions and 3 deletions
|
@ -380,7 +380,7 @@ static void nvdimm_build_fit_buffer(NvdimmFitBuffer *fit_buf)
|
|||
fit_buf->dirty = true;
|
||||
}
|
||||
|
||||
void nvdimm_acpi_hotplug(AcpiNVDIMMState *state)
|
||||
void nvdimm_plug(AcpiNVDIMMState *state)
|
||||
{
|
||||
nvdimm_build_fit_buffer(&state->fit_buf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue