On 7/30/26 12:29, Daniel P. Berrangé wrote:
On Tue, Jul 07, 2026 at 09:48:19AM +0200, Denis V. Lunev via Devel wrote:
QEMU reports win-dmp as available only when the guest is Windows and has published a vmcoreinfo dump header. In that case prefer it over the elf default: converting an elf dump into a Windows- debuggable format afterwards is possible but complicated and unreliable. Hmm, this is only correct when referring to latest pending QEMU 11.1 release. Previous releases unconditionally report win-dmp, so unless we filter on fixed QEMU we'll break auto-dump for all non-Windows guests in existing QEMU releases.
That is correct, but there is no introspection/capability. Should we add/track this here on a base of version or we should run for capability flag before 11.1 is released? Den