mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
7e64e0597f
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>
10 lines
318 B
Makefile
10 lines
318 B
Makefile
# Makefile for kvm guest drivers on s390
|
|
#
|
|
# Copyright IBM Corp. 2008
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# 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 virtio_ccw.o
|