Re: [PATCH RFC v2 3/4] virtio: allow finalize_features to fail

2014-12-07 Thread Michael S. Tsirkin
On Fri, Dec 05, 2014 at 10:53:54AM +0100, David Hildenbrand wrote: > > This will make it easy for transports to validate features and return > > failure. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > include/linux/virtio_config.h | 3 ++- > > drivers/lguest/lguest_device.c

Re: [PATCH RFC v2 3/4] virtio: allow finalize_features to fail

2014-12-05 Thread David Hildenbrand
> This will make it easy for transports to validate features and return > failure. > > Signed-off-by: Michael S. Tsirkin > --- > include/linux/virtio_config.h | 3 ++- > drivers/lguest/lguest_device.c | 4 +++- > drivers/misc/mic/card/mic_virtio.c | 4 +++- > drivers/remotep

[PATCH RFC v2 3/4] virtio: allow finalize_features to fail

2014-12-04 Thread Michael S. Tsirkin
This will make it easy for transports to validate features and return failure. Signed-off-by: Michael S. Tsirkin --- include/linux/virtio_config.h | 3 ++- drivers/lguest/lguest_device.c | 4 +++- drivers/misc/mic/card/mic_virtio.c | 4 +++- drivers/remoteproc/remoteproc_vir