[libvirt] [PATCH 0/3] storage: refactor storage file helpers in storage driver after virStorageSource introduction

Peter Krempa pkrempa at redhat.com
Tue Apr 8 14:12:20 UTC 2014


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




More information about the libvir-list mailing list