Re: [libvirt PATCH] Metadata support for Network Objects

2023-06-26 Thread Michal Prívozník
On 6/11/23 21:44, K Shiva wrote: > Adds support for the following to Network Object: > - , and added to Network obj Schema. > - Public Get and Set APIs, being virNetworkSetMetadata() & > virNetworkGetMetadata(). > - An async callback that notifies of changes to Network metadata. > > Resolves (

Re: [libvirt PATCH] Metadata support for Network Objects

2023-06-26 Thread K Shiva
On 23/06/12 01:14AM, K Shiva wrote: > Adds support for the following to Network Object: > - , and added to Network obj Schema. > - Public Get and Set APIs, being virNetworkSetMetadata() & > virNetworkGetMetadata(). > - An async callback that notifies of changes to Network metadata. > > Resolve

[libvirt PATCH] Metadata support for Network Objects

2023-06-13 Thread K Shiva
Adds support for the following to Network Object: - , and added to Network obj Schema. - Public Get and Set APIs, being virNetworkSetMetadata() & virNetworkGetMetadata(). - An async callback that notifies of changes to Network metadata. Resolves (GSoC 2023): https://wiki.libvirt.org/Google_Sum