Re: [libvirt] [PATCH 07/11] storage: Turn driver backends into (static) modules

2017-02-10 Thread John Ferlan
On 02/08/2017 11:27 AM, Peter Krempa wrote: > Compile the storage driver into modules rather than by compiling all > files together. All modules are still linked together statically. > --- > src/Makefile.am | 114 > > 1 file changed, 98

[libvirt] [PATCH 07/11] storage: Turn driver backends into (static) modules

2017-02-08 Thread Peter Krempa
Compile the storage driver into modules rather than by compiling all files together. All modules are still linked together statically. --- src/Makefile.am | 114 1 file changed, 98 insertions(+), 16 deletions(-) diff --git