libvirt/src/storage
Ján Tomko e5261d8fe3 storage: remove qemu-img help scraping
We have been checking whether qemu-img supports the -o compat
option by scraping the -help output.

Since we require QEMU 1.5.0 now and this option was introduced in 1.1,
assume we support it and ditch the help parsing code along with the
extra qemu-img invocation.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2018-05-07 10:23:20 +02:00
..
Makefile.inc.am storage: create separate loadable modules for storage file drivers 2018-05-03 13:17:59 +01:00
parthelper.c
storage_backend_disk.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_disk.h
storage_backend_fs.c storage: create separate loadable modules for storage file drivers 2018-05-03 13:17:59 +01:00
storage_backend_fs.h
storage_backend_gluster.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_backend_gluster.h
storage_backend_iscsi.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_iscsi.h
storage_backend_logical.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_backend_logical.h
storage_backend_mpath.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_mpath.h
storage_backend_rbd.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_rbd.h
storage_backend_scsi.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_scsi.h
storage_backend_sheepdog_priv.h
storage_backend_sheepdog.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_sheepdog.h
storage_backend_vstorage.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_backend_vstorage.h
storage_backend_zfs.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_zfs.h
storage_backend.c util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
storage_backend.h storage: extract storage file backend from main storage driver backend 2018-02-09 11:05:10 +00:00
storage_driver.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_driver.h conf: move virStorageTranslateDiskSourcePool into domain conf 2018-02-09 11:05:10 +00:00
storage_file_fs.c all: Use virFileCanonicalizePath() instead of canonicalize_file_name() 2018-05-03 18:23:30 +02:00
storage_file_fs.h storage: split fs storage file code from storage driver backend 2018-05-03 12:51:38 +01:00
storage_file_gluster.c storage: split gluster storage file code from storage driver backend 2018-05-03 12:49:22 +01:00
storage_file_gluster.h storage: split gluster storage file code from storage driver backend 2018-05-03 12:49:22 +01:00
storage_util.c storage: remove qemu-img help scraping 2018-05-07 10:23:20 +02:00
storage_util.h storage: remove qemu-img help scraping 2018-05-07 10:23:20 +02:00