crash: export paddr_vmcoreinfo_note()
The following patch is going to use the symbol from the fw_cfg module, to call the function and write the note location details in the vmcoreinfo entry, so qemu can produce dumps with the vmcoreinfo note. CC: Andrew Morton <akpm@linux-foundation.org> CC: Hari Bathini <hbathini@linux.vnet.ibm.com> CC: Tony Luck <tony.luck@intel.com> CC: Vivek Goyal <vgoyal@redhat.com> Acked-by: Baoquan He <bhe@redhat.com> Acked-by: Dave Young <dyoung@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gabriel Somlo <somlo@cmu.edu> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Родитель
14d1824c76
Коммит
43d4cb47f6
|
@ -376,6 +376,7 @@ phys_addr_t __weak paddr_vmcoreinfo_note(void)
|
||||||
{
|
{
|
||||||
return __pa(vmcoreinfo_note);
|
return __pa(vmcoreinfo_note);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(paddr_vmcoreinfo_note);
|
||||||
|
|
||||||
static int __init crash_save_vmcoreinfo_init(void)
|
static int __init crash_save_vmcoreinfo_init(void)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче