qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: <address@hidden>
Subject: Re: [Qemu-devel] [PATCH v2 00/14] QOM'ify hw/timer/*
Date: Wed, 3 Feb 2016 11:13:59 +0800 (CST)

ping ...






At 2016-01-27 10:54:34, "xiaoqiang zhao" <address@hidden> 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 since v1: >fix a stupid typo (timmer->timer) > >xiaoqiang zhao (14): > hw/timer: QOM'ify arm_timer > hw/timer: QOM'ify etraxfs_timer > hw/timer: QOM'ify exynos4210_mct > hw/timer: QOM'ify exynos4210_pwm > hw/timer: QOM'ify exynos4210_rtc > hw/timer: QOM'ify grlib_gptimer > hw/timer: QOM'ify lm32_timer > hw/timer: QOM'ify m48txx_sysbus > hw/timer: QOM'ify milkymist_sysctl > hw/timer: QOM'ify pl031 > hw/timer: QOM'ify puv3_ost > hw/timer: QOM'ify pxa2xx_timer > hw/timer: QOM'ify slavio_timer > hw/timer: QOM'ify tusb6010 and remove all tabs > > hw/timer/arm_timer.c | 38 +++--- > hw/timer/etraxfs_timer.c | 11 +- > hw/timer/exynos4210_mct.c | 10 +- > hw/timer/exynos4210_pwm.c | 10 +- > hw/timer/exynos4210_rtc.c | 10 +- > hw/timer/grlib_gptimer.c | 30 ++-- > hw/timer/lm32_timer.c | 17 ++- > hw/timer/m48t59.c | 35 ++--- > hw/timer/milkymist-sysctl.c | 19 ++- > hw/timer/pl031.c | 9 +- > hw/timer/puv3_ost.c | 12 +- > hw/timer/pxa2xx_timer.c | 36 +++-- > hw/timer/slavio_timer.c | 10 +- > hw/timer/tusb6010.c | 323 ++++++++++++++++++++++---------------------- > 14 files changed, 292 insertions(+), 278 deletions(-) > >-- >2.1.4 >


 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]