On Tue, Aug 11, 2026 at 11:24:53AM +0200, Denis V. Lunev via Devel wrote: > query-dump-guest-memory-capability reported win-dmp on any x86 machine, > whether or not the guest had published a Windows dump header. QEMU > commit 1c0e259c5a35 tied it to the guest's vmcoreinfo note, but left > the change invisible to introspection. > > QEMU 11.1 marks the win-dmp member of DumpGuestMemoryFormat with an > 'allowed-by-guest' feature. Detect it, so a caller picking a dump format > can tell whether a reported win-dmp says anything about the guest. > > Signed-off-by: Denis V. Lunev <[email protected]> > --- > src/qemu/qemu_capabilities.c | 4 ++++ > src/qemu/qemu_capabilities.h | 3 +++ > tests/qemucapabilitiesdata/caps_11.1.0_aarch64.replies | 5 ++++- > tests/qemucapabilitiesdata/caps_11.1.0_aarch64.xml | 1 + > tests/qemucapabilitiesdata/caps_11.1.0_x86_64.replies | 5 ++++- > tests/qemucapabilitiesdata/caps_11.1.0_x86_64.xml | 1 + > tests/qemumonitorjsontest.c | 3 +++ > 7 files changed, 20 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
