]> xenbits.xensource.com Git - libvirt.git/commitdiff
* docs/schemas/domain.rng: extend definition for security attributes
authorDaniel Veillard <veillard@redhat.com>
Thu, 19 Mar 2009 14:26:51 +0000 (14:26 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 19 Mar 2009 14:26:51 +0000 (14:26 +0000)
daniel

ChangeLog
docs/schemas/domain.rng

index f8223c5322e75c6b1976de44dbb4d0329a3ca7cd..8b94f0e96e56ea38bb3cf0efcdaf16db95eb8efa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 19 15:25:40 CET 2009 Daniel Veillard <veillard@redhat.com>
+
+       * docs/schemas/domain.rng: extend definition for security attributes
+
 Tue Mar 17 11:35:58 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
 
        Fix labelling of shared/readonly devices (Dan Walsh)
index 107215c257cd859fbce7c61e3f59d34c6cd57d31..21bd2b2ef90a7bc827002d09a3638aa8c21dc1d1 100644 (file)
       <attribute name='model'>
        <text/>
       </attribute>
+      <attribute name='type'>
+        <choice>
+          <value>dynamic</value>
+          <value>static</value>
+        </choice>
+      </attribute>
       <element name='label'>
        <text/>
       </element>