Re: [libvirt] [PATCH 7/8] qemu: capabilities: Add detection of the 'savevm' fix for -blockdev

2019-11-21 Thread Daniel P . Berrangé
On Mon, Nov 18, 2019 at 06:02:07PM +0100, Peter Krempa wrote: > The 'savevm' HMP command didn't work properly with blockdev as it tried > to do snapshot of everything including the protocol nodes accessing > files which are not snapshottable. Qemu fixed this bug so now we need to > detect it to all

[libvirt] [PATCH 7/8] qemu: capabilities: Add detection of the 'savevm' fix for -blockdev

2019-11-18 Thread Peter Krempa
The 'savevm' HMP command didn't work properly with blockdev as it tried to do snapshot of everything including the protocol nodes accessing files which are not snapshottable. Qemu fixed this bug so now we need to detect it to allow enabling blockdev. Signed-off-by: Peter Krempa --- src/qemu/qemu