On 16 February 2016 at 11:09, xiaoqiang zhao <zxq_yx_...@163.com> wrote: > This patch series QOM'ify timer code under hw/timer directory. > Main idea is to split the initfn's work, some to TypeInfo.instance_init > and some is placed in DeviceClass::realize. > Drop the use of SysBusDeviceClass::init if possible. > > changes in v3: > * remove unnecessary OBJECT cast > * refine some commit message > * use DeviceClass::vmsd instead of vmstate_register to register > the VMState if possible > > changes in v2: > fix a stupid typo (timmer->timer) > > xiaoqiang zhao (16): > hw/timer: QOM'ify arm_timer (pass 1) > hw/timer: QOM'ify arm_timer (pass 2) > hw/timer: QOM'ify exynos4210_mct > hw/timer: QOM'ify exynos4210_pwm > hw/timer: QOM'ify exynos4210_rtc > hw/timer: QOM'ify pl031 > hw/timer: QOM'ify pxa2xx_timer
I have taken these patches (1, 2, 4, 5, 6, 12, 14) into target-arm.next. thanks -- PMM