Re: [libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-19 Thread Daniel P. Berrange
On Wed, Dec 14, 2011 at 11:26:57AM -0700, Eric Blake wrote: > On 12/14/2011 11:17 AM, Eric Blake wrote: > > On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: > >> From: "Daniel P. Berrange" > >> > >> The Xen & VBox drivers deal with callbacks & dispatching of > >> events directly. All the other dr

Re: [libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-19 Thread Daniel P. Berrange
On Wed, Dec 14, 2011 at 11:17:47AM -0700, Eric Blake wrote: > On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > The Xen & VBox drivers deal with callbacks & dispatching of > > events directly. All the other drivers use a timer to dispatch > > events from a c

Re: [libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-14 Thread Eric Blake
On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The Xen & VBox drivers deal with callbacks & dispatching of > events directly. All the other drivers use a timer to dispatch > events from a clean stack state, rather than deep inside the > drivers. Convert Xen & V

Re: [libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-14 Thread Eric Blake
On 12/14/2011 11:17 AM, Eric Blake wrote: > On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: >> From: "Daniel P. Berrange" >> >> The Xen & VBox drivers deal with callbacks & dispatching of >> events directly. All the other drivers use a timer to dispatch >> events from a clean stack state, rather

Re: [libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-14 Thread Eric Blake
On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The Xen & VBox drivers deal with callbacks & dispatching of > events directly. All the other drivers use a timer to dispatch > events from a clean stack state, rather than deep inside the > drivers. Convert Xen & V

[libvirt] [PATCH 1/8] Convert Xen & VBox drivers to use virDomainEventState

2011-12-13 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The Xen & VBox drivers deal with callbacks & dispatching of events directly. All the other drivers use a timer to dispatch events from a clean stack state, rather than deep inside the drivers. Convert Xen & VBox over to virDomainEventState so that they match behaviour o