Re: [libvirt] [PATCH 3/3] qemu: agent: take monitor lock in qemuAgentNotifyEvent

2016-12-11 Thread Nikolay Shirokovskiy
On 09.12.2016 17:42, John Ferlan wrote: > > > On 12/09/2016 03:55 AM, Nikolay Shirokovskiy wrote: >> >> >> On 08.12.2016 19:40, John Ferlan wrote: >>> >>> >>> On 11/24/2016 04:19 AM, Nikolay Shirokovskiy wrote: qemuAgentNotifyEvent notify on a lock condition without taking the lock. T

[libvirt] [PATCH] perf: add branch_misses perf event support

2016-12-11 Thread Nitesh Konkar
This patch adds support and documentation for the branch_misses perf event. Signed-off-by: Nitesh Konkar --- docs/formatdomain.html.in | 6 ++ docs/schemas/domaincommon.rng | 1 + include/libvirt/libvirt-domain.h| 10 ++ src/libvirt-domai

[libvirt] [PATCH] docs: Replace missing description for perf.cpu_cycles

2016-12-11 Thread John Ferlan
Lost during merge of commit id '8546adf80' and '585ad00b5' Signed-off-by: John Ferlan --- Pushed as trivial src/libvirt-domain.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 6481abf..8b4e814 100644 --- a/src/libvirt-domain.c +++ b/sr