mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-07 21:17:55 +03:00
docs: formatdomain: fix XML snippets
Fix indentation, missing slashes for unpaired tags and missing angle brackets. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
bb5e26749f
commit
806e266fa1
@ -4401,9 +4401,9 @@ or:
|
|||||||
</source>
|
</source>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
<hostdev mode='subsystem' type='mdev' model='vfio-ccw'>
|
<hostdev mode='subsystem' type='mdev' model='vfio-ccw'>
|
||||||
<source>
|
<source>
|
||||||
<address uuid='9063cba3-ecef-47b6-abcf-3fef4fdcad85'/>
|
<address uuid='9063cba3-ecef-47b6-abcf-3fef4fdcad85'/>
|
||||||
</source>
|
</source>
|
||||||
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0001'/>
|
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0001'/>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
</devices>
|
</devices>
|
||||||
@ -5668,7 +5668,7 @@ Setting NIC driver-specific options
|
|||||||
<host csum='off' gso='off' tso4='off' tso6='off' ecn='off' ufo='off' mrg_rxbuf='off'/>
|
<host csum='off' gso='off' tso4='off' tso6='off' ecn='off' ufo='off' mrg_rxbuf='off'/>
|
||||||
<guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/>
|
<guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/>
|
||||||
</driver>
|
</driver>
|
||||||
</interface>
|
</interface>
|
||||||
</devices>
|
</devices>
|
||||||
...
|
...
|
||||||
|
|
||||||
@ -6412,7 +6412,7 @@ interaction with the admin.
|
|||||||
::
|
::
|
||||||
|
|
||||||
<graphics type='vnc' ...>
|
<graphics type='vnc' ...>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</graphics>
|
</graphics>
|
||||||
|
|
||||||
Where ``1`` is an id of the audio device (See `Audio backends`_). If no
|
Where ``1`` is an id of the audio device (See `Audio backends`_). If no
|
||||||
@ -6569,7 +6569,7 @@ interaction with the admin.
|
|||||||
::
|
::
|
||||||
|
|
||||||
<graphics type='dbus' ...>
|
<graphics type='dbus' ...>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</graphics>
|
</graphics>
|
||||||
|
|
||||||
Where ``1`` is an id of the audio device (See `Audio backends`_).
|
Where ``1`` is an id of the audio device (See `Audio backends`_).
|
||||||
@ -7480,7 +7480,7 @@ backend using the ``<audio>`` sub-element:
|
|||||||
...
|
...
|
||||||
<devices>
|
<devices>
|
||||||
<sound model='ich7'>
|
<sound model='ich7'>
|
||||||
<audio id='1'>
|
<audio id='1'/>
|
||||||
</sound>
|
</sound>
|
||||||
</devices>
|
</devices>
|
||||||
...
|
...
|
||||||
@ -8975,7 +8975,7 @@ attributes and elements with ``type='sev'`` but differs in others. Example confi
|
|||||||
<guestVisibleWorkarounds>...</guestVisibleWorkarounds>
|
<guestVisibleWorkarounds>...</guestVisibleWorkarounds>
|
||||||
<idBlock>...</idBlock>
|
<idBlock>...</idBlock>
|
||||||
<idAuth>...</idAuth>
|
<idAuth>...</idAuth>
|
||||||
<hostData>.../hostData>
|
<hostData>...</hostData>
|
||||||
</launchSecurity>
|
</launchSecurity>
|
||||||
...
|
...
|
||||||
</domain>
|
</domain>
|
||||||
|
Loading…
Reference in New Issue
Block a user