]> git.proxmox.com Git - mirror_qemu.git/commit - hw/intc/armv7m_nvic.c
nvic: Handle banked exceptions in nvic_recompute_state()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Sep 2017 18:13:55 +0000 (19:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2017 15:31:09 +0000 (16:31 +0100)
commitff96c64aec91fa2abc134347ad032c50376a6462
treef3b5ff0925c76f25d4c047ec37e09bc6d2cf2337
parente1be0a576ba4836e772d717fcc8d3c79e560179b
nvic: Handle banked exceptions in nvic_recompute_state()

Update the nvic_recompute_state() code to handle the security
extension and its associated banked registers.

Code that uses the resulting cached state (ie the irq
acknowledge and complete code) will be updated in a later
commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 1505240046-11454-9-git-send-email-peter.maydell@linaro.org
hw/intc/armv7m_nvic.c
hw/intc/trace-events