[libvirt] [PATCH 0/4] Convert virStoragePoolObj into virObjectLockable

John Ferlan jferlan at redhat.com
Thu Nov 16 16:58:01 UTC 2017


Next in the push to get the storage pool objects to be more common
is to use the virObjectLockable for the Pool objects. The patches
describe the transformation.

John Ferlan (4):
  storage: Introduce virStoragePoolObjEndAPI
  storage: Introduce virStoragePoolObjListForEach
  storage: Introduce virStoragePoolObjListSearch
  storage: Convert virStoragePoolObj into virObjectLockable

 src/conf/virstorageobj.c           | 194 +++++++++++-----
 src/conf/virstorageobj.h           |  27 ++-
 src/libvirt_private.syms           |   5 +-
 src/storage/storage_backend_scsi.c |   2 +-
 src/storage/storage_driver.c       | 446 +++++++++++++++++++------------------
 src/test/test_driver.c             | 158 +++++++------
 tests/storagevolxml2argvtest.c     |   4 +-
 7 files changed, 476 insertions(+), 360 deletions(-)

-- 
2.13.6




More information about the libvir-list mailing list