Re: [libvirt] [PATCH 5/8] driver: declare supported URI schemes in virConnectDriver struct

2018-04-11 Thread Michal Privoznik
On 04/09/2018 05:45 PM, Daniel P. Berrangé wrote: > Declare what URI schemes a driver supports in its virConnectDriver > struct. This allows us to skip trying to open the driver entirely > if the URI scheme doesn't match. > > Signed-off-by: Daniel P. Berrangé > --- >

[libvirt] [PATCH 5/8] driver: declare supported URI schemes in virConnectDriver struct

2018-04-09 Thread Daniel P . Berrangé
Declare what URI schemes a driver supports in its virConnectDriver struct. This allows us to skip trying to open the driver entirely if the URI scheme doesn't match. Signed-off-by: Daniel P. Berrangé --- src/bhyve/bhyve_driver.c| 4 +--- src/driver.h