Re: [Qemu-devel] [PATCH v2 02/14] hw/timer: QOM'ify etraxfs_timer

2016-02-15 Thread Peter Maydell
On 27 January 2016 at 02:54, xiaoqiang zhao wrote: > assign etraxfs_timer_init to etraxfs_timer_info.instance_init > and drop the SysBusDeviceClass::init > > Signed-off-by: xiaoqiang zhao You should probably cc Edgar as the CRIS/etraxfs maintainer. > --- > hw/timer/etraxfs_timer.c | 11 +--

[Qemu-devel] [PATCH v2 02/14] hw/timer: QOM'ify etraxfs_timer

2016-01-26 Thread xiaoqiang zhao
assign etraxfs_timer_init to etraxfs_timer_info.instance_init and drop the SysBusDeviceClass::init Signed-off-by: xiaoqiang zhao --- hw/timer/etraxfs_timer.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hw/timer/etraxfs_timer.c b/hw/timer/etraxfs_timer.c index