Re: [Qemu-devel] [PATCH] armv7m_nvic: fix CPUID Base Register

2014-04-23 Thread Peter Maydell
On 21 April 2014 00:25, Rabin Vincent ra...@rab.in wrote: cp15.c0_cpuid is never initialized for ARMv7-M; take the value directly from cpu-midr instead. Signed-off-by: Rabin Vincent ra...@rab.in Hmm, I wonder how long that's been broken for... Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH] armv7m_nvic: fix CPUID Base Register

2014-04-20 Thread Rabin Vincent
cp15.c0_cpuid is never initialized for ARMv7-M; take the value directly from cpu-midr instead. Signed-off-by: Rabin Vincent ra...@rab.in --- hw/intc/armv7m_nvic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c index