Re: [libvirt] [PATCH 5/6] Allow parsing graphics in device XML

2010-03-25 Thread Daniel Veillard
On Wed, Mar 24, 2010 at 11:46:26AM +, Daniel P. Berrange wrote: Expand the parser for the standalone device XML format to allow inclusion of the graphics device type * src/conf/domain_conf.h: Add virDomainGraphicsDef to the virDomainDeviceDef struct * src/conf/domain_conf.c: Wire up

[libvirt] [PATCH 5/6] Allow parsing graphics in device XML

2010-03-24 Thread Daniel P. Berrange
Expand the parser for the standalone device XML format to allow inclusion of the graphics device type * src/conf/domain_conf.h: Add virDomainGraphicsDef to the virDomainDeviceDef struct * src/conf/domain_conf.c: Wire up parser for virDomainGraphicsDef to virDomainDeviceDefParse method ---

[libvirt] [PATCH 5/6] Allow parsing graphics in device XML

2010-03-22 Thread Daniel P. Berrange
Expand the parser for the standalone device XML format to allow inclusion of the graphics device type * src/conf/domain_conf.h: Add virDomainGraphicsDef to the virDomainDeviceDef struct * src/conf/domain_conf.c: Wire up parser for virDomainGraphicsDef to virDomainDeviceDefParse method ---