Re: [libvirt] [PATCH 7/9] qemu: blockjob: Ensure that config disk source is identical when modifying it

2019-07-24 Thread Eric Blake
On 7/24/19 4:07 PM, Peter Krempa wrote: > qemuBlockJobRewriteConfigDiskSource rewrites the disk source only > according to the 'target'. This means that if someone would change the > inactive config of the VM to refer to a different disk a block job would > rewrite it when finishing a job which

[libvirt] [PATCH 7/9] qemu: blockjob: Ensure that config disk source is identical when modifying it

2019-07-24 Thread Peter Krempa
qemuBlockJobRewriteConfigDiskSource rewrites the disk source only according to the 'target'. This means that if someone would change the inactive config of the VM to refer to a different disk a block job would rewrite it when finishing a job which modifies the disk source. Make sure that this