[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] qom: add error handler for security
From: |
Gonglei (Arei) |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] qom: add error handler for security |
Date: |
Tue, 23 Sep 2014 13:21:31 +0000 |
> >
> > The PATCH 2 is splited from another patch series, which has been
> > reviewed by Paolo. PATCH 1 can avoid possible leaking memory.
> >
> > Gonglei (2):
> > qom: add error handler for object_property_print()
> > qom: add error handler for object alias property
> >
> > qom/object.c | 21 ++++++++++++++++++---
> > 1 file changed, 18 insertions(+), 3 deletions(-)
> >
>
> Reviewed-by: Paolo Bonzini <address@hidden>
>
Thanks, Paolo. I merged those two patches in my next patch series
[PATCH 0/7] add description field in ObjectProperty and PropertyInfo struct
because of depending. Maybe I should spilt them again?
Best regards,
-Gonglei
> Andreas, can you queue it in qom-next?
>
> Paolo