[PATCH 2/4] lib: Add win-dmp crashdump format

Peter Krempa pkrempa at redhat.com
Thu May 20 14:13:09 UTC 2021


On Thu, May 20, 2021 at 15:49:53 +0200, Michal Privoznik wrote:
> QEMU gained support for 'win-dmp' format in it's release of 2.13,

qemu-2.13 doesn't exist. IIRC it was renamed to 3.0 soon after.

> but Libvirt doesn't implement it yet. Fortunately, there not much

s/Libvirt/libvirt/

> needed: new value to virDomainCoreDumpFormat public enum, which
> unfortunately means that QEMU driver has to be updated in the
> same commit, because of VIR_ENUM_IMPL().
> 
> Luckily, we don't need any extra QEMU capability - the code
> already checks supported formats via
> 'query-dump-guest-memory-capability' just before issuing
> 'dump-guest-memory'.




More information about the libvir-list mailing list