diff options
author | Thomas Huth | 2018-07-25 14:20:16 +0200 |
---|---|---|
committer | Cornelia Huck | 2018-08-28 17:37:01 +0200 |
commit | 901f5f162a32461226fa1bb4be81e71ae7a939a7 (patch) | |
tree | ed7cd2780421e6600922c4063addbfbd9901a4b1 /MAINTAINERS | |
parent | hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize() (diff) | |
download | qemu-901f5f162a32461226fa1bb4be81e71ae7a939a7.tar.gz qemu-901f5f162a32461226fa1bb4be81e71ae7a939a7.tar.xz qemu-901f5f162a32461226fa1bb4be81e71ae7a939a7.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fd1bce176f..03fe7893bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1237,7 +1237,7 @@ virtio-ccw M: Cornelia Huck <cohuck@redhat.com> M: Christian Borntraeger <borntraeger@de.ibm.com> S: Supported -F: hw/s390x/virtio-ccw.[hc] +F: hw/s390x/virtio-ccw*.[hc] T: git git://github.com/cohuck/qemu.git s390-next T: git git://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org |