Re: [libvirt] [PATCH v4 4/4] cputune_event: queue the event for cputune updates

2014-09-23 Thread Pavel Hrdina
On 09/22/2014 05:54 PM, John Ferlan wrote: On 09/18/2014 04:39 AM, Pavel Hrdina wrote: Now we have universal tunable event so we can use it for reporting changes to user. The cputune values will be prefixed with "cputune" to distinguish it from other tunable events. Signed-off-by: Pavel Hrdin

Re: [libvirt] [PATCH v4 4/4] cputune_event: queue the event for cputune updates

2014-09-22 Thread John Ferlan
On 09/18/2014 04:39 AM, Pavel Hrdina wrote: > Now we have universal tunable event so we can use it for reporting > changes to user. The cputune values will be prefixed with "cputune" to > distinguish it from other tunable events. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_cgroup.c |

[libvirt] [PATCH v4 4/4] cputune_event: queue the event for cputune updates

2014-09-18 Thread Pavel Hrdina
Now we have universal tunable event so we can use it for reporting changes to user. The cputune values will be prefixed with "cputune" to distinguish it from other tunable events. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_cgroup.c | 18 +++- src/qemu/qemu_driver.c | 76 ++