qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/10] virtio: combine write of an entry into us


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 10/10] virtio: combine write of an entry into used ring
Date: Tue, 19 Jan 2016 17:26:44 +0100

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

> From: Vincenzo Maffione <address@hidden>
> 
> Fill in an element of the used ring with a single combined access to the
> guest physical memory, rather than using two separated accesses.
> This reduces the overhead due to expensive address translation.
> 
> Signed-off-by: Vincenzo Maffione <address@hidden>
> Message-Id: <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  hw/virtio/virtio.c | 25 ++++++++++++-------------
>  1 file changed, 12 insertions(+), 13 deletions(-)

Reviewed-by: Cornelia Huck <address@hidden>




reply via email to

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