Re: [libvirt] [PATCH v4 1/4] qemu: block: propagate the delete flag to where it can actually be used

2019-12-10 Thread Peter Krempa
On Tue, Dec 10, 2019 at 17:25:38 +0100, Pavel Mores wrote: > Propagate the delete flag from qemuDomainBlockCommit() (which was just > ignoring it until now) to qemuBlockJobDiskNewCommit() where it can be > stored in the qemuBlockJobCommitData structure which holds information > necessary to finish

[libvirt] [PATCH v4 1/4] qemu: block: propagate the delete flag to where it can actually be used

2019-12-10 Thread Pavel Mores
Propagate the delete flag from qemuDomainBlockCommit() (which was just ignoring it until now) to qemuBlockJobDiskNewCommit() where it can be stored in the qemuBlockJobCommitData structure which holds information necessary to finish the job asynchronously. In the actual qemuBlockJobDiskNewCommit()