Re: [Qemu-devel] [PULL 13/42] virtio-pci: initial virtio 1.0 support

2015-06-20 Thread Paolo Bonzini
On 11/06/2015 13:58, Michael S. Tsirkin wrote: > This is somewhat functional. With this, and linux driver from my tree, > I was able to use virtio net as virtio 1.0 device for light browsing. > > At the moment, dataplane and vhost code is > still missing. > > Based on Cornelia's virtio 1.0 pat

[Qemu-devel] [PULL 13/42] virtio-pci: initial virtio 1.0 support

2015-06-11 Thread Michael S. Tsirkin
This is somewhat functional. With this, and linux driver from my tree, I was able to use virtio net as virtio 1.0 device for light browsing. At the moment, dataplane and vhost code is still missing. Based on Cornelia's virtio 1.0 patchset: Date: Thu, 11 Dec 2014 14:25:02 +0100 From: Corn