From f91403e00bcb87de9f57d48befdf069f72ad4adf Mon Sep 17 00:00:00 2001
From: Boris Fiuczynski ccw
machine
value of
+ machine
value of
s390-ccw-virtio use the native CCW bus for I/O devices.
CCW bus addresses have the following additional attributes:
cssid
(a hex value between 0 and 0xfe, inclusive),
@@ -3028,7 +3028,7 @@
since 0.10.0, if the USB bus needs to be
explicitly disabled for the guest, model='none'
may be
used. Since 1.0.5, 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.
console
element may use a targetType
of serial
. Secondary consoles must all be paravirtualized.
console
element may use a
+ console
element may use a
targetType
of sclp
or sclplm
- (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.
Since 1.0.2
... <devices> - <!-- KVM s390 sclp console --> + <!-- KVM S390 sclp console --> <console type='pty'> <source path='/dev/pts/1'/> <target type='sclp' port='0'/>