mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
conf: prefer camelCase for launchSecurity
Adjust the documentation, parser and tests to change: launch-security -> launchSecurity reduced-phys-bits -> reducedPhysBits dh-cert -> dhCert Also fix the headline in formatdomain.html to be more generic, and some leftover closing elements in the documentation. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Brijesh Singh <brijesh.singh@amd.com> Tested-by: Brijesh Singh <brijesh.singh@amd.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<ref name='keywrap'/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name='launch-security'/>
|
||||
<ref name='launchSecurity'/>
|
||||
</optional>
|
||||
</interleave>
|
||||
</element>
|
||||
@@ -439,8 +439,8 @@
|
||||
</element>
|
||||
</define>
|
||||
|
||||
<define name="launch-security">
|
||||
<element name="launch-security">
|
||||
<define name="launchSecurity">
|
||||
<element name="launchSecurity">
|
||||
<attribute name="type">
|
||||
<value>sev</value>
|
||||
</attribute>
|
||||
@@ -448,7 +448,7 @@
|
||||
<element name="cbitpos">
|
||||
<data type='unsignedInt'/>
|
||||
</element>
|
||||
<element name="reduced-phys-bits">
|
||||
<element name="reducedPhysBits">
|
||||
<data type='unsignedInt'/>
|
||||
</element>
|
||||
<element name="policy">
|
||||
@@ -460,7 +460,7 @@
|
||||
</element>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name="dh-cert">
|
||||
<element name="dhCert">
|
||||
<data type="string"/>
|
||||
</element>
|
||||
</optional>
|
||||
|
||||
Reference in New Issue
Block a user