Re: [PATCH 1/2] virtio_ccw: future-proof finalize_features
From: Cornelia Huck <hidden>
Date: 2014-12-09 17:25:47
Also in:
linux-s390, lkml
From: Cornelia Huck <hidden>
Date: 2014-12-09 17:25:47
Also in:
linux-s390, lkml
On Tue, 9 Dec 2014 15:53:34 +0200 "Michael S. Tsirkin" [off-list ref] wrote:
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> --- drivers/s390/kvm/virtio_ccw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Cornelia Huck <redacted>