diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-01-24 06:08:55 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-29 21:50:04 +0100 |
commit | a5cf2bb4e3827732b1b6740bddd022eb19988e0a (patch) | |
tree | 07ff4e62465f5b8569adefb03612e25dd15371f1 /hw/s390x/Makefile.objs | |
parent | fad37673f53ac8a2e0575c084a26e5f6bb59957d (diff) |
s390: Add new channel I/O based virtio transport.
Add a new virtio transport that uses channel commands to perform
virtio operations.
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index ab99da62d1..f6b461b6b3 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -7,3 +7,4 @@ obj-y += event-facility.o obj-y += sclpquiesce.o sclpconsole.o obj-y += ipl.o obj-y += css.o +obj-y += virtio-ccw.o |