Re: [libvirt] [PATCH 3/6] storage: split fs storage file code from storage driver backend

2018-05-03 Thread Daniel P . Berrangé
On Thu, Apr 26, 2018 at 09:48:21AM +0200, Peter Krempa wrote: > On Wed, Apr 25, 2018 at 16:52:40 +0100, Daniel Berrange wrote: > > The storage file code needs to be run in the hypervisor drivers, while > > the storage backend code needs to be run in the storage driver. Split > > the source code as

Re: [libvirt] [PATCH 3/6] storage: split fs storage file code from storage driver backend

2018-04-26 Thread Peter Krempa
On Wed, Apr 25, 2018 at 16:52:40 +0100, Daniel Berrange wrote: > The storage file code needs to be run in the hypervisor drivers, while > the storage backend code needs to be run in the storage driver. Split > the source code as a preparatory step for creating separate loadable > modules. > > Sign

[libvirt] [PATCH 3/6] storage: split fs storage file code from storage driver backend

2018-04-25 Thread Daniel P . Berrangé
The storage file code needs to be run in the hypervisor drivers, while the storage backend code needs to be run in the storage driver. Split the source code as a preparatory step for creating separate loadable modules. Signed-off-by: Daniel P. Berrangé --- src/storage/Makefile.inc.am | 2