[libvirt] [PATCH v3 libvirt 2/3] docs: relax <filesystem>/<target> dir element attribute to string

Giuseppe Scrivano gscrivan at redhat.com
Tue Aug 19 20:11:36 UTC 2014


It is used by mtp model type to specify the mtp share name.

Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
 docs/schemas/domaincommon.rng | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 684acec..4178644 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1899,9 +1899,7 @@
       </choice>
       <interleave>
         <element name="target">
-          <attribute name="dir">
-            <ref name="absDirPath"/>
-          </attribute>
+          <attribute name="dir"/>
           <empty/>
         </element>
         <optional>
-- 
1.9.3




More information about the libvir-list mailing list