Re: [libvirt] [PATCH 06/11] storage: backend: Refactor registration of the backend drivers

2017-02-21 Thread Peter Krempa
On Fri, Feb 10, 2017 at 08:19:33 -0500, John Ferlan wrote: > > > On 02/08/2017 11:27 AM, Peter Krempa wrote: > > Add APIs that allow to dynamically register driver backends so that the > > list of available drivers does not need to be known during compile time. > > > > This will allow us to

Re: [libvirt] [PATCH 06/11] storage: backend: Refactor registration of the backend drivers

2017-02-10 Thread John Ferlan
On 02/08/2017 11:27 AM, Peter Krempa wrote: > Add APIs that allow to dynamically register driver backends so that the > list of available drivers does not need to be known during compile time. > > This will allow us to modularize the storage driver on runtime. > --- >

[libvirt] [PATCH 06/11] storage: backend: Refactor registration of the backend drivers

2017-02-08 Thread Peter Krempa
Add APIs that allow to dynamically register driver backends so that the list of available drivers does not need to be known during compile time. This will allow us to modularize the storage driver on runtime. --- src/storage/storage_backend.c | 111 ++---