Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add s390x support to QEMU backend #2309

Merged
merged 1 commit into from
May 10, 2023

Commits on May 8, 2023

  1. Add s390x support to QEMU backend

    These virtual devices added for s390x virtualization:
    
    - virtio-scsi as alias of virtio-scsi-ccw for SCSI controller
    - virtio-gpu as alias of virtio-gpu-ccw for VirtIO GPU Device
    - virtio-rng as alias of virtio-rng-ccw for VirtIO RNG
    - virtio-tablet as alias of virtio-tablet-ccw for input mouse
      interaction
    - virtio-keyboard as alias of virtio-keyboard-ccw for keyboard
      interaction
    
    Disabled audio support since there is no audio virtual device available
    on this architecture (see qemu-kvm -device help)
    
    Signed-off-by: Elkhan Mammadli <elkhan.mammadli@protonmail.com>
    LKHN committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5f43d43 View commit details
    Browse the repository at this point in the history