]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: save image: Split out checks done only when editing the save img
authorPeter Krempa <pkrempa@redhat.com>
Wed, 17 Sep 2014 13:27:33 +0000 (15:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 22 Sep 2014 14:42:47 +0000 (16:42 +0200)
commit3035123d65714975dcc8527289fe68c7b5d3526f
treecaf7d3dd8e2d2af1ee185b5482000c1137e896ad
parent4e215bcb2f522f898872dc551d3df3cd68c653ba
qemu: save image: Split out checks done only when editing the save img

Move them to the single corresponding function rather than having them
in the common chunk of code.
src/qemu/qemu_driver.c