On 2015/1/28 19:16, Markus Armbruster wrote: > I screwed up cc: qemu-trivial, my apologies. > > Markus Armbruster <arm...@redhat.com> 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(-) >
For serials: Reviewed-by: Gonglei <arei.gong...@huawei.com> Regards, -Gonglei