
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_GRAPHICS_INITIALIZE, VIR_DOMAIN_EVENT_GRAPHICS_DISCONNECT, } virDomainEventGraphicsPhase;
Connect/disconnect are triggered at socket accept/close. The initailize phase is immediately after the protocol
s/initailize/initialize/
setup and authentication has completed. ie when the client is authorized and about to start interacting with the graphical desktop
This event comes with *alot* of potential information
s/alot/a lot/ -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org