spapr_init_cpus() currently creates spapr-cpu-core objects via
object_new() and setting their realized property to true. This leaves
their reference count at two, because object_new() adds an initial
reference and the realization attaches them to a default parent object
which also increments the re
On Thu, Aug 30, 2018 at 03:54:40PM +1000, Sam Bobroff wrote:
11;rgb://> spapr_init_cpus() currently creates spapr-cpu-core
objects via
> object_new() and setting their realized property to true. This leaves
> their reference count at two, because object_new() adds an initial
> referenc