
20 May
2021
20 May
'21
4:13 p.m.
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'.