Re: [libvirt] [PATCH 09/11] tests: drivermodule: Make sure that all compiled storage backends can be loaded

2017-02-10 Thread John Ferlan
On 02/08/2017 11:27 AM, Peter Krempa wrote: > Add a new storage driver registration function that will force the > backend code to fail if any of the storage backend modules can't be > loaded. This will make sure that they work and are present. > --- > src/storage/storage_backend.c | 16

[libvirt] [PATCH 09/11] tests: drivermodule: Make sure that all compiled storage backends can be loaded

2017-02-08 Thread Peter Krempa
Add a new storage driver registration function that will force the backend code to fail if any of the storage backend modules can't be loaded. This will make sure that they work and are present. --- src/storage/storage_backend.c | 16 src/storage/storage_backend.h | 2 +-