hw/arm/stellaris: Add 'armv7m' local variable
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 12 Jan 2025 22:56:13 +0000 (23:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jan 2025 12:58:26 +0000 (12:58 +0000)
commit19266bec2770f40baa6f17d9a7d84d0fd9211a2e
treee2d42355455454cbc4ff1e66607a79a038843edb
parent13f113e46944e735cc1d9fadd62d61d8ead7856e
hw/arm/stellaris: Add 'armv7m' local variable

While the TYPE_ARMV7M object forward its NVIC interrupt lines,
it is somehow misleading to name it 'nvic'. Add the 'armv7m'
local variable for clarity, but also keep the 'nvic' variable
behaving like before when used for wiring IRQ lines.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20250112225614.33723-3-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c