]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/xlnx-zynqmp: move GIC_NUM_SPI_INTR define in header
authorClément Chigot <chigot@adacore.com>
Tue, 30 Sep 2025 11:57:16 +0000 (13:57 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Oct 2025 09:39:15 +0000 (10:39 +0100)
commitb94246a252a3c04424269928a465d3fac02115e8
treeffa000fa7892eada615d38b03c22b0a137ae891b
parentf1924af144115a159f854500f134c3769ec388df
hw/arm/xlnx-zynqmp: move GIC_NUM_SPI_INTR define in header

This define will be needed in a later patch in XlnxZynqMPState
structure, hence move it within xlnx-zynqmp header.

Add XLXN_ZYNQMP prefix as it's now public.

Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-id: 20250930115718.437100-2-chigot@adacore.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-zynqmp.c
include/hw/arm/xlnx-zynqmp.h