Re: [libvirt] [PATCH 10/14] remote: split URI scheme into driver and transport upfront

2018-04-24 Thread Michal Privoznik
On 04/19/2018 07:09 PM, Daniel P. Berrangé wrote: > Currently the remote driver extracts the transport from URI scheme and > plays games to temporarily hide the driver part when formatting URIs. > Refactor the code to split the URI scheme upfront so the two pieces are > easily available where

[libvirt] [PATCH 10/14] remote: split URI scheme into driver and transport upfront

2018-04-19 Thread Daniel P . Berrangé
Currently the remote driver extracts the transport from URI scheme and plays games to temporarily hide the driver part when formatting URIs. Refactor the code to split the URI scheme upfront so the two pieces are easily available where needed. Signed-off-by: Daniel P. Berrangé