commit | f13d8bc2a16c5d1dd3dbd8b64dbd42cfe78da93e | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 14:46:44 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 09 21:42:06 2014 +0200 |
tree | 3450e7003ccb71e30c3f14c6aa45332c6911d078 | |
parent | 5f4c976089ca176c7780c0431308b4e71041702a [diff] |
virtio_ccw: future-proof finalize_features We never negotiate revision > 1, but just to make this code more likely to work when we do, require VERSION_1 with any revision >= 1. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>