Re: [Qemu-devel] [PATCH RFC v6 17/20] virtio-net: enable virtio 1.0

2014-12-18 Thread Cornelia Huck
On Tue, 16 Dec 2014 15:10:04 +0200 "Michael S. Tsirkin" wrote: > On Thu, Dec 11, 2014 at 02:25:19PM +0100, Cornelia Huck wrote: > > virtio-net (non-vhost) now should have everything in place to support > > virtio 1.0: let's enable the feature bit for it. > > > > Note that VIRTIO_F_VERSION_1 is t

Re: [Qemu-devel] [PATCH RFC v6 17/20] virtio-net: enable virtio 1.0

2014-12-16 Thread Michael S. Tsirkin
On Thu, Dec 11, 2014 at 02:25:19PM +0100, Cornelia Huck wrote: > virtio-net (non-vhost) now should have everything in place to support > virtio 1.0: let's enable the feature bit for it. > > Note that VIRTIO_F_VERSION_1 is technically a transport feature; once > every device is ready for virtio 1.0

[Qemu-devel] [PATCH RFC v6 17/20] virtio-net: enable virtio 1.0

2014-12-11 Thread Cornelia Huck
virtio-net (non-vhost) now should have everything in place to support virtio 1.0: let's enable the feature bit for it. Note that VIRTIO_F_VERSION_1 is technically a transport feature; once every device is ready for virtio 1.0, we can move setting this feature bit out of the individual devices. Si