Re: [PATCH 6/8] qemuDomainBlockPivot: Move check prior to executing the pivot steps

2020-03-09 Thread Ján Tomko
On a Friday in 2020, Peter Krempa wrote: Move the check whether the job is already synchronised to the beginning of the function so that we don't try to do some of the steps necessary for pivoting prior to actually wanting to pivot. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 14

[PATCH 6/8] qemuDomainBlockPivot: Move check prior to executing the pivot steps

2020-02-28 Thread Peter Krempa
Move the check whether the job is already synchronised to the beginning of the function so that we don't try to do some of the steps necessary for pivoting prior to actually wanting to pivot. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 14 +++--- 1 file changed, 7