]> git.ipfire.org Git - thirdparty/qemu.git/commit
pnv/xive2: Rename nvp_ to nvx_ if they can refer to NVP or NVGC
authorGlenn Miles <milesg@linux.ibm.com>
Tue, 11 Mar 2025 02:26:33 +0000 (12:26 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:31 +0000 (22:43 +1000)
commit7988ac082603164937becea2910ea4fec8e9d3de
treeb82531fec2b939c091c6038f7986ad0495917246
parent1a3cc1209b4ca541e3b8f4fd360704e071e1e7bc
pnv/xive2: Rename nvp_ to nvx_ if they can refer to NVP or NVGC

The blk/index in some paths may refer to an NVP or an NVGC. When it
is not known ahead of time, use the nvx_ prefix to prevent confusion.

[npiggin: split out of larger fix patch and reworded]
Signed-off-by: Glenn Miles <milesg@linux.vnet.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/intc/xive2.c