Documentation/Platforms/S390X: Difference between revisions
m (Minor change to the suggested command-line) |
|||
Line 10: | Line 10: | ||
== Suggested command-line == | == Suggested command-line == | ||
qemu-system-s390x -M s390-ccw-virtio -kernel <kernel name> -initrd <initrd file name> -m 512 -nographic | qemu-system-s390x -M s390-ccw-virtio -kernel <kernel file name> -initrd <initrd file name> -m 512 -nographic | ||
== Links == | == Links == |
Revision as of 16:08, 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 file name> -initrd <initrd file name> -m 512 -nographic
Links
Wikipedia page for the System 390
Installing Ubuntu Linux
Installing SUSE Linux
Installing s390x emulator for Ubuntu