Re: [PATCH v2 3/4] xen/riscv: implement basic aplic_preinit()

2025-03-27 Thread Jan Beulich
On 26.03.2025 17:49, Oleksii Kurochko wrote: > On 3/26/25 4:19 PM, Jan Beulich wrote: >> On 25.03.2025 18:36, Oleksii Kurochko wrote: >>> Introduce preinitialization stuff for the RISC-V Advanced Platform-Level >>> Interrupt Controller (APLIC) in Xen: >>> - Implementing the APLIC pre-initializati

Re: [PATCH v2 3/4] xen/riscv: implement basic aplic_preinit()

2025-03-27 Thread Oleksii Kurochko
On 3/27/25 8:39 AM, Jan Beulich wrote: On 26.03.2025 17:49, Oleksii Kurochko wrote: On 3/26/25 4:19 PM, Jan Beulich wrote: On 25.03.2025 18:36, Oleksii Kurochko wrote: Introduce preinitialization stuff for the RISC-V Advanced Platform-Level Interrupt Controller (APLIC) in Xen: - Implementi

Re: [PATCH v2 3/4] xen/riscv: implement basic aplic_preinit()

2025-03-26 Thread Oleksii Kurochko
On 3/26/25 4:19 PM, Jan Beulich wrote: On 25.03.2025 18:36, Oleksii Kurochko wrote: Introduce preinitialization stuff for the RISC-V Advanced Platform-Level Interrupt Controller (APLIC) in Xen: - Implementing the APLIC pre-initialization function (`aplic_preinit()`), ensuring that only on

Re: [PATCH v2 3/4] xen/riscv: implement basic aplic_preinit()

2025-03-26 Thread Jan Beulich
On 25.03.2025 18:36, Oleksii Kurochko wrote: > Introduce preinitialization stuff for the RISC-V Advanced Platform-Level > Interrupt Controller (APLIC) in Xen: > - Implementing the APLIC pre-initialization function (`aplic_preinit()`), >ensuring that only one APLIC instance is supported in S mo