Re: [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-20 Thread Frank Chang
On Thu, Jan 20, 2022 at 8:05 PM Anup Patel wrote: > On Thu, Jan 20, 2022 at 1:49 PM Frank Chang > wrote: > > > > On Thu, Jan 20, 2022 at 12:20 AM Anup Patel wrote: > >> > >> Hi Frank, > >> > >> On Wed, Jan 19, 2022 at 9:07 PM Frank Chang > wrote: > >> > > >> > On Wed, Jan 19, 2022 at 11:27 PM

Re: [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-20 Thread Anup Patel
On Thu, Jan 20, 2022 at 1:49 PM Frank Chang wrote: > > On Thu, Jan 20, 2022 at 12:20 AM Anup Patel wrote: >> >> Hi Frank, >> >> On Wed, Jan 19, 2022 at 9:07 PM Frank Chang wrote: >> > >> > On Wed, Jan 19, 2022 at 11:27 PM Anup Patel wrote: >> >> >> >> From: Anup Patel >> >> >> >> The RISC-V AI

Re: [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-20 Thread Frank Chang
On Thu, Jan 20, 2022 at 12:20 AM Anup Patel wrote: > Hi Frank, > > On Wed, Jan 19, 2022 at 9:07 PM Frank Chang > wrote: > > > > On Wed, Jan 19, 2022 at 11:27 PM Anup Patel wrote: > >> > >> From: Anup Patel > >> > >> The RISC-V AIA (Advanced Interrupt Architecture) defines a new > >> interrupt

Re: [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-19 Thread Frank Chang
On Wed, Jan 19, 2022 at 11:27 PM Anup Patel wrote: > From: Anup Patel > > The RISC-V AIA (Advanced Interrupt Architecture) defines a new > interrupt controller for wired interrupts called APLIC (Advanced > Platform Level Interrupt Controller). The APLIC is capabable of > forwarding wired interup

Re: [PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-19 Thread Anup Patel
Hi Frank, On Wed, Jan 19, 2022 at 9:07 PM Frank Chang wrote: > > On Wed, Jan 19, 2022 at 11:27 PM Anup Patel wrote: >> >> From: Anup Patel >> >> The RISC-V AIA (Advanced Interrupt Architecture) defines a new >> interrupt controller for wired interrupts called APLIC (Advanced >> Platform Level I

[PATCH v8 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

2022-01-19 Thread Anup Patel
From: Anup Patel The RISC-V AIA (Advanced Interrupt Architecture) defines a new interrupt controller for wired interrupts called APLIC (Advanced Platform Level Interrupt Controller). The APLIC is capabable of forwarding wired interupts to RISC-V HARTs directly or as MSIs (Message Signaled Interup