Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751815AbaK2Rbb (ORCPT ); Sat, 29 Nov 2014 12:31:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47713 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043AbaK2Rba (ORCPT ); Sat, 29 Nov 2014 12:31:30 -0500 Date: Sat, 29 Nov 2014 19:31:07 +0200 From: "Michael S. Tsirkin" To: Cornelia Huck Cc: linux-kernel@vger.kernel.org, David Miller , rusty@au1.ibm.com, nab@linux-iscsi.org, pbonzini@redhat.com, thuth@linux.vnet.ibm.com, dahi@linux.vnet.ibm.com, Christian Borntraeger , linux390@de.ibm.com, Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org Subject: Re: [PATCH v6 20/46] KVM: s390: enable virtio-ccw revision 1 Message-ID: <20141129173107.GF22746@redhat.com> References: <1417118789-18231-1-git-send-email-mst@redhat.com> <1417118789-18231-21-git-send-email-mst@redhat.com> <20141128110910.123a1c62.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141128110910.123a1c62.cornelia.huck@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 28, 2014 at 11:09:10AM +0100, Cornelia Huck wrote: > On Thu, 27 Nov 2014 22:09:30 +0200 > "Michael S. Tsirkin" wrote: > > > From: Cornelia Huck > > > > Now that virtio-ccw has everything needed to support virtio 1.0 in > > place, try to enable it if the host supports it. > > > > MST: enable virtio 1.0 feature bit > > Stale comment? Sure, thanks. > > > > Reviewed-by: David Hildenbrand > > Signed-off-by: Cornelia Huck > > Signed-off-by: Michael S. Tsirkin > > --- > > drivers/s390/kvm/virtio_ccw.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/s390/kvm/virtio_ccw.c b/drivers/s390/kvm/virtio_ccw.c > > index 79f6737..8ec68dd 100644 > > --- a/drivers/s390/kvm/virtio_ccw.c > > +++ b/drivers/s390/kvm/virtio_ccw.c > > @@ -103,7 +103,7 @@ struct virtio_rev_info { > > }; > > > > /* the highest virtio-ccw revision we support */ > > -#define VIRTIO_CCW_REV_MAX 0 > > +#define VIRTIO_CCW_REV_MAX 1 > > > > struct virtio_ccw_vq_info { > > struct virtqueue *vq; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/