]> xenbits.xensource.com Git - libvirt.git/commit
qemu: blockcopy: Split out checking of the target image file
authorPeter Krempa <pkrempa@redhat.com>
Tue, 11 Jul 2017 15:43:19 +0000 (17:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jul 2017 08:07:48 +0000 (10:07 +0200)
commit5f14a0f2fbcf341b32bbcd8c758063d65b95a692
treeb045902b472b0d8ac37492b47dfd296c1829bcf2
parentf8b6c11ab8a3190f26ac4282e4d70f9d34b55c52
qemu: blockcopy: Split out checking of the target image file

Move the code into a separate function so that the flow of creating the
copy is more obvious and split into logical pieces.
src/qemu/qemu_driver.c