]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: remove support for /usr/bin/kvm-img
authorCole Robinson <crobinso@redhat.com>
Fri, 15 Apr 2016 21:00:40 +0000 (17:00 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 20 Apr 2016 12:55:36 +0000 (08:55 -0400)
commit487d211d20799a29ca5009487f6db9ab20ba07e9
treefb5efef61b94c587b863e3ca4c7156fa9f5043e8
parent1196fed2e30a0b58f626fc1f049317bcf49fcbb7
storage: remove support for /usr/bin/kvm-img

This an ubuntu/debian packaging convention. At one point it may have
been an actually different binary, but at least as of ubuntu precise
(the oldest supported ubuntu distro, released april 2012) kvm-img is
just a symlink to qemu-img for back compat.

I think it's safe to drop support for it
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/storage/storage_backend.c
src/storage/storage_backend_fs.c
src/util/virfile.c
tests/virstoragetest.c