qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [PATCH] sd: Fix "info qtree" on boards with SD cards


From: Peter Maydell
Subject: Re: [Qemu-arm] [PATCH] sd: Fix "info qtree" on boards with SD cards
Date: Tue, 15 Mar 2016 20:33:14 +0000

On 15 March 2016 at 20:28, Thomas Hanson <address@hidden> wrote:
> The patch looks good.
>
> Would it also be good to update bus_add_child() so that it NULL-checks
> its "bus" parameter before dereferencing it?

No, I think it's just a programming error to call qdev_set_parent_bus()
with a NULL bus parameter, so crashing is fine.

(The problem fixed by this patch doesn't involve calling bus_add_child()
with a NULL pointer, in any case -- qdev_try_create() will handle
a NULL bus pointer as "use the default system bus", so by the time
it gets to bus_add_child() the bus pointer is never NULL. It's
using the default bus at all that causes things to go wrong much
later on down the line.)

thanks
-- PMM



reply via email to

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