Documentation/Platforms/S390X: Difference between revisions

From QEMU
(→‎Maintainer: add all maintainers)
Line 22: Line 22:
This command line will start a machine with the default SCLP VT220-compatible console. If you want any actual I/O devices, you need to add the respective virtio-*-ccw devices.
This command line will start a machine with the default SCLP VT220-compatible console. If you want any actual I/O devices, you need to add the respective virtio-*-ccw devices.


== Maintainer ==
== Maintainers ==
Richard Henderson [mailto:rth@twiddle.net rth@twiddle.net]
=== TCG (non-KVM) ===
Richard Henderson [mailto:rth@twiddle.net rth@twiddle.net]<br>
Alexander Graf [mailto:agraf@suse.de agraf@suse.de]<br>
=== KVM and virtio-ccw ===
Christian Borntraeger [mailto:borntraeger@de.ibm.com borntraeger@de.ibm.com]<br>
Cornelia Huck [mailto:cornelia.huck@de.ibm.com cornelia.huck@de.ibm.com]<br>
Alexander Graf [mailto:agraf@suse.de agraf@suse.de]<br>


== Links ==
== Links ==

Revision as of 18:24, 9 November 2016

QEMU s390x Guest Support

QEMU supports running s390x (aka zSystems aka mainframe) guests via the s390-virtio-ccw machine, with kvm or tcg acceleration.

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.

Guest Operating Systems

Currently, the only supported guest operation system is Linux.

When using kvm, you should be able to use any recent distribution that you would be able to run on your host as well (RHEL, SLES, Ubuntu, Debian, Fedora). Older versions may not yet support virtio-ccw.

When using tcg, the machine emulated is at an older level not supported on any of the recent enterprise distributions. Your best bet is probably using Debian.

Minimal command-line

 qemu-system-s390x -M s390-ccw-virtio -kernel <kernel file name> -initrd <initrd file name> -m 512 -nographic

This command line will start a machine with the default SCLP VT220-compatible console. If you want any actual I/O devices, you need to add the respective virtio-*-ccw devices.

Maintainers

TCG (non-KVM)

Richard Henderson rth@twiddle.net
Alexander Graf agraf@suse.de

KVM and virtio-ccw

Christian Borntraeger borntraeger@de.ibm.com
Cornelia Huck cornelia.huck@de.ibm.com
Alexander Graf agraf@suse.de

Links

Wikipedia page for the System 390
Installing Ubuntu Linux
Installing SUSE Linux
Installing s390x emulator for Ubuntu
Debian S/390 port
Fedora s390x port