Re: [PATCH v2 08/39] xen/riscv: introduce asm/cpufeature.h

2023-12-08 Thread Oleksii
On Thu, 2023-12-07 at 15:25 +0100, Jan Beulich wrote: > On 07.12.2023 15:19, Jan Beulich wrote: > > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > > Signed-off-by: Oleksii Kurochko > > > > Acked-by: Jan Beulich > > Actually - with an SPDX header added. I only now realize that I > committed

Re: [PATCH v2 08/39] xen/riscv: introduce asm/cpufeature.h

2023-12-07 Thread Jan Beulich
On 07.12.2023 15:19, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: >> Signed-off-by: Oleksii Kurochko > > Acked-by: Jan Beulich Actually - with an SPDX header added. I only now realize that I committed the earlier two patches without paying attention to this aspect. I'd

Re: [PATCH v2 08/39] xen/riscv: introduce asm/cpufeature.h

2023-12-07 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko Acked-by: Jan Beulich Would have been nice ... > --- /dev/null > +++ b/xen/arch/riscv/include/asm/cpufeature.h > @@ -0,0 +1,22 @@ > +#ifndef __ASM_RISCV_CPUFEATURE_H > +#define __ASM_RISCV_CPUFEATURE_H > + >

[PATCH v2 08/39] xen/riscv: introduce asm/cpufeature.h

2023-11-24 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V2: - Nothing changed. Only rebase. --- xen/arch/riscv/include/asm/cpufeature.h | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 xen/arch/riscv/include/asm/cpufeature.h diff --git