Re: [PATCH v8 17/50] KVM: s390: Set virtio-ccw transport revision

2014-12-04 Thread Cornelia Huck
On Thu, 4 Dec 2014 18:10:22 +0200 "Michael S. Tsirkin" wrote: > On Mon, Dec 01, 2014 at 06:04:11PM +0200, Michael S. Tsirkin wrote: > > 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

Re: [PATCH v8 17/50] KVM: s390: Set virtio-ccw transport revision

2014-12-04 Thread Michael S. Tsirkin
On Mon, Dec 01, 2014 at 06:04:11PM +0200, Michael S. Tsirkin wrote: > 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. > > [Co

[PATCH v8 17/50] KVM: s390: Set virtio-ccw transport revision

2014-12-01 Thread Michael S. Tsirkin
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-of