qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH 0/6] Trivial cleanups around g_malloc()


From: Markus Armbruster
Subject: Re: [Qemu-trivial] [PATCH 0/6] Trivial cleanups around g_malloc()
Date: Wed, 28 Jan 2015 12:16:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

I screwed up cc: qemu-trivial, my apologies.

Markus Armbruster <address@hidden> writes:

> I'm routing these patches through qemu-trivial, even though some of
> them touch actively maintained code, and could go through the
> respective tree instead:
>
> * PATCH 1 block (Kevin, Stefan)
>
> * PATCH 3 KVM (Paolo)
>
> * PATCH 4 migration (Juan, Amit)
>
> * PATCH 5 VNC (Gerd)
>
> If you want me to reroute any of them, let me know.
>
> Markus Armbruster (6):
>   onenand: g_malloc() can't fail, bury dead error handling
>   rtl8139: g_malloc() can't fail, bury dead error handling
>   kvm: g_malloc() can't fail, bury dead error handling
>   rdma: g_malloc0() can't fail, bury dead error handling
>   vnc: g_realloc() can't fail, bury dead error handling
>   translate-all: Use g_try_malloc() for dynamic translator buffer
>
>  hw/block/onenand.c |  8 +-------
>  hw/net/rtl8139.c   | 14 --------------
>  kvm-all.c          |  4 ----
>  migration/rdma.c   |  3 ---
>  translate-all.c    |  2 +-
>  ui/vnc.c           |  4 ----
>  6 files changed, 2 insertions(+), 33 deletions(-)



reply via email to

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