On 1/21/19 10:50 AM, Peter Maydell wrote: > Currently the ARMv7M NVIC object's realize method assumes that the > CPU the NVIC is attached to is CPU 0, because it thinks there can > only ever be one CPU in the system. To allow a dual-Cortex-M33 > setup we need to remove this assumption; instead the armv7m > wrapper object tells the NVIC its CPU, in the same way that it > already tells the CPU what the NVIC is. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/armv7m.c | 6 ++++-- > hw/intc/armv7m_nvic.c | 3 +-- > 2 files changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~