Re: [PATCH v3 4/5] hw/riscv/k230: Route SSI interrupts to the PLIC
Bin Meng <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAEUhbmX96k20FrD38Az9B4_8w=s8G1vss0qk65aNRFqHFwc0Lw@mail.gmail.com> |
Hi Kangjie, On Sun, Aug 9, 2026 at 2:31 AM Kangjie Huang <[email protected]> wrote: > > Connect the nine interrupt outputs of each K230 DWC SSI controller to the > documented PLIC source range. > > The TXU, DONE, and AXIE lines are wired to preserve the physical K230 > interrupt topology, but remain inactive until their transfer engines are > modelled. Extend qtests to cover TXE routing for all instances, RXU routing, > and instance isolation. > > Signed-off-by: Kangjie Huang <[email protected]> > --- > hw/riscv/k230.c | 36 ++++++++++++++++++++ > include/hw/riscv/k230.h | 3 ++ > tests/qtest/k230-dwc-ssi-test.c | 59 ++++++++++++++++++++++++++++----- > 3 files changed, 90 insertions(+), 8 deletions(-) > Please squash this patch into patch 3. Normally the instantiation of peripherals is done in one single commit. Regards, Bin