[libvirt] [PATCH v4 2/4] event: introduce new event for tunable values

2014-09-18 Thread Pavel Hrdina
This new event will use typedParameters to expose what has been actually updated and the reason is that we can in the future extend any tunable values or add new tunable values. With typedParameters we don't have to worry about creating some other events, we will just use this universal event to in

Re: [libvirt] [PATCH v4 2/4] event: introduce new event for tunable values

2014-09-22 Thread John Ferlan
On 09/18/2014 04:39 AM, Pavel Hrdina wrote: > This new event will use typedParameters to expose what has been actually > updated and the reason is that we can in the future extend any tunable > values or add new tunable values. With typedParameters we don't have to > worry about creating some oth

Re: [libvirt] [PATCH v4 2/4] event: introduce new event for tunable values

2014-09-23 Thread Pavel Hrdina
On 09/22/2014 05:50 PM, John Ferlan wrote: On 09/18/2014 04:39 AM, Pavel Hrdina wrote: This new event will use typedParameters to expose what has been actually updated and the reason is that we can in the future extend any tunable values or add new tunable values. With typedParameters we don't

Re: [libvirt] [PATCH v4 2/4] event: introduce new event for tunable values

2014-09-23 Thread John Ferlan
On 09/23/2014 05:13 AM, Pavel Hrdina wrote: > On 09/22/2014 05:50 PM, John Ferlan wrote: >> >> >> On 09/18/2014 04:39 AM, Pavel Hrdina wrote: >>> This new event will use typedParameters to expose what has been actually >>> updated and the reason is that we can in the future extend any tunable >>>