diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2014-10-07 10:39:52 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 05:05:27 -0500 |
commit | af9ca13b4430107bdae8557801b4274ee3c5b378 (patch) | |
tree | f97dcfc858350263f2c93c4a321590608942af46 /drivers/s390 | |
parent | 485551366d56c752fcd9aaac0544b9f057226ad6 (diff) |
KVM: s390: enable virtio-ccw revision 1
Now that virtio-ccw has everything needed to support virtio 1.0 in
place, try to enable it if the host supports it.
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/kvm/virtio_ccw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/kvm/virtio_ccw.c b/drivers/s390/kvm/virtio_ccw.c index 45ab269d70db..4a3e6e510294 100644 --- a/drivers/s390/kvm/virtio_ccw.c +++ b/drivers/s390/kvm/virtio_ccw.c | |||
@@ -103,7 +103,7 @@ struct virtio_rev_info { | |||
103 | }; | 103 | }; |
104 | 104 | ||
105 | /* the highest virtio-ccw revision we support */ | 105 | /* the highest virtio-ccw revision we support */ |
106 | #define VIRTIO_CCW_REV_MAX 0 | 106 | #define VIRTIO_CCW_REV_MAX 1 |
107 | 107 | ||
108 | struct virtio_ccw_vq_info { | 108 | struct virtio_ccw_vq_info { |
109 | struct virtqueue *vq; | 109 | struct virtqueue *vq; |