Re: [PATCH v2 06/10] qom/object: Display more helpful message when a parent is missing

2020-01-21 Thread Cornelia Huck
On Tue, 21 Jan 2020 12:03:45 +0100 Philippe Mathieu-Daudé wrote: > QEMU object model is scarse in documentation. Some calls are > recursive, and it might be hard to figure out even trivial issues. > > We can avoid developers to waste time in a debugging session by > displaying a simple error mes

[PATCH v2 06/10] qom/object: Display more helpful message when a parent is missing

2020-01-21 Thread Philippe Mathieu-Daudé
QEMU object model is scarse in documentation. Some calls are recursive, and it might be hard to figure out even trivial issues. We can avoid developers to waste time in a debugging session by displaying a simple error message. This commit is also similar to e02bdf1cecd2 ("Display more helpful mes