Re: [PATCH] libxl: Fix domxml-to-native conversion

2024-05-02 Thread Jim Fehlig via Devel
On 5/2/24 5:24 AM, Ján Tomko wrote: On a Monday in 2024, Jim Fehlig via Devel wrote: Similar to commit 57d084febe, another case of the libxl driver not adapting to modular daemons. When converting configuration that contains a type='network' interface, the converter calls virNetworkLookupByName,

Re: [PATCH] libxl: Fix domxml-to-native conversion

2024-05-02 Thread Ján Tomko
On a Monday in 2024, Jim Fehlig via Devel wrote: Similar to commit 57d084febe, another case of the libxl driver not adapting to modular daemons. When converting configuration that contains a type='network' interface, the converter calls virNetworkLookupByName, passing the hypervisor connection ob

[PATCH] libxl: Fix domxml-to-native conversion

2024-04-29 Thread Jim Fehlig via Devel
Similar to commit 57d084febe, another case of the libxl driver not adapting to modular daemons. When converting configuration that contains a type='network' interface, the converter calls virNetworkLookupByName, passing the hypervisor connection object instead of a connection to virtnetworkd. E.g.