On 7 March 2016 at 07:05, xiaoqiang zhao <[email protected]> wrote: > Drop the use of old SysBus init function and use instance_init > > Signed-off-by: xiaoqiang zhao <[email protected]> > --- > hw/arm/versatilepb.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> Followup cleanups you could do for the vpb_sic code: * move it out of hw/arm/versatilepb.c into a new hw/intc/vpb_sic.c * implement a reset method thanks -- PMM
