Re: [libvirt] [PATCH v2 5/5] cputune_event: queue the event for cputune updates

2014-09-15 Thread Pavel Hrdina
On 09/12/2014 10:31 PM, John Ferlan wrote: s//something to describe what's being done! Might be nice to see what the event would look like when it's triggered. May help in that documentation effort in the future. On 09/10/2014 08:08 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina

Re: [libvirt] [PATCH v2 5/5] cputune_event: queue the event for cputune updates

2014-09-15 Thread Pavel Hrdina
On 09/13/2014 12:12 AM, Eric Blake wrote: On 09/10/2014 06:08 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/qemu/qemu_cgroup.c | 18 - src/qemu/qemu_driver.c | 73 ++ 2 files changed, 90

Re: [libvirt] [PATCH v2 5/5] cputune_event: queue the event for cputune updates

2014-09-12 Thread John Ferlan
s//something to describe what's being done! Might be nice to see what the event would look like when it's triggered. May help in that documentation effort in the future. On 09/10/2014 08:08 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/qemu/qemu_cgroup.c |

Re: [libvirt] [PATCH v2 5/5] cputune_event: queue the event for cputune updates

2014-09-12 Thread Eric Blake
On 09/10/2014 06:08 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/qemu/qemu_cgroup.c | 18 - src/qemu/qemu_driver.c | 73 ++ 2 files changed, 90 insertions(+), 1 deletion(-) @@ -676,6 +677,10

[libvirt] [PATCH v2 5/5] cputune_event: queue the event for cputune updates

2014-09-10 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/qemu/qemu_cgroup.c | 18 - src/qemu/qemu_driver.c | 73 ++ 2 files changed, 90 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c index