Re: [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver.

2012-10-09 Thread Cornelia Huck
On Wed, 19 Sep 2012 18:38:38 +0200 Alexander Graf ag...@suse.de wrote: On 04.09.2012, at 17:13, Cornelia Huck wrote: +static u32 virtio_ccw_get_features(struct virtio_device *vdev) +{ + struct virtio_ccw_device *vcdev = to_vc_device(vdev); + struct virtio_feature_desc features;

Re: [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver.

2012-09-19 Thread Alexander Graf
On 04.09.2012, at 17:13, Cornelia Huck wrote: Add a driver for kvm guests that matches virtual ccw devices provided by the host as virtio bridge devices. These virtio-ccw devices use a special set of channel commands in order to perform virtio functions. Signed-off-by: Cornelia Huck

[PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver.

2012-09-04 Thread Cornelia Huck
Add a driver for kvm guests that matches virtual ccw devices provided by the host as virtio bridge devices. These virtio-ccw devices use a special set of channel commands in order to perform virtio functions. Signed-off-by: Cornelia Huck cornelia.h...@de.ibm.com --- Changes v1-v2: - adapt to