summaryrefslogtreecommitdiff
path: root/hw/s390x/Makefile.objs
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2013-01-24 06:08:56 +0000
committerAlexander Graf <agraf@suse.de>2013-01-29 21:50:05 +0100
commita5c95808bac7d995378b3835e10011775c7c2d0b (patch)
treed1d7094b07cb498c886ba6658c67b241f465c08d /hw/s390x/Makefile.objs
parentab290630fad0df42ee94a81b20c48d0da2dc6f66 (diff)
downloadqemu-a5c95808bac7d995378b3835e10011775c7c2d0b.tar.gz
s390: Add s390-ccw-virtio machine.
Add a new machine type, s390-ccw-virtio, making use of the virtio-ccw transport to present virtio devices as channel devices. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/s390x/Makefile.objs')
-rw-r--r--hw/s390x/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs
index e4ee456fd4..9f2f41989c 100644
--- a/hw/s390x/Makefile.objs
+++ b/hw/s390x/Makefile.objs
@@ -5,4 +5,5 @@ obj-y += event-facility.o
obj-y += sclpquiesce.o sclpconsole.o
obj-y += ipl.o
obj-y += css.o
+obj-y += s390-virtio-ccw.o
obj-y += virtio-ccw.o