From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 27 Nov 2014 17:01:22 +0100 From: David Hildenbrand Subject: Re: [PATCH v5 16/45] KVM: s390: Set virtio-ccw transport revision Message-ID: <20141127170122.2a1f1e13@thinkpad-w530> In-Reply-To: <1417091078-24611-17-git-send-email-mst@redhat.com> References: <1417091078-24611-1-git-send-email-mst@redhat.com> <1417091078-24611-17-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, David Miller , cornelia.huck@de.ibm.com, rusty@au1.ibm.com, nab@linux-iscsi.org, pbonzini@redhat.com, thuth@linux.vnet.ibm.com, Christian Borntraeger , linux390@de.ibm.com, Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org List-ID: > From: Thomas Huth > > With the new SET-VIRTIO-REVISION command of the virtio 1.0 standard, we > can now negotiate the virtio-ccw revision after setting a channel online. > > Note that we don't negotiate version 1 yet. > > [Cornelia Huck: reworked revision loop a bit] > Reviewed-by: David Hildenbrand > Signed-off-by: Thomas Huth > Signed-off-by: Cornelia Huck > Signed-off-by: Michael S. Tsirkin > --- Still looks good to me :)