Re: [libvirt] [PATCH 07/14] driver: use normal error reporting APIs when loading modules

2018-04-24 Thread Michal Privoznik
On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote: > The driver module loading code is one of the few places that still uses > VIR_ERROR for reporting failures. Convert it to normal error reporting > APIs. > > Signed-off-by: Daniel P. Berrangé > --- > src/driver.c | 34

[libvirt] [PATCH 07/14] driver: use normal error reporting APIs when loading modules

2018-04-19 Thread Daniel P . Berrangé
The driver module loading code is one of the few places that still uses VIR_ERROR for reporting failures. Convert it to normal error reporting APIs. Signed-off-by: Daniel P. Berrangé --- src/driver.c | 34 +++--- 1 file changed, 27 insertions(+),