qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/10] virtio: introduce virtqueue_alloc_element


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 04/10] virtio: introduce virtqueue_alloc_element
Date: Tue, 19 Jan 2016 13:40:26 +0100

On Fri, 15 Jan 2016 13:41:52 +0100
Paolo Bonzini <address@hidden> wrote:

> Allocate the arrays for in_addr/out_addr/in_sg/out_sg outside the
> VirtQueueElement.  For now, virtqueue_pop and vring_pop keep
> allocating a very large VirtQueueElement.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  hw/virtio/dataplane/vring.c |   2 +-
>  hw/virtio/virtio.c          | 109 
> ++++++++++++++++++++++++++++++++++++++++----
>  include/hw/virtio/virtio.h  |   9 ++--
>  3 files changed, 105 insertions(+), 15 deletions(-)

Reviewed-by: Cornelia Huck <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]