mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* docs/schemas/domain.rng: extend definition for security attributes
daniel
This commit is contained in:
parent
c86afc85ee
commit
0ad4ece725
@ -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>
|
Tue Mar 17 11:35:58 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
Fix labelling of shared/readonly devices (Dan Walsh)
|
Fix labelling of shared/readonly devices (Dan Walsh)
|
||||||
|
@ -34,6 +34,12 @@
|
|||||||
<attribute name='model'>
|
<attribute name='model'>
|
||||||
<text/>
|
<text/>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
<attribute name='type'>
|
||||||
|
<choice>
|
||||||
|
<value>dynamic</value>
|
||||||
|
<value>static</value>
|
||||||
|
</choice>
|
||||||
|
</attribute>
|
||||||
<element name='label'>
|
<element name='label'>
|
||||||
<text/>
|
<text/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user