[libvirt] [PATCH 1/3] docs: Add readonly to filesystem RNG schema

Osier Yang jyang at redhat.com
Mon Jan 16 10:19:26 UTC 2012


"<readonly/>" is supported by filesystem XML, and also documented.
---
 docs/schemas/domaincommon.rng |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 6d265f3..b34526f 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1186,6 +1186,11 @@
         </choice>
         </attribute>
       </optional>
+      <optional>
+        <element name='readonly'>
+          <empty/>
+        </element>
+      </optional>
     </element>
   </define>
   <define name="filesystemtgt">
-- 
1.7.7.3




More information about the libvir-list mailing list