]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't reject making domain persistent if block copy is running
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jan 2019 11:28:25 +0000 (12:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 29 Jan 2019 16:11:02 +0000 (17:11 +0100)
commit5ea24bbb54f51ede24423396bc8a3daf1b3a4eba
treec1fdbc3e7e93618be1f5a2d2faafc28c2977a8ce
parent7431b3eb9a05068e4ba05d0bb236b440b33eb1ab
qemu: Don't reject making domain persistent if block copy is running

Add documentation that the 'VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB' flag
is auto-assumed if the block copy job is started while the VM is
transient and remove the restriction to define the domain when copy
is running.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libvirt-domain.c
src/qemu/qemu_driver.c