Re: [PATCH v3 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-24 Thread Jan Beulich
On 24.11.2023 14:04, Michal Orzel wrote: > On 17/11/2023 13:24, Oleksii Kurochko wrote: >> >> >> is common between Arm, PPC and RISC-V so it is >> moved to asm-generic. >> >> Signed-off-by: Oleksii Kurochko > Reviewed-by: Michal Orzel Acked-by: Jan Beulich

Re: [PATCH v3 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-24 Thread Michal Orzel
Hi, On 17/11/2023 13:24, Oleksii Kurochko wrote: > > > is common between Arm, PPC and RISC-V so it is > moved to asm-generic. > > Signed-off-by: Oleksii Kurochko Reviewed-by: Michal Orzel ~Michal

[PATCH v3 12/14] xen/asm-generic: introduce stub header softirq.h

2023-11-17 Thread Oleksii Kurochko
is common between Arm, PPC and RISC-V so it is moved to asm-generic. Signed-off-by: Oleksii Kurochko --- Changes in V3: - Drop Arm and PPC's softirq.h - Update the commit message. --- Changes in V2: - update the commit message. --- xen/arch/arm/include/asm/Makefile