hw/s390x: Move virtio-ccw-9p code to a separate file
commit56541db44217df62cbdcfaccb3ca013ef0f3586c
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 12:20:20 +0000 (25 14:20 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (28 17:37 +0200)
tree8ae4ede4c8f92412b4340ded6923d8aaa46bd4d9
parentdcdc7ad3ac891a38643fd08e4e4bc808c50421c7
hw/s390x: Move virtio-ccw-9p code to a separate file

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