qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] dump: add Windows crashdump format


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/4] dump: add Windows crashdump format
Date: Wed, 27 Jun 2018 11:37:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 17/05/2018 18:23, Viktor Prutyanov wrote:
> Recently a Windows guest driver has been added with the ability to
> publish the data needed to produce useful guest dumps on the
> hypervisor side.  The data is wrapped in a standard VMCOREINFO
> container and is exposed to the hypervisor via FwCfg (see
> https://github.com/virtio-win/kvm-guest-drivers-windows/tree/master/fwcfg64)
> 
> This patch series extends dump-guest-memory to make use of this data
> and generate guest dumps in Windows crashdump format directly in QEMU
> (as opposed to postprocessing the traditional ELF dumps).
> 
> The first patch in the series is identical to the one posted two weeks
> ago with message-id: <address@hidden>.
> The rest are various improvements on top of it, making it useful in
> situations beyond immediately after a BSOD.
> 
> Viktor Prutyanov (4):
>   dump: add Windows dump format to dump-guest-memory
>   dump: use system context in Windows dump
>   dump: add fallback KDBG using in Windows dump
>   dump: add Windows live system dump
> 
>  Makefile.target |   1 +
>  dump.c          |  24 +++-
>  hmp-commands.hx |  13 +-
>  hmp.c           |   9 +-
>  qapi/misc.json  |   5 +-
>  win_dump.c      | 385 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  win_dump.h      | 176 ++++++++++++++++++++++++++
>  7 files changed, 604 insertions(+), 9 deletions(-)
>  create mode 100644 win_dump.c
>  create mode 100644 win_dump.h
> 

Queued, thanks.

Paolo



reply via email to

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