Re: [Qemu-devel] [virtio] qemu vs vhost virtqueue consumer

2015-04-07 Thread Catalin Vasile
Awesome. Thanks On Tue, Apr 7, 2015 at 11:51 AM, Greg Kurz wrote: > On Tue, 7 Apr 2015 11:10:07 +0300 > Catalin Vasile wrote: > >> I am using the virtio-net vhost-net model to make another virtio/vhost >> solution. >> I can't seem to find how does one make a virtqueue to only be consumed >> by

Re: [Qemu-devel] [virtio] qemu vs vhost virtqueue consumer

2015-04-07 Thread Greg Kurz
On Tue, 7 Apr 2015 11:10:07 +0300 Catalin Vasile wrote: > I am using the virtio-net vhost-net model to make another virtio/vhost > solution. > I can't seem to find how does one make a virtqueue to only be consumed > by vhost when adding notifiers to vhost. > virtio_add_queue() seems to always as

[Qemu-devel] [virtio] qemu vs vhost virtqueue consumer

2015-04-07 Thread Catalin Vasile
I am using the virtio-net vhost-net model to make another virtio/vhost solution. I can't seem to find how does one make a virtqueue to only be consumed by vhost when adding notifiers to vhost. virtio_add_queue() seems to always ask for a valid handle for qemu, and I don't see any disable function p