hw/s390x: Move virtio-ccw-blk code to a separate file
commit331cf66ea4b7b657f3709a14b08de1d11624462f
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 18:08:30 +0000 (25 20:08 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (28 17:37 +0200)
tree240942bf722e5b871f01b891fd6b5aec69554cbc
parentefbc1783bd82b8062c5958193b35052998de3258
hw/s390x: Move virtio-ccw-blk code to a separate file

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