On Thu, May 29, 2014 at 02:21:52AM -0700, Peter Crosthwaite wrote: > Hi Andreas, Edgar,
Hi Peter, This looks good to me. I'm afk most of this and the next week but will give run tests and put in my queue after that. Unless Andreas wants to take it through his queue. Thanks, Edgar > > Another 4 users of SysBusDevice::init bite the dust! > > A round of styling cleanup for Microblaze devices as per QOM > conventions. Tested with published MB test images. > > Regards, > Peter > > > Peter Crosthwaite (6): > timer: xilinx_timer: Convert to realize() > net: xilinx_ethlite: Don't reset from init > net: xilinx_ethlite: Convert to realize() > char: xilinx_uartlite: Don't reset from init > char: xilinx_uartlite: Convert to realize() > intc: xilinx_uartlite: Convert SBD::init -> instance_init > > hw/char/xilinx_uartlite.c | 32 +++++++++++++++++++++----------- > hw/intc/xilinx_intc.c | 17 +++++++---------- > hw/net/xilinx_ethlite.c | 34 ++++++++++++++++++++++------------ > hw/timer/xilinx_timer.c | 20 ++++++++++++-------- > 4 files changed, 62 insertions(+), 41 deletions(-) > > -- > 1.9.3.1.ga73a6ad > >