Re: [Qemu-devel] [PATCH] dump: add Windows dump format to dump-guest-memory

2018-04-17 Thread Marc-André Lureau
Hi On Tue, Apr 17, 2018 at 2:35 PM, Viktor Prutyanov wrote: > On Tue, 17 Apr 2018 14:03:18 +0200 > Marc-André Lureau wrote: > >> Hi >> >> On Mon, Apr 16, 2018 at 9:40 PM, Viktor Prutyanov >> wrote: >> > This patch adds Windows crashdumping feature. Now QEMU can produce >> > crashdump file under

Re: [Qemu-devel] [PATCH] dump: add Windows dump format to dump-guest-memory

2018-04-17 Thread Viktor Prutyanov
On Tue, 17 Apr 2018 14:03:18 +0200 Marc-André Lureau wrote: > Hi > > On Mon, Apr 16, 2018 at 9:40 PM, Viktor Prutyanov > wrote: > > This patch adds Windows crashdumping feature. Now QEMU can produce > > crashdump file understandable for WinDbg. The crashdump will be > > obtained by joining phys

Re: [Qemu-devel] [PATCH] dump: add Windows dump format to dump-guest-memory

2018-04-17 Thread Marc-André Lureau
Hi On Mon, Apr 16, 2018 at 9:40 PM, Viktor Prutyanov wrote: > This patch adds Windows crashdumping feature. Now QEMU can produce crashdump > file understandable for WinDbg. The crashdump will be obtained by joining > physical memory dump and 8K header exposed through vmcoreinfo/fw_cfg device > by

[Qemu-devel] [PATCH] dump: add Windows dump format to dump-guest-memory

2018-04-16 Thread Viktor Prutyanov
This patch adds Windows crashdumping feature. Now QEMU can produce crashdump file understandable for WinDbg. The crashdump will be obtained by joining physical memory dump and 8K header exposed through vmcoreinfo/fw_cfg device by guest driver at BSOD time. Option '-w' was added to dump-guest-memory