0.9.9.</span>
</dd>
<dt><code>ccw</code></dt>
- <dd>s390 guests with a <code>machine</code> value of
+ <dd>S390 guests with a <code>machine</code> value of
s390-ccw-virtio use the native CCW bus for I/O devices.
CCW bus addresses have the following additional attributes:
<code>cssid</code> (a hex value between 0 and 0xfe, inclusive),
<span class="since">since 0.10.0</span>, if the USB bus needs to be
explicitly disabled for the guest, <code>model='none'</code> may be
used. <span class="since">Since 1.0.5</span>, no default USB controller
- will be built on s390. The PowerPC64 "spapr-vio" addresses do not have an
+ will be built on S390. The PowerPC64 "spapr-vio" addresses do not have an
associated controller.
</p>
<li>Only the first <code>console</code> element may use a <code>targetType</code>
of <code>serial</code>. Secondary consoles must all be paravirtualized.
</li>
- <li>On s390, the <code>console</code> element may use a
+ <li>On S390, the <code>console</code> element may use a
<code>targetType</code> of <code>sclp</code> or <code>sclplm</code>
- (line mode). SCLP is the native console type for s390. There's no
+ (line mode). SCLP is the native console type for S390. There's no
controller associated to SCLP consoles.
<span class="since">Since 1.0.2</span>
</li>
<pre>
...
<devices>
- <!-- KVM s390 sclp console -->
+ <!-- KVM S390 sclp console -->
<console type='pty'>
<source path='/dev/pts/1'/>
<target type='sclp' port='0'/>