]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Refactor location of metadata for storage drive access to files
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Apr 2014 10:07:24 +0000 (12:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Apr 2014 12:34:19 +0000 (14:34 +0200)
commitcecd6566048d1a2fdb32d7fe6344b785af80882a
tree368090d7fad82ac2af6286ddcd00d25cba0e72a4
parent9689dfaad3a186d294458ecb60ea3958022870fa
storage: Refactor location of metadata for storage drive access to files

Now that we store all metadata about a storage image in a
virStorageSource struct let's use it also to store information needed by
the storage driver to access and do operations on the files.
src/qemu/qemu_driver.c
src/storage/storage_backend.h
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/storage/storage_driver.c
src/storage/storage_driver.h
src/util/virstoragefile.h