Re: [PATCH] libxl: Fix connection to modular network daemon

2023-09-25 Thread Daniel P . Berrangé
On Fri, Sep 22, 2023 at 02:20:10PM -0600, Jim Fehlig wrote: > In a modular daemon configuration, virtxend does not support the > virNetwork* APIs. It should open a connection to virtnetworkd when > using those APIs, but currently always opens a connection to > "xen:///system". Switch to using virGe

[PATCH] libxl: Fix connection to modular network daemon

2023-09-22 Thread Jim Fehlig
In a modular daemon configuration, virtxend does not support the virNetwork* APIs. It should open a connection to virtnetworkd when using those APIs, but currently always opens a connection to "xen:///system". Switch to using virGetConnectNetwork to obtain a valid connection instead of using the ha