qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] x86: Trivial cleanups around g_malloc()


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/4] x86: Trivial cleanups around g_malloc()
Date: Fri, 05 Dec 2014 16:40:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


On 04/12/2014 14:46, Markus Armbruster wrote:
> Markus Armbruster (4):
>   x86: Drop superfluous conditionals around g_free()
>   x86: Fuse g_malloc(); memset() into g_malloc0()
>   x86: Use g_new() & friends where that makes obvious sense
>   x86: Drop some superfluous casts from void *
> 
>  hw/i386/pc.c            |  3 +--
>  hw/i386/pc_sysfw.c      |  4 +---
>  target-i386/arch_dump.c | 16 ++++------------
>  target-i386/cpu.c       |  2 +-
>  target-i386/kvm.c       |  4 ++--
>  5 files changed, 9 insertions(+), 20 deletions(-)
> 

Applied, thanks.

Paolo



reply via email to

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