Re: [PATCH v6 1/7] xen/riscv: imsic_init() implementation

2025-07-10 Thread Oleksii Kurochko
On 7/8/25 3:52 PM, Jan Beulich wrote: On 07.07.2025 11:01, Oleksii Kurochko wrote: imsic_init() is introduced to parse device tree node, which has the following bindings [2], and based on the parsed information update IMSIC configuration which is stored in imsic_cfg. The following helpers are

Re: [PATCH v6 1/7] xen/riscv: imsic_init() implementation

2025-07-08 Thread Jan Beulich
On 07.07.2025 11:01, Oleksii Kurochko wrote: > imsic_init() is introduced to parse device tree node, which has the following > bindings [2], and based on the parsed information update IMSIC configuration > which is stored in imsic_cfg. > > The following helpers are introduces for imsic_init() usag