[libvirt] [PATCH 0/3] Move FS Storage Backend API's to storage_util

John Ferlan jferlan at redhat.com
Sat Jan 21 17:23:44 UTC 2017


While reviewing the Virtuozzo backend changes it became apparent that
my initial review comments weren't fully understood. Rather than going
back and forth more on this, I figured I'd take the plunge and make the
"preparations". Also since the storage_util is the new dumping ground,
I went there. It also already has the API's for the storage backend
upload, download, and wipe - so these patches add a few more from the
pool class and the rest of the volume class.

FWIW: Rather than just making and bundling the changes with the Virtuozzo
changes, I figured I'd post them separately just in case someone has agita
over the API/helper name changes.

John Ferlan (3):
  storage: Move the virStorageBackendFileSystem{Start|Stop} API's
  storage: Create common file/dir pool backend helpers
  storage: Create common file/dir volume backend helpers

 src/storage/storage_backend.c    |   1 +
 src/storage/storage_backend_fs.c | 827 +++-------------------------------
 src/storage/storage_util.c       | 931 ++++++++++++++++++++++++++++++++++-----
 src/storage/storage_util.h       |  79 ++--
 4 files changed, 924 insertions(+), 914 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list