]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove restriction on duplicated sound devices in parser
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Dec 2009 19:06:54 +0000 (19:06 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jan 2010 12:44:50 +0000 (12:44 +0000)
commit4359900ed1f3d0cd56b969da948ee4c48f611ff6
treea9a316bd106f09b8a68e40e2ddc86524dfe852cc
parent989051a85e637e319911a67fc5759b6418737953
Remove restriction on duplicated sound devices in parser

It is perfectly acceptable to have multiple sound devices of
same type in guest configuration. If the underlying hypervisor
does not like this, it is its job to complain, not the XML
parser's

* src/conf/domain_conf.c: Remove hack which deleted duplicated
  sound device models.
* tests/xml2sexprdata/xml2sexpr-fv-sound.xml: Remove duplicate
  models
src/conf/domain_conf.c
tests/xml2sexprdata/xml2sexpr-fv-sound.xml