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

2016-02-18 Thread Peter Maydell
On 18 February 2016 at 14:26, wrote: > Thanks Peter! > Sorry for that!I will correct this in next version. I also have one > question:Why the patch I have sent to this list does not have a title begin > with "[Qemu-devel]" ? It depends entirely which copy you see. For example the list archive's

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

2016-02-18 Thread zxq_yx_007
Thanks Peter! Sorry for that!I will correct this in next version. I also have one question:Why the patch I have sent to this list does not have a title begin with "[Qemu-devel]" ? 2016年2月18日 星期四 +0800 21:02 发件人 peter.mayd...@linaro.org : >On 16 February 2016 at 11:10, xiaoqiang zhao < zxq_y

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

2016-02-18 Thread Peter Maydell
On 16 February 2016 at 11:10, xiaoqiang zhao wrote: > assign pl031_init to pl031_info.instance_init and drop the > SysBusDeviceClass::init > > Reviewed-by: Peter Maydell > Signed-off-by: xiaoqiang zhao I didn't review this patch! Please be more careful about only applying reviewed-by: tags to t

[Qemu-devel] [PATCH v3 12/16] hw/timer: QOM'ify pl031

2016-02-16 Thread xiaoqiang zhao
assign pl031_init to pl031_info.instance_init and drop the SysBusDeviceClass::init Reviewed-by: Peter Maydell Signed-off-by: xiaoqiang zhao --- hw/timer/pl031.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hw/timer/pl031.c b/hw/timer/pl031.c index d99d18c..3cc