summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThomas Huth2018-07-25 14:20:16 +0200
committerCornelia Huck2018-08-28 17:37:01 +0200
commit901f5f162a32461226fa1bb4be81e71ae7a939a7 (patch)
treeed7cd2780421e6600922c4063addbfbd9901a4b1 /MAINTAINERS
parenthw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize() (diff)
downloadqemu-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--MAINTAINERS2
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