qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/4] block: Use g_new() & friends more


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v3 0/4] block: Use g_new() & friends more
Date: Tue, 19 Aug 2014 13:10:20 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 19.08.2014 um 10:31 hat Markus Armbruster geschrieben:
> PATCH 1+2 convert some allocations.  While preparing them, I stumbled
> over dead error handling and some useless casts, which led to PATCH
> 3+4.
> 
> I posted a tree-wide version of PATCH 1 some time ago, and was told to
> split it up.  This is the block part, redone from scratch.  Other
> parts available on request.
> 
> v3:
> * Manual style cleanups in PATCH 4 [Max, Jeff]
> * PATCH 1-3 unchanged.
> v2:
> * Regenerated with spatch.
> * Because of that, I decided not to carry Max's R-by forward.
> 
> Markus Armbruster (4):
>   block: Use g_new() & friends where that makes obvious sense
>   block: Use g_new() & friends to avoid multiplying sizes
>   qemu-io-cmds: g_renew() can't fail, bury dead error handling
>   block: Drop some superfluous casts from void *

Thanks, applied all to the block branch.

Kevin



reply via email to

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