Re: [PATCH 3/8] Add Event ID, Server side dispatcher and virsh print function

2023-09-18 Thread Michal Prívozník
On 9/3/23 16:58, K Shiva Kiran wrote: > Adds the following for Network Metadata change callback events: > > - New Event ID VIR_NETWORK_EVENT_ID_METADATA_CHANGE > - Server side dispatcher > > virsh: > - New event type `metadata-change` > - vshEventMetadataChangePrint() to display the above

[PATCH 3/8] Add Event ID, Server side dispatcher and virsh print function

2023-09-03 Thread K Shiva Kiran
Adds the following for Network Metadata change callback events: - New Event ID VIR_NETWORK_EVENT_ID_METADATA_CHANGE - Server side dispatcher virsh: - New event type `metadata-change` - vshEventMetadataChangePrint() to display the above defined event type in virsh via `net-event`