Re: [libvirt PATCH 2/4] Adding Public Get and Set APIs for Network 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: This patch introduces public Get and Set APIs for modifying , and elements of the Network object. - Added enum to select one of the above elements to operate on. - Added error code and messages for missing met

Re: [libvirt PATCH 2/4] Adding Public Get and Set APIs for Network Metadata

2023-07-19 Thread Michal Prívozník
On 7/11/23 08:47, K Shiva Kiran wrote: > This patch introduces public Get and Set APIs for modifying , > and elements of the Network object. > > - Added enum to select one of the above elements to operate on. > - Added error code and messages for missing metadata. > - Added public API implementa

[libvirt PATCH 2/4] Adding Public Get and Set APIs for Network Metadata

2023-07-10 Thread K Shiva Kiran
This patch introduces public Get and Set APIs for modifying , and elements of the Network object. - Added enum to select one of the above elements to operate on. - Added error code and messages for missing metadata. - Added public API implementation. - Added driver support. - Defined wire protoc