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

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