qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 4/5] crash: export paddr_vmcoreinfo_note()


From: Dave Young
Subject: Re: [Qemu-devel] [PATCH v6 4/5] crash: export paddr_vmcoreinfo_note()
Date: Tue, 14 Nov 2017 14:39:55 +0800
User-agent: Mutt/1.8.3 (2017-05-23)

On 11/13/17 at 08:29pm, Marc-André Lureau wrote:
> 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 <address@hidden>
> CC: Baoquan He <address@hidden>
> CC: Dave Young <address@hidden>
> CC: Dave Young <address@hidden>
> CC: Hari Bathini <address@hidden>
> CC: Tony Luck <address@hidden>
> CC: Vivek Goyal <address@hidden>
> Signed-off-by: Marc-André Lureau <address@hidden>
> Acked-by: Gabriel Somlo <address@hidden>
> ---
>  kernel/crash_core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/crash_core.c b/kernel/crash_core.c
> index 6db80fc0810b..47541c891810 100644
> --- a/kernel/crash_core.c
> +++ b/kernel/crash_core.c
> @@ -375,6 +375,7 @@ phys_addr_t __weak paddr_vmcoreinfo_note(void)
>  {
>       return __pa(vmcoreinfo_note);
>  }
> +EXPORT_SYMBOL(paddr_vmcoreinfo_note);
>  
>  static int __init crash_save_vmcoreinfo_init(void)
>  {
> -- 
> 2.15.0.125.g8f49766d64
> 

Acked-by: Dave Young <address@hidden>

Thanks
Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]