]> git.proxmox.com Git - mirror_qemu.git/commit
armv7m: Move NVICState struct definition into header
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Feb 2017 15:35:56 +0000 (15:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 16:18:49 +0000 (16:18 +0000)
commit6bf436cf9d1c4ce48aabf36c5c34e0d6ea2c786d
treecca453cdc5834e42790b094f2893de330c21353a
parent3651c28569ba2fa8e959b89681118642162273da
armv7m: Move NVICState struct definition into header

Move the NVICState struct definition into a header, so we can
embed it into other QOM objects like SoCs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1487604965-23220-3-git-send-email-peter.maydell@linaro.org
hw/intc/armv7m_nvic.c
include/hw/arm/armv7m_nvic.h [new file with mode: 0644]