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

2016-02-15 Thread Peter Maydell
On 27 January 2016 at 02:54, xiaoqiang zhao wrote: > assign exynos4210_pwm_init to exynos4210_pwm_info.instance_init > and drop the SysBusDeviceClass::init > > Signed-off-by: xiaoqiang zhao > --- > hw/timer/exynos4210_pwm.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) Revi

[Qemu-devel] [PATCH v2 04/14] hw/timer: QOM'ify exynos4210_pwm

2016-01-26 Thread xiaoqiang zhao
assign exynos4210_pwm_init to exynos4210_pwm_info.instance_init and drop the SysBusDeviceClass::init Signed-off-by: xiaoqiang zhao --- hw/timer/exynos4210_pwm.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c in