Documentation/Platforms/S390X: Difference between revisions
(Added another link) |
(Added suggested command-line) |
||
Line 8: | Line 8: | ||
As a console device, supported types are SCLP VT220-compatible (preferred), SCLP line-mode or virtio-serial console. | As a console device, supported types are SCLP VT220-compatible (preferred), SCLP line-mode or virtio-serial console. | ||
== Suggested command-line == | |||
qemu-system-s390x -M s390-ccw-virtio -kernel kernel.debian -initrd initrd.debian -m 512 -nographic | |||
== Links == | == Links == |
Revision as of 16:06, 7 November 2016
QEMU s390x Guest Support
QEMU supports running s390x (aka zSystems aka mainframe) guests via the s390-virtio-ccw machine.
Supported Devices
The s390-virtio-ccw machine emulates a virtual channel subsystem. Currently, only virtio-ccw proxy devices (for most virtio device types) are supported.
As a console device, supported types are SCLP VT220-compatible (preferred), SCLP line-mode or virtio-serial console.
Suggested command-line
qemu-system-s390x -M s390-ccw-virtio -kernel kernel.debian -initrd initrd.debian -m 512 -nographic
Links
Wikipedia page for the System 390
Installing Ubuntu Linux
Installing SUSE Linux
Installing s390x emulator for Ubuntu