Re: [Qemu-devel] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c

2016-09-18 Thread Peter Maydell
On 7 March 2016 at 07:05, xiaoqiang zhao wrote: > * Drop the use of old SysBus init function and use instance_init > * Remove the empty 'icp_pic_class_init' from Typeinfo > > Signed-off-by: xiaoqiang zhao Hi Xiaoqiang; this commit has been reported as causing a regression: https://bugs.launchpad

Re: [Qemu-devel] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c

2016-03-19 Thread Peter Maydell
On 7 March 2016 at 07:05, xiaoqiang zhao wrote: > * Drop the use of old SysBus init function and use instance_init > * Remove the empty 'icp_pic_class_init' from Typeinfo > > Signed-off-by: xiaoqiang zhao Reviewed-by: Peter Maydell Possible follow-up cleanups: * move the integrator_pic code i

[Qemu-devel] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c

2016-03-06 Thread xiaoqiang zhao
* Drop the use of old SysBus init function and use instance_init * Remove the empty 'icp_pic_class_init' from Typeinfo Signed-off-by: xiaoqiang zhao --- hw/arm/integratorcp.c | 32 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/hw/arm/integratorc