summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2019-09-24 16:00:33 +1000
committerDavid Gibson <david@gibson.dropbear.id.au>2019-10-04 19:08:21 +1000
commit00ed3da9b5c2e66e796a172df3e19545462b9c90 (patch)
treed9d14269a3d439400a63d7d2febb6cb9f1ee1688 /hw/intc/omap_intc.c
parent627fa61746f70f7c799f08e9048bb6a482402138 (diff)
downloadfocaccia-qemu-00ed3da9b5c2e66e796a172df3e19545462b9c90.tar.gz
focaccia-qemu-00ed3da9b5c2e66e796a172df3e19545462b9c90.zip
xics: Minor fixes for XICSFabric interface
Interface instances should never be directly dereferenced.  So, the common
practice is to make them incomplete types to make sure no-one does that.
XICSFrabric, however, had a dummy type which is less safe.

We were also using OBJECT_CHECK() where we should have been using
INTERFACE_CHECK().

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions