Skip to content
Commit 29985b09 authored by Juergen Gross's avatar Juergen Gross
Browse files

xen,kdump: handle pv domain in paddr_vmcoreinfo_note()



For kdump to work correctly it needs the physical address of
vmcoreinfo_note. When running as dom0 this means the virtual address
has to be translated to the related machine address.

paddr_vmcoreinfo_note() is meant to do the translation via
__pa_symbol() only, but being attributed "weak" it can be replaced
easily in Xen case.

Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Tested-by: default avatarPetr Tesarik <ptesarik@suse.com>
Reviewed-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: default avatarDaniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 8945c08e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment