]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive2: Change context/ring specific functions to be generic
authorMichael Kowal <kowal@linux.ibm.com>
Fri, 13 Sep 2024 16:16:54 +0000 (11:16 -0500)
committerNicholas Piggin <npiggin@gmail.com>
Sun, 3 Nov 2024 23:14:42 +0000 (09:14 +1000)
commit00a7a7a548ea537f888f2f90d66155f14ff93727
treedef1bdeb7b24c6b4ecb09fc068cd0bfbc4a62174
parentf82fec6c1f3bf127eb46e811b0a529d83793381c
ppc/xive2: Change context/ring specific functions to be generic

Some the functions that have been created are specific to a ring or context. Some
of these same functions are being changed to operate on any ring/context. This  will
simplify the next patch sets that are adding additional ring/context operations.

Signed-off-by: Michael Kowal <kowal@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/intc/xive.c
hw/intc/xive2.c
include/hw/ppc/xive.h