qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3 00/16] QOM'ify hw/timer/*
Date: Thu, 18 Feb 2016 14:16:02 +0000

On 16 February 2016 at 11:09, 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 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



reply via email to

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