]> git.proxmox.com Git - mirror_qemu.git/commit
armv7m_nvic: fix AIRCR implementation
authorOran Avraham <oranav@gmail.com>
Thu, 19 Jun 2014 17:06:27 +0000 (18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Jun 2014 17:33:05 +0000 (18:33 +0100)
commitb6fb3a89e3cd173153f1edc4edbf970987b4ebdd
tree40237715e1bb85cf2c8eec74e01acc7bc7e855d2
parent06955739a283ecaf9e2c7658cd9d471e9967cac4
armv7m_nvic: fix AIRCR implementation

The returned reset value was wrong (off by one zero nibble), and
qemu didn't log unimplemented writes to the PRIGROUP field.

Signed-off-by: Oran Avraham <oranav@gmail.com>
Message-id: 1403010447-4627-1-git-send-email-oranav@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/armv7m_nvic.c