spapr_drc: Change value of property "fdt" from null back to {}
commitab8bf1d735133df5b5847bef0b0bea496d614a5a
authorMarkus Armbruster <armbru@redhat.com>
Thu, 3 Dec 2015 16:37:39 +0000 (3 17:37 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Dec 2015 05:50:59 +0000 (4 16:50 +1100)
tree7eb745ab9fd69d43402003639e0e2b90670d243b
parentc401ae8c9cd4e335dca59661f2849e7a26b5eb31
spapr_drc: Change value of property "fdt" from null back to {}

prop_get_fdt() misuses the visitor API: when fdt is null, it doesn't
visit anything.  object_property_get_qobject() happily
object_property_get_qobject().  Amazingly, the latter survives the
misuse.  Turns out we've papered over it long before prop_get_fdt()
existed, in commit 1d10b44.

However, commit 6c2f9a1 changed how we paper over it, and as a side
effect changed qom-get's value from {} to null.  Change it right back
by fixing the visitor misuse.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_drc.c