[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c |
Date: |
Wed, 16 Mar 2016 11:47:27 +0000 |
On 7 March 2016 at 07:05, xiaoqiang zhao <address@hidden> 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 <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Possible follow-up cleanups:
* move the integrator_pic code into hw/intc/integrator_pic.c
* move the icp-ctrl-regs code into hw/misc/integrator_control.c
* move the integrator_core code into hw/misc/integrator_core.c
* implement reset methods for these devices
* implement migration state via a VMState struct for these devices
thanks
-- PMM
- [Qemu-arm] [PATCH 0/9] some QOM'ify work under hw/arm, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 2/9] hw/arm: QOM'ify highbank.c, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c, xiaoqiang zhao, 2016/03/07
- Re: [Qemu-arm] [PATCH 3/9] hw/arm: QOM'ify integratorcp.c,
Peter Maydell <=
- [Qemu-arm] [PATCH 9/9] hw/arm: QOM'ify versatilepb.c, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 5/9] hw/arm: QOM'ify pxa2xx_pic.c, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 1/9] hw/arm: QOM'ify armv7m.c, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 8/9] hw/arm: QOM'ify strongarm.c, xiaoqiang zhao, 2016/03/07
- [Qemu-arm] [PATCH 7/9] hw/arm: QOM'ify stellaris.c, xiaoqiang zhao, 2016/03/07