hw/s390x: Move vhost-vsock-ccw code to a separate file
commitd8d4d62c38a48cc204b94833a7733c171371d959
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 12:20:22 +0000 (25 14:20 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (28 17:37 +0200)
treeb887da40452f7101f59036b682b610987b4cacbf
parenta8e1b5ffc7ce390b11232e311e6cfd8c1ed11055
hw/s390x: Move vhost-vsock-ccw code to a separate file

The code should only be enabled if CONFIG_VHOST_VSOCK 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-9-git-send-email-thuth@redhat.com>
[CH: updated MAINTAINERS]
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
MAINTAINERS
hw/s390x/Makefile.objs
hw/s390x/vhost-vsock-ccw.c [new file with mode: 0644]
hw/s390x/virtio-ccw.c