]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove non-existant 'wiremode' attribute
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 29 Nov 2017 18:00:04 +0000 (18:00 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 30 Nov 2017 10:20:45 +0000 (10:20 +0000)
commitc703913cc0b675ecea41a239383f09f4291ea9d5
treeb36e89ed8638ddb76e4b83ca877b5aa43016b7e5
parent1c7874e8d947cc475ba6b387cbbfeac129ec42fa
Remove non-existant 'wiremode' attribute

The 'wiremode' attribute exists in a couple of Xen XML files, but no code has
ever parsed that value. It was later added to the RNG schema too, again despite
there not being any code which parses it.

Reviewed-by: Jim Fehlig <jfehlig@suse.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/schemas/domaincommon.rng
tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml
tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml