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

John Ferlan posted 4 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171116165805.14496-1-jferlan@redhat.com
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(-)
[libvirt] [PATCH 0/4] Convert virStoragePoolObj into virObjectLockable
Posted by John Ferlan 6 years, 5 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list