]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/s390x: Move virtio-ccw-serial code to a separate file
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 12:20:16 +0000 (14:20 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (17:37 +0200)
commit901f5f162a32461226fa1bb4be81e71ae7a939a7
treeed7cd2780421e6600922c4063addbfbd9901a4b1
parent2d6ff33a03332d2a7dc0ece31a8eb8d49c0194ee
hw/s390x: Move virtio-ccw-serial code to a separate file

The code should only be enabled if CONFIG_VIRTIO_SERIAL has been set.
This can be done best if the code resides in a separate file.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1532521224-27235-3-git-send-email-thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
MAINTAINERS
hw/s390x/Makefile.objs
hw/s390x/virtio-ccw-serial.c [new file with mode: 0644]
hw/s390x/virtio-ccw.c