pseries: Remove redundant calls to spapr_machine_initfn()
commit64f0f70a00ec62f10a1fd333a3a3a6bf513fc1a0
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Dec 2015 06:34:20 +0000 (3 17:34 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 11 Jan 2016 04:29:05 +0000 (11 15:29 +1100)
tree834aeff4a660e17de9d3ae9a9aaff5a16a85bd22
parent1c5f29bbc8dac5f5d109a4aaa761e0dbb9eeea8d
pseries: Remove redundant calls to spapr_machine_initfn()

The instance_init() functions for several of the pseries-x.y versioned
machine types explicitly call spapr_machine_initfn().  But that's the
instance_init function for the common parent of all those machine types,
so will already have been called beforehand by the QOM infrastructure.

Remove the redundant calls.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
hw/ppc/spapr.c