aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/kvm/Makefile
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2012-12-14 17:02:18 +0100
committerGleb Natapov <gleb@redhat.com>2012-12-18 14:37:13 +0200
commit7e64e0597fd67c975bfa3e76401bfbcdd5ae0ff9 (patch)
tree8af50236372d9db8679e9cbf10fad40766fedf4e /drivers/s390/kvm/Makefile
parent0abbe448eddb2263db3fb776757f480b34accd88 (diff)
KVM: s390: Add a channel I/O based virtio transport driver.
Add a driver for kvm guests that matches virtual ccw devices provided by the host as virtio bridge devices. These virtio-ccw devices use a special set of channel commands in order to perform virtio functions. Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'drivers/s390/kvm/Makefile')
-rw-r--r--drivers/s390/kvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/kvm/Makefile b/drivers/s390/kvm/Makefile
index 0815690ac1e..241891a57ca 100644
--- a/drivers/s390/kvm/Makefile
+++ b/drivers/s390/kvm/Makefile
@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License (version 2 only)
# as published by the Free Software Foundation.
-obj-$(CONFIG_S390_GUEST) += kvm_virtio.o
+obj-$(CONFIG_S390_GUEST) += kvm_virtio.o virtio_ccw.o