Re: [libvirt] [PATCH v4 39/42] remote: handle autoprobing of driver within virtproxyd

2019-08-13 Thread Jim Fehlig
On 8/8/19 9:10 AM, Daniel P. Berrangé wrote: > The virtproxyd daemon is merely responsible for forwarding RPC calls to > one of the other per-driver daemons. As such, it does not have any > drivers loaded and so regular auto-probing logic will not work. We need > it to be able to handle NULL URIs

[libvirt] [PATCH v4 39/42] remote: handle autoprobing of driver within virtproxyd

2019-08-08 Thread Daniel P . Berrangé
The virtproxyd daemon is merely responsible for forwarding RPC calls to one of the other per-driver daemons. As such, it does not have any drivers loaded and so regular auto-probing logic will not work. We need it to be able to handle NULL URIs though, so must implement some kind of alternative pro