Re: [Qemu-devel] [PATCH RFC v6 02/20] virtio: cull virtio_bus_set_vdev_features

2015-01-21 Thread David Gibson
On Thu, Dec 11, 2014 at 02:25:04PM +0100, Cornelia Huck wrote: > The only user of this function was virtio-ccw, and it should use > virtio_set_features() like everybody else: We need to make sure > that bad features are masked out properly, which this function did > not do. > > Reviewed-by: Thomas

[Qemu-devel] [PATCH RFC v6 02/20] virtio: cull virtio_bus_set_vdev_features

2014-12-11 Thread Cornelia Huck
The only user of this function was virtio-ccw, and it should use virtio_set_features() like everybody else: We need to make sure that bad features are masked out properly, which this function did not do. Reviewed-by: Thomas Huth Signed-off-by: Cornelia Huck --- hw/s390x/virtio-ccw.c |