[libvirt] [PATCH v2 0/5] storage: modularize storage backend drivers

Peter Krempa pkrempa at redhat.com
Tue Feb 21 11:55:06 UTC 2017


Version 2 contains one more patch that adds disables the 'zfs' and 'vstorage'
backends in the spec file. The rest is the same, but I've reposted it due to
it's nature.

Peter Krempa (5):
  spec: Don't check for storage driver backends in configure script
  storage: Turn storage backends into dynamic modules
  tests: drivermodule: Make sure that all compiled storage backends can
    be loaded
  spec: Modularize the storage driver
  news: Mention storage driver split

 docs/news.xml                 |  10 +++
 libvirt.spec.in               | 188 ++++++++++++++++++++++++++++++++++++------
 src/Makefile.am               |  85 ++++++++++++++++++-
 src/storage/storage_backend.c |  70 ++++++++++++----
 src/storage/storage_backend.h |   2 +-
 src/storage/storage_driver.c  |  19 ++++-
 src/storage/storage_driver.h  |   1 +
 tests/Makefile.am             |   4 +-
 tests/virdrivermoduletest.c   |   2 +-
 tests/virstoragetest.c        |   2 +-
 10 files changed, 337 insertions(+), 46 deletions(-)

-- 
2.11.1




More information about the libvir-list mailing list