Re: [libvirt PATCH v2 0/7] Introduce new Metadata fields for Network object with corresponding APIs

2023-08-25 Thread Michal Prívozník
On 8/16/23 20:47, K Shiva Kiran wrote: > This commit adds the following: > - Introduction of and fields to the Network Object. > - Introduction of Get and Set Public APIs for the aforementioned fields. > - virsh exposure of the aforementioned Public APIs. > - Adds implementation in test driver al

[libvirt PATCH v2 0/7] Introduce new Metadata fields for Network object with corresponding APIs

2023-08-16 Thread K Shiva Kiran
This commit adds the following: - Introduction of and fields to the Network Object. - Introduction of Get and Set Public APIs for the aforementioned fields. - virsh exposure of the aforementioned Public APIs. - Adds implementation in test driver along with a testcase. - Implementation in bridge d