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

Peter Krempa posted 5 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1487678014.git.pkrempa@redhat.com
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(-)
[libvirt] [PATCH v2 0/5] storage: modularize storage backend drivers
Posted by Peter Krempa 7 years, 1 month ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/5] storage: modularize storage backend drivers
Posted by Ján Tomko 7 years, 1 month ago
On Tue, Feb 21, 2017 at 12:55:06PM +0100, Peter Krempa wrote:
>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(-)

ACK series

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