xics: convert init() to realize()
commitb45ff2d942022d7ee139a153f17f638d87935e03
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 26 Sep 2013 06:18:40 +0000 (26 16:18 +1000)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Oct 2013 21:25:47 +0000 (25 23:25 +0200)
tree812e6b5d2e3bcc6146848e29b91ef355ce94efa6
parentd1b5682d88f72f8662ce6d20e07af3adfbf39ed0
xics: convert init() to realize()

This fixes XICS according new QOM rules.

This converts ICS's init() callbacks to realize().

This converts legacy qdev_init_nofail() to property_set(realized).

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/intc/xics.c