]> git.proxmox.com Git - mirror_qemu.git/commit
pnv_core: drop reference on ICPState object during CPU realization
authorGreg Kurz <groug@kaod.org>
Wed, 7 Jun 2017 17:16:52 +0000 (19:16 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Jun 2017 04:38:27 +0000 (14:38 +1000)
commit67b544d65f92b9987bc05b9da7e6269af48f1b69
tree0abeffd9da88b4542a0ef3aeb7b3b49a90b7ade8
parent798083361950ec3fed946bbcf22c924ef820e45e
pnv_core: drop reference on ICPState object during CPU realization

Similarly to what was done to spapr with commit 249127d0dfeb, this patch
ensures that we don't keep an extra reference on the ICPState object. Also
since the object was just created and not reparented yet, the call to
object_property_add_child() should never fail: let's pass &error_abort to
make this clear.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv_core.c