]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow parsing <graphics> in device XML
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Mar 2010 13:22:48 +0000 (13:22 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 26 Mar 2010 14:17:35 +0000 (14:17 +0000)
commitc85f641390a45d23d9fca5ec60a4bc49bfc5021d
tree600eecc2bcfe1115ee0f08101fd303edaefa383e
parentced154cb546a0c5d92f30e53ed8cc945175f84bc
Allow parsing <graphics> in device XML

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
src/conf/domain_conf.c
src/conf/domain_conf.h