Re: [PATCH v2 05/16] xen/asm-generic: introduce asm-generic/irq-dt.h

2025-05-16 Thread Oleksii Kurochko
On 5/14/25 4:36 PM, Jan Beulich wrote: On 06.05.2025 18:51, Oleksii Kurochko wrote: Introduce defintions of IRQ_TYPE_* which correspond to the Xen internal representation of the IRQ types and make them the same asthe existing device tree defintions for convenience. These defines are going to b

Re: [PATCH v2 05/16] xen/asm-generic: introduce asm-generic/irq-dt.h

2025-05-14 Thread Stefano Stabellini
On Wed, 14 May 2025, Jan Beulich wrote: > On 06.05.2025 18:51, Oleksii Kurochko wrote: > > Introduce defintions of IRQ_TYPE_* which correspond to the Xen internal > > representation of the IRQ types and make them the same asthe existing > > device tree defintions for convenience. > > > > These def

Re: [PATCH v2 05/16] xen/asm-generic: introduce asm-generic/irq-dt.h

2025-05-14 Thread Jan Beulich
On 06.05.2025 18:51, Oleksii Kurochko wrote: > Introduce defintions of IRQ_TYPE_* which correspond to the Xen internal > representation of the IRQ types and make them the same asthe existing > device tree defintions for convenience. > > These defines are going to be re-used, at least, by RISC-V ar

[PATCH v2 05/16] xen/asm-generic: introduce asm-generic/irq-dt.h

2025-05-06 Thread Oleksii Kurochko
Introduce defintions of IRQ_TYPE_* which correspond to the Xen internal representation of the IRQ types and make them the same asthe existing device tree defintions for convenience. These defines are going to be re-used, at least, by RISC-V architecture. Signed-off-by: Oleksii Kurochko --- Chang