Re: [libvirt] [PATCH 5/6] Remove the event namespace concept

2013-12-12 Thread Michal Privoznik
On 11.12.2013 16:28, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The event namespace concept is redundant since the same > information is available by looking at the class hierarchy > of the events. > > Signed-off-by: Daniel P. Berrange > --- > src/conf/domain_event.c |

Re: [libvirt] [PATCH 5/6] Remove the event namespace concept

2013-12-12 Thread Cedric Bosdonnat
On Wed, 2013-12-11 at 15:28 +, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" ... > @@ -633,22 +640,17 @@ virObjectEventStateDispatchFunc(virConnectPtr conn, > void *opaque) > { > virObjectEventStatePtr state = opaque; > -virEventNamespaceID

[libvirt] [PATCH 5/6] Remove the event namespace concept

2013-12-11 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The event namespace concept is redundant since the same information is available by looking at the class hierarchy of the events. Signed-off-by: Daniel P. Berrange --- src/conf/domain_event.c | 18 -- src/conf/domain_event.h | 2 ++ s