Peter Krempa (3):
conf: Refactor helpers to retrieve actual storage type
storage: Refactor storage file initialization to use
virStorageSourcePtr
storage: Refactor location of metadata for storage drive access to
files
src/conf/domain_conf.c | 10 ---
src/conf/domain_conf.h | 1 -
src/conf/snapshot_conf.c | 7 ---
src/conf/snapshot_conf.h | 2 -
src/libvirt_private.syms | 3 +-
src/qemu/qemu_command.c | 6 +-
src/qemu/qemu_driver.c | 37 ++++++------
src/storage/storage_backend.c | 1 +
src/storage/storage_backend.h | 20 ++++--
src/storage/storage_backend_fs.c | 12 ++--
src/storage/storage_backend_gluster.c | 33 +++++-----
src/storage/storage_driver.c | 111 ++++++++++++----------------------
src/storage/storage_driver.h | 35 +++--------
src/util/virstoragefile.c | 10 +++
src/util/virstoragefile.h | 6 ++
15 files changed, 122 insertions(+), 172 deletions(-)
--
1.9.1