Re: [Qemu-devel] [Qemu-arm] [PATCH 2/2] nvic: Make systick banked

2017-12-12 Thread Peter Maydell
On 5 December 2017 at 04:13, Philippe Mathieu-Daudé wrote: > Anyway: > Reviewed-by: Philippe Mathieu-Daudé Thanks; I will squash this diff in when I apply to target-arm.next: --- a/hw/intc/armv7m_nvic.c +++ b/hw/intc/armv7m_nvic.c @@ -2068,9 +2068,14 @@ static void armv7m_nvic_realize(DeviceSta

Re: [Qemu-devel] [Qemu-arm] [PATCH 2/2] nvic: Make systick banked

2017-12-04 Thread Philippe Mathieu-Daudé
Hi Peter, On 12/01/2017 03:51 PM, Peter Maydell wrote: > For the v8M security extension, there should be two systick > devices, which use separate banked systick exceptions. The > register interface is banked in the same way as for other > banked registers, including the existence of an NS alias >