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

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