• D
    Remove restriction on duplicated sound devices in parser · 4359900e
    Daniel P. Berrange 提交于
    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
    4359900e
domain_conf.c 182.7 KB