Re: [libvirt] [PATCH 13/13] Add domain events for graphics network clients

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:39:01PM +, Daniel P. Berrange wrote: > This introduces a new event type > >VIR_DOMAIN_EVENT_ID_GRAPHICS > > The same event can be emitted in 3 scenarioes > > typedef enum { > VIR_DOMAIN_EVENT_GRAPHICS_CONNECT = 0, > VIR_DOMAIN_EVENT_GRAPHICS_INITI

Re: [libvirt] [PATCH 13/13] Add domain events for graphics network clients

2010-03-22 Thread Eric Blake
On 03/19/2010 09:39 AM, Daniel P. Berrange wrote: > This introduces a new event type > >VIR_DOMAIN_EVENT_ID_GRAPHICS > > The same event can be emitted in 3 scenarioes s/scenarioes/scenarios/ > > typedef enum { > VIR_DOMAIN_EVENT_GRAPHICS_CONNECT = 0, > VIR_DOMAIN_EVENT_GRAPHI

[libvirt] [PATCH 13/13] Add domain events for graphics network clients

2010-03-19 Thread Daniel P. Berrange
This introduces a new event type VIR_DOMAIN_EVENT_ID_GRAPHICS The same event can be emitted in 3 scenarioes typedef enum { VIR_DOMAIN_EVENT_GRAPHICS_CONNECT = 0, VIR_DOMAIN_EVENT_GRAPHICS_INITIALIZE, VIR_DOMAIN_EVENT_GRAPHICS_DISCONNECT, } virDomainEventGraphicsPhase; C