Re: [Qemu-devel] [PATCH 0/9] disentangle NVIC from ARM GIC

2012-05-18 Thread Peter Maydell
On 2 May 2012 18:12, Peter Maydell wrote: > This patch series refactors the ARMv7M NVIC so it no longer > textually includes arm_gic.c Instead we have a single common > base class which has the state struct, and a subclass for > the GIC and another for the NVIC. > > As well as being generally rath

[Qemu-devel] [PATCH 0/9] disentangle NVIC from ARM GIC

2012-05-02 Thread Peter Maydell
This patch series refactors the ARMv7M NVIC so it no longer textually includes arm_gic.c Instead we have a single common base class which has the state struct, and a subclass for the GIC and another for the NVIC. As well as being generally rather nicer, this lays the groundwork for supporting a KV