Re: [libvirt] [PATCH 08/14] driver: add option to make missing drivers a fatal problem

2018-04-24 Thread Michal Privoznik
On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote: > Currently the driver module loading code does not report an error if the > driver module is physically missing on disk. This is useful for distro > packaging optional pieces. When the daemons are split up into one daemon > per driver, we will

[libvirt] [PATCH 08/14] driver: add option to make missing drivers a fatal problem

2018-04-19 Thread Daniel P . Berrangé
Currently the driver module loading code does not report an error if the driver module is physically missing on disk. This is useful for distro packaging optional pieces. When the daemons are split up into one daemon per driver, we will expect module loading to always succeed. If a driver is not