mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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>
|
||||
|
||||
Fix labelling of shared/readonly devices (Dan Walsh)
|
||||
|
@ -34,6 +34,12 @@
|
||||
<attribute name='model'>
|
||||
<text/>
|
||||
</attribute>
|
||||
<attribute name='type'>
|
||||
<choice>
|
||||
<value>dynamic</value>
|
||||
<value>static</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<element name='label'>
|
||||
<text/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user