pseries: Remove unused callbacks from sPAPR VIO bus state
commite763da234454c2bcdf065e360f69ca1d11d81224
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 20 Oct 2016 04:29:25 +0000 (20 15:29 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 27 Oct 2016 22:36:58 +0000 (28 09:36 +1100)
treecb948fed642061d00a8ede0ec1d21432935ddc63
parentf85bcec31ee578eccf6182be158d6ac6d9b90a4c
pseries: Remove unused callbacks from sPAPR VIO bus state

The original QOMification of the spapr VIO devices in 3954d33 "spapr:
convert to QEMU Object Model (v2)" moved some callbacks from the
VIOsPAPRBus structure to the VIOsPAPRDeviceClass.  Except, that it
forgot to actually remove them from the VIOsPAPRBus structure (which
still exists, though it doesn't fulfill quite the same function as it
did pre-QOM).

This patch removes those now unused callback fields.

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