I don't think we need to try and support qcow-create or kvm-img
binaries anymore; everywhere we care about should have a
/usr/bin/qemu-img. See patches for more details
Cole Robinson (3):
storage: remove support for /usr/bin/qcow-create
storage: remove support for /usr/bin/kvm-img
storage: drop the plumbing needed for kvm-img/qcow-create
src/qemu/qemu_domain.c | 2 +-
src/qemu/qemu_driver.c | 4 +-
src/storage/storage_backend.c | 131 ++-------------------------------------
src/storage/storage_backend.h | 9 ++-
src/storage/storage_backend_fs.c | 21 ++-----
src/util/virfile.c | 2 +-
tests/virstoragetest.c | 4 +-
7 files changed, 18 insertions(+), 155 deletions(-)
--
2.7.3