Re: [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

Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Herbert Xu
Michael S. Tsirkin wrote: > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > Expose common code APIs in virtio_pci.h > > Signed-off-by: Michael S. Tsirkin This breaks virtio_pci because you deleted the licence from it. -- >8 -- Subject: virtio_pci: Restore module licen

Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Michael S. Tsirkin
On Wed, Dec 17, 2014 at 08:03:10AM +1100, Herbert Xu wrote: > Michael S. Tsirkin wrote: > > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > > Expose common code APIs in virtio_pci.h > > > > Signed-off-by: Michael S. Tsirkin > > This breaks virtio_pci because you delete

Re: [PATCH 8/9] virtio_pci: split out legacy device support

2014-12-16 Thread Michael S. Tsirkin
On Wed, Dec 17, 2014 at 08:03:10AM +1100, Herbert Xu wrote: > Michael S. Tsirkin wrote: > > Move everything dealing with legacy devices out to virtio_pci_legacy.c. > > Expose common code APIs in virtio_pci.h > > > > Signed-off-by: Michael S. Tsirkin > > This breaks virtio_pci because you delete