[libvirt] [PATCH] Remove non-existant 'wiremode' attribute

Daniel P. Berrange berrange at redhat.com
Wed Nov 29 18:01:04 UTC 2017


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.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 docs/schemas/domaincommon.rng                     | 3 ---
 tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml | 2 +-
 tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml   | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 4f739abfb2..1e936f03d3 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -3686,9 +3686,6 @@
         <optional>
           <attribute name="service"/>
         </optional>
-        <optional>
-          <attribute name="wiremode"/>
-        </optional>
         <optional>
           <attribute name="channel"/>
         </optional>
diff --git a/tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml b/tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml
index 667ecbd4c2..3f0176e768 100644
--- a/tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml
+++ b/tests/xml2sexprdata/xml2sexpr-fv-parallel-tcp.xml
@@ -32,7 +32,7 @@
       <target dev='ioemu:hda'/>
     </disk>
     <parallel type='tcp'>
-      <source mode='connect' host='localhost' service='9999' wiremode='raw'/>
+      <source mode='connect' host='localhost' service='9999'/>
       <target port='0'/>
     </parallel>
     <graphics type='vnc' port='5917' keymap='ja'/>
diff --git a/tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml b/tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml
index 72915b0a39..69603fea3a 100644
--- a/tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml
+++ b/tests/xml2sexprdata/xml2sexpr-fv-serial-tcp.xml
@@ -32,7 +32,7 @@
       <target dev='ioemu:hda'/>
     </disk>
     <serial type='tcp'>
-      <source mode='bind' host='localhost' service='9999' wiremode='raw'/>
+      <source mode='bind' host='localhost' service='9999'/>
       <target port='0'/>
     </serial>
     <graphics type='vnc' port='5917' keymap='ja'/>
-- 
2.14.3




More information about the libvir-list mailing list