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

2014-12-05 Thread Paolo Bonzini
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

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

2014-12-05 Thread Eric Blake
On 12/04/2014 06:46 AM, 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 * Review

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

2014-12-04 Thread Markus Armbruster
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 +