hw/s390x: Move virtio-ccw-net code to a separate file
commitefbc1783bd82b8062c5958193b35052998de3258
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 18:07:36 +0000 (25 20:07 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (28 17:37 +0200)
treea02a831829ad5c3924e9e937aab20f9cf41d7d7a
parent90b90a0f8fb9f0b6fea08894998700f8e82b8a7a
hw/s390x: Move virtio-ccw-net code to a separate file

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