Re: [Qemu-devel] [PATCH v6 5/5] fw_cfg: write vmcoreinfo details

2017-11-16 Thread Michael S. Tsirkin
On Thu, Nov 16, 2017 at 08:34:23AM -0500, Marc-André Lureau wrote: > Hi > > - Original Message - > > On Mon, Nov 13, 2017 at 08:29:58PM +0100, Marc-André Lureau wrote: > > > If the "etc/vmcoreinfo" fw_cfg file is present and we are not running > > > the kdump kernel, write the addr/size

Re: [Qemu-devel] [PATCH v6 5/5] fw_cfg: write vmcoreinfo details

2017-11-16 Thread Marc-André Lureau
Hi - Original Message - > On Mon, Nov 13, 2017 at 08:29:58PM +0100, Marc-André Lureau wrote: > > If the "etc/vmcoreinfo" fw_cfg file is present and we are not running > > the kdump kernel, write the addr/size of the vmcoreinfo ELF note. > > > > Signed-off-by: Marc-André Lureau

Re: [Qemu-devel] [PATCH v6 5/5] fw_cfg: write vmcoreinfo details

2017-11-15 Thread Michael S. Tsirkin
On Mon, Nov 13, 2017 at 08:29:58PM +0100, Marc-André Lureau wrote: > If the "etc/vmcoreinfo" fw_cfg file is present and we are not running > the kdump kernel, write the addr/size of the vmcoreinfo ELF note. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Gabriel

[Qemu-devel] [PATCH v6 5/5] fw_cfg: write vmcoreinfo details

2017-11-13 Thread Marc-André Lureau
If the "etc/vmcoreinfo" fw_cfg file is present and we are not running the kdump kernel, write the addr/size of the vmcoreinfo ELF note. Signed-off-by: Marc-André Lureau Reviewed-by: Gabriel Somlo --- drivers/firmware/qemu_fw_cfg.c | 87