qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/6] qobject: Make conversion from QObject * acc


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH 0/6] qobject: Make conversion from QObject * accept null
Date: Thu, 15 Oct 2015 12:06:51 -0400

On Thu, 15 Oct 2015 16:15:31 +0200
Markus Armbruster <address@hidden> wrote:

> The qobject_to_FOO() crash on null, which is a trap for the unwary.
> Return null instead, and simplify a few callers.
> 
> Throw in a patch to drop QObject_HEAD.
> 
> Luiz, I'm happy to take this through my tree, since got a QMP series
> based on it (to be posted shortly).

Please do.

Reviewed-by: Luiz Capitulino <address@hidden>

Btw, what do you think about this patch? :)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9bd2b8f..aa03f3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1010,7 +1010,7 @@ F: qemu-timer.c
 F: vl.c
 
 Human Monitor (HMP)
-M: Luiz Capitulino <address@hidden>
+M: Markus Armbruster <address@hidden>
 S: Maintained
 F: monitor.c
 F: hmp.c
@@ -1073,7 +1073,7 @@ F: qapi/*.json
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
 QObject
-M: Luiz Capitulino <address@hidden>
+M: Markus Armbruster <address@hidden>
 S: Maintained
 F: qobject/
 F: include/qapi/qmp/



reply via email to

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