]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/aspeed: Rename num_ints to num_inpins for clarity
authorJamin Lin <jamin_lin@aspeedtech.com>
Fri, 7 Mar 2025 03:59:20 +0000 (11:59 +0800)
committerCédric Le Goater <clg@redhat.com>
Sun, 9 Mar 2025 13:36:53 +0000 (14:36 +0100)
commit63f3618f9be0f28ff36cd4b5685877715b97e669
treee718ae8c66359f0dd898b5a8e7ce451741b9808f
parent28194d5d15b92f0b3f6628236f93001c3fdd0d39
hw/intc/aspeed: Rename num_ints to num_inpins for clarity

To support AST2700 A1, some registers of the INTC(CPU Die) support one input
pin to multiple output pins. Renamed "num_ints" to "num_inpins" in the INTC
controller code for better clarity and consistency in naming conventions.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250307035945.3698802-12-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed_ast27x0.c
hw/intc/aspeed_intc.c
include/hw/intc/aspeed_intc.h