]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/pnv: Support LPC host controller irqs other than serirqs
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 Feb 2025 17:16:29 +0000 (03:16 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:30 +0000 (22:43 +1000)
commita2dea722cd0df663696fc8bb136b1fd29da18742
treeb462caebd62b1f950ce46dc35dc3adb7032d7f1c
parentd3ce7dc9e282e1785c7a6da73b3ebb1da5c34971
ppc/pnv: Support LPC host controller irqs other than serirqs

The LPC model has only supported serirqs (ISA device IRQs), however
there are internal sources that can raise other interrupts. Update the
device to handle these interrupt sources.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/pnv_lpc.c