Files
qemu-esp-boards/include/hw/ppc
David Gibson da2ef5b2f2 xics: Eliminate reset hook
Currently TYPE_XICS_BASE and TYPE_XICS_SIMPLE have their own reset methods,
using the standard technique for having the subtype call the supertype's
methods before doing its own thing.

But TYPE_XICS_SIMPLE is the only subtype of TYPE_XICS_BASE ever
instantiated, so there's no point having the split here.  Merge them
together into just an ics_reset() function.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
2019-10-04 19:08:22 +10:00
..
2019-03-12 14:33:04 +11:00
2019-08-21 17:17:12 +10:00
2019-08-16 13:31:52 +02:00
2019-10-04 10:25:23 +10:00
2019-10-04 19:08:22 +10:00
2019-08-21 17:17:39 +10:00