spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfo
commit895d5cd620d358c2623c639a150d9320d581b4f8
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 15 Jan 2018 02:51:22 +0000 (15 13:51 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Jan 2018 22:35:24 +0000 (17 09:35 +1100)
treec3a6e5a6484a1e2af616adbaaed7ee49b9720783
parent4e5fe3688e23d61b45cc549ff1322aff8f50ef45
spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfo

The options field here is intended to list the available values for the
capability.  It's not used yet, because the existing capabilities are
boolean.

We're going to add capabilities that aren't, but in that case the info on
the possible values can be folded into the .description field.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_caps.c