qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH] scsi: switch from g_slice allocato


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH] scsi: switch from g_slice allocator to malloc
Date: Tue, 6 Oct 2015 15:47:29 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Oct 01, 2015 at 01:04:40PM +0200, Paolo Bonzini wrote:
> Simplify memory allocation by sticking with a single API.  GSlice
> is not that fast anyway (tcmalloc/jemalloc are better).
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  hw/scsi/scsi-bus.c              |  4 ++--
>  hw/scsi/virtio-scsi-dataplane.c | 10 +++++-----
>  hw/scsi/virtio-scsi.c           | 12 +++++-------
>  3 files changed, 12 insertions(+), 14 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>



reply via email to

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