]> xenbits.xensource.com Git - libvirt.git/commit
Add address info to sound, video and watchdog devices
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Dec 2009 19:19:08 +0000 (19:19 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 15 Jan 2010 16:38:08 +0000 (16:38 +0000)
commita9e4ea94f11685271915e8b1e358a9e1118e3788
tree15bb70d69f7060b58fab9918df39ea70336a6807
parentd812e7aeb88da21a8b0175ea86a0353e05e4453f
Add address info to sound, video and watchdog devices

Add the virDomainDeviceAddress information to the sound, video
and watchdog devices. This means all of them gain the new XML
element

  <address .... />

This brings them upto par with disk/net/hostdev devices which
already have address info

* src/conf/domain_conf.h: Add virDomainDeviceAddress to sound,
  video & watchdog device struts.
* src/conf/domain_conf.c: Hook up parsing/formatting for
  virDomainDeviceAddress in sound, video & watchdog devices
* docs/schemas/domain.rng: Associate device address info
  with sound, video & watchdog
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h