On Thu, Jan 31, 2019 at 02:43:50PM +0100, Peter Krempa wrote:
qemuDomainBlockPivot and qemuDomainBlockJobAbort need the job name
for
cancelling or pivoting but were generating it locally instead of
accessing the existing copy in the job data structure.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_driver.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano