Re: [libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-06 Thread Daniel P. Berrange
On Fri, Jan 06, 2017 at 04:02:44PM +0100, Michal Privoznik wrote: > On 01/05/2017 02:59 PM, Daniel P. Berrange wrote: > > When changing the metadata via virDomainSetMetadata, we now > > emit an event to notify the app of changes. This is useful > > when co-ordinating different applications

Re: [libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-06 Thread Michal Privoznik
On 01/05/2017 02:59 PM, Daniel P. Berrange wrote: > When changing the metadata via virDomainSetMetadata, we now > emit an event to notify the app of changes. This is useful > when co-ordinating different applications read/write of > custom metadata. > > Signed-off-by: Daniel P. Berrange

Re: [libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-05 Thread Michal Privoznik
On 01/05/2017 03:54 PM, Peter Krempa wrote: > On Thu, Jan 05, 2017 at 13:59:19 +, Daniel Berrange wrote: >> When changing the metadata via virDomainSetMetadata, we now >> emit an event to notify the app of changes. This is useful >> when co-ordinating different applications read/write of >>

Re: [libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-05 Thread Daniel P. Berrange
On Thu, Jan 05, 2017 at 03:54:52PM +0100, Peter Krempa wrote: > On Thu, Jan 05, 2017 at 13:59:19 +, Daniel Berrange wrote: > > When changing the metadata via virDomainSetMetadata, we now > > emit an event to notify the app of changes. This is useful > > when co-ordinating different

Re: [libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-05 Thread Peter Krempa
On Thu, Jan 05, 2017 at 13:59:19 +, Daniel Berrange wrote: > When changing the metadata via virDomainSetMetadata, we now > emit an event to notify the app of changes. This is useful > when co-ordinating different applications read/write of > custom metadata. > > Signed-off-by: Daniel P.

[libvirt] [PATCH 1/9] Add domain event for metadata changes

2017-01-05 Thread Daniel P. Berrange
When changing the metadata via virDomainSetMetadata, we now emit an event to notify the app of changes. This is useful when co-ordinating different applications read/write of custom metadata. Signed-off-by: Daniel P. Berrange --- daemon/remote.c | 45