Re: [Qemu-devel] [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout

2015-01-28 Thread David Gibson
On Wed, Jan 28, 2015 at 05:07:01PM +0100, Cornelia Huck wrote: > On Thu, 22 Jan 2015 13:06:09 +1100 > David Gibson wrote: > > > On Thu, Dec 11, 2014 at 02:25:09PM +0100, Cornelia Huck wrote: > > > For virtio-1 devices, we allow a more complex queue layout that doesn't > > > require descriptor tab

Re: [Qemu-devel] [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout

2015-01-28 Thread Cornelia Huck
On Thu, 22 Jan 2015 13:06:09 +1100 David Gibson wrote: > On Thu, Dec 11, 2014 at 02:25:09PM +0100, Cornelia Huck wrote: > > For virtio-1 devices, we allow a more complex queue layout that doesn't > > require descriptor table and rings on a physically-contigous memory area: > > add virtio_queue_se

Re: [Qemu-devel] [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout

2015-01-21 Thread David Gibson
On Thu, Dec 11, 2014 at 02:25:09PM +0100, Cornelia Huck wrote: > For virtio-1 devices, we allow a more complex queue layout that doesn't > require descriptor table and rings on a physically-contigous memory area: > add virtio_queue_set_rings() to allow transports to set this up. > > Signed-off-by:

[Qemu-devel] [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout

2014-12-11 Thread Cornelia Huck
For virtio-1 devices, we allow a more complex queue layout that doesn't require descriptor table and rings on a physically-contigous memory area: add virtio_queue_set_rings() to allow transports to set this up. Signed-off-by: Cornelia Huck --- hw/virtio/virtio-mmio.c|3 +++ hw/virtio/vir