aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-12-10 19:06:54 +0000
committerDaniel P. Berrange <berrange@redhat.com>2010-01-18 12:44:50 +0000
commit4359900ed1f3d0cd56b969da948ee4c48f611ff6 (patch)
treea9a316bd106f09b8a68e40e2ddc86524dfe852cc /tests
parentDetect PCI addresses at QEMU startup (diff)
downloadlibvirt-4359900ed1f3d0cd56b969da948ee4c48f611ff6.tar.gz
libvirt-4359900ed1f3d0cd56b969da948ee4c48f611ff6.tar.bz2
libvirt-4359900ed1f3d0cd56b969da948ee4c48f611ff6.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/xml2sexprdata/xml2sexpr-fv-sound.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/xml2sexprdata/xml2sexpr-fv-sound.xml b/tests/xml2sexprdata/xml2sexpr-fv-sound.xml
index 0fe92fe38..75c295cc2 100644
--- a/tests/xml2sexprdata/xml2sexpr-fv-sound.xml
+++ b/tests/xml2sexprdata/xml2sexpr-fv-sound.xml
@@ -32,9 +32,6 @@
</disk>
<graphics type='vnc' port='5917' keymap='ja'/>
<sound model='sb16'/>
- <sound model='sb16'/>
- <sound model='es1370'/>
- <sound model='sb16'/>
<sound model='es1370'/>
</devices>
</domain>