]> Git Repo - qemu.git/commit
pseries: Remove redundant calls to spapr_machine_initfn()
authorDavid Gibson <[email protected]>
Thu, 3 Dec 2015 06:34:20 +0000 (17:34 +1100)
committerDavid Gibson <[email protected]>
Mon, 11 Jan 2016 04:29:05 +0000 (15:29 +1100)
commit64f0f70a00ec62f10a1fd333a3a3a6bf513fc1a0
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 <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Alexey Kardashevskiy <[email protected]>
hw/ppc/spapr.c
This page took 0.024788 seconds and 4 git commands to generate.