]> git.proxmox.com Git - qemu.git/commit - hw/arm/Makefile.objs
hw/armv7m_nvic: Make the NVIC a freestanding class
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 2 May 2012 16:49:42 +0000 (16:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000 (13:24 +0000)
commit1e8cae4dfea2bcc91d3820dcf4f9284e7b0abb28
treeb54edf684ba8a28629c490cf22e9213ad4f608c9
parent2b518c56a6cb7e58477942896bf626f14a112a90
hw/armv7m_nvic: Make the NVIC a freestanding class

Rearrange the GIC and NVIC so both are straightforward
subclasses of a common class, rather than having the NVIC
source file textually include arm_gic.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/arm_gic.c
hw/arm_gic_common.c [new file with mode: 0644]
hw/arm_gic_internal.h [new file with mode: 0644]
hw/armv7m_nvic.c