Re: [Qemu-devel] [PATCH 02/19] nvic: Add banked exception states

2017-09-13 Thread Richard Henderson
On 09/12/2017 11:13 AM, Peter Maydell wrote: > For the v8M security extension, some exceptions must be banked > between security states. Add the new vecinfo array which holds > the state for the banked exceptions and migrate it if the > CPU the NVIC is attached to implements the security extension.

[Qemu-devel] [PATCH 02/19] nvic: Add banked exception states

2017-09-12 Thread Peter Maydell
For the v8M security extension, some exceptions must be banked between security states. Add the new vecinfo array which holds the state for the banked exceptions and migrate it if the CPU the NVIC is attached to implements the security extension. Signed-off-by: Peter Maydell --- include/hw/intc/