mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
docs: Clarify the documentation of the <css> elements
The channel subsystem elements describe a channel in the I/O subsystem of a s390x machine, and not a normal device (like a disk or network card). Reword the documentation here to make it this a little bit clearer. Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1898074 Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
3610795fe8
commit
b943099c87
@ -396,15 +396,15 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>css</code></dt>
|
<dt><code>css</code></dt>
|
||||||
<dd>Describes a Channel SubSystem (CSS) device commonly found on
|
<dd>Describes a subchannel in the Channel SubSystem (CSS) commonly
|
||||||
the S390 architecture. Sub-elements include:
|
found on the S390 architecture. Sub-elements include:
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>cssid</code></dt>
|
<dt><code>cssid</code></dt>
|
||||||
<dd>The channel subsystem identifier.</dd>
|
<dd>The channel subsystem identifier.</dd>
|
||||||
<dt><code>ssid</code></dt>
|
<dt><code>ssid</code></dt>
|
||||||
<dd>The subchannel-set identifier.</dd>
|
<dd>The subchannel-set identifier.</dd>
|
||||||
<dt><code>devno</code></dt>
|
<dt><code>devno</code></dt>
|
||||||
<dd>The device number.</dd>
|
<dd>The subchannel number.</dd>
|
||||||
<dt><code>capability</code></dt>
|
<dt><code>capability</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
This optional element can occur multiple times. If it
|
This optional element can occur multiple times. If it
|
||||||
|
Loading…
Reference in New Issue
Block a user