Re: [libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-07-13 Thread Daniel P. Berrange
On Thu, Jul 12, 2012 at 02:33:59PM -0600, Eric Blake wrote: > On 07/12/2012 09:45 AM, Guannan Ren wrote: > > From: "Daniel P. Berrange" > > > > When the guest changes its memory balloon applications may want > > to know what the new value is, without having to periodically > > poll on XML / domai

Re: [libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-07-12 Thread Eric Blake
On 07/12/2012 09:45 AM, Guannan Ren wrote: > From: "Daniel P. Berrange" > > When the guest changes its memory balloon applications may want > to know what the new value is, without having to periodically > poll on XML / domain info. Introduce a "balloon change" event > to let apps see this > >

Re: [libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-07-12 Thread Eric Blake
On 07/12/2012 09:45 AM, Guannan Ren wrote: > From: "Daniel P. Berrange" > > When the guest changes its memory balloon applications may want > to know what the new value is, without having to periodically > poll on XML / domain info. Introduce a "balloon change" event > to let apps see this > > *

[libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-07-12 Thread Guannan Ren
From: "Daniel P. Berrange" When the guest changes its memory balloon applications may want to know what the new value is, without having to periodically poll on XML / domain info. Introduce a "balloon change" event to let apps see this * include/libvirt/libvirt.h.in: Define the virConnectDomai

Re: [libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-05-16 Thread Eric Blake
On 05/16/2012 08:35 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > When the guest changes its memory balloon applications may want > to know what the new value is, without having to periodically > poll on XML / domain info. Introduce a "balloon change" event > to let apps see this

[libvirt] [PATCH 1/2] Define public API for receiving guest memory balloon events

2012-05-16 Thread Daniel P. Berrange
From: "Daniel P. Berrange" When the guest changes its memory balloon applications may want to know what the new value is, without having to periodically poll on XML / domain info. Introduce a "balloon change" event to let apps see this * include/libvirt/libvirt.h.in: Define the virConnectDomai