]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: drop the plumbing needed for kvm-img/qcow-create
authorCole Robinson <crobinso@redhat.com>
Fri, 15 Apr 2016 21:07:02 +0000 (17:07 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 20 Apr 2016 12:59:57 +0000 (08:59 -0400)
commit272c6224759add8be0333a5baf969d4511ae8622
tree9136e188c77e55ca2e69a651453a77484488d192
parent487d211d20799a29ca5009487f6db9ab20ba07e9
storage: drop the plumbing needed for kvm-img/qcow-create

Remove all the plumbing needed for the different qcow-create/kvm-img
non-raw file creation.

We can drop the error messages because CreateQemuImg will thrown an
error for us but with slightly less fidelity (unable to find qemu-img),
which I think is acceptable given the unlikeliness of that error in
practice.
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_fs.c