Re: [libvirt PATCH 3/4] Add virNetworkObj Get and Set Methods for Metadata

2023-07-19 Thread K Shiva Kiran
On 19/07/23 14:48, Michal Prívozník wrote: On 7/11/23 08:47, K Shiva Kiran wrote: - Introduces virNetworkObjGetMetadata() and virNetworkObjSetMetadata(). - These functions implement common behaviour that can be reused by network drivers that use the virNetworkObj struct. - Also adds help

Re: [libvirt PATCH 3/4] Add virNetworkObj Get and Set Methods for Metadata

2023-07-19 Thread Michal Prívozník
On 7/11/23 08:47, K Shiva Kiran wrote: > - Introduces virNetworkObjGetMetadata() and > virNetworkObjSetMetadata(). > - These functions implement common behaviour that can be reused by > network drivers that use the virNetworkObj struct. > - Also adds helper functions that resolve the live/persi

[libvirt PATCH 3/4] Add virNetworkObj Get and Set Methods for Metadata

2023-07-10 Thread K Shiva Kiran
- Introduces virNetworkObjGetMetadata() and virNetworkObjSetMetadata(). - These functions implement common behaviour that can be reused by network drivers that use the virNetworkObj struct. - Also adds helper functions that resolve the live/persistent state of the network before setting metad