Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm_gic: Rename gic_state to GICState | Peter Maydell | 2012-10-12 | 1 | -8/+8 |
| | | | | | | | | | | | Rename the gic_state struct to match QEMU's coding style conventions for structure names, since the impending KVM-for-ARM patches will create another subclass of it. This patch was created using: sed -i 's/gic_state/GICState/g' hw/arm_gic.c hw/arm_gic_common.c \ hw/arm_gic_internal.h hw/armv7m_nvic.c Acked-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||||
* | hw/armv7m_nvic: Make the NVIC a freestanding class | Peter Maydell | 2012-06-19 | 1 | -0/+184 |
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> |