]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 May 2025 03:10:39 +0000 (13:10 +1000)
committerCédric Le Goater <clg@redhat.com>
Mon, 21 Jul 2025 06:03:52 +0000 (08:03 +0200)
commitd16214ed2c57a31b5de7e2c115c65b831170a60e
tree0b73db5d8922fbd91ae04a93841f180b81f961ce
parentcc15d50b6e8a4090d667755259ea36144b79d22f
ppc/xive: Add xive_tctx_pipr_present() to present new interrupt

xive_tctx_pipr_update() is used for multiple things. In an effort
to make things simpler and less overloaded, split out the function
that is used to present a new interrupt to the tctx.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Glenn Miles <milesg@linux.ibm.com>
Reviewed-by: Michael Kowal <kowal@linux.ibm.com>
Tested-by: Gautam Menghani <gautam@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250512031100.439842-31-npiggin@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/intc/xive.c
hw/intc/xive2.c
include/hw/ppc/xive.h