Re: [PATCH v2 21/39] xen/riscv: introduce bit operations

2023-12-18 Thread Jan Beulich
On 18.12.2023 10:56, Oleksii wrote: > On Thu, 2023-12-14 at 14:27 +0100, Jan Beulich wrote: >> On 24.11.2023 11:30, Oleksii Kurochko wrote: >>> Signed-off-by: Oleksii Kurochko >> >> Did you write this code from scratch? If not, you need to at least >> point >> out the origin. But: None of this loo

Re: [PATCH v2 21/39] xen/riscv: introduce bit operations

2023-12-18 Thread Oleksii
On Thu, 2023-12-14 at 14:27 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > Signed-off-by: Oleksii Kurochko > > Did you write this code from scratch? If not, you need to at least > point > out the origin. But: None of this looks RISC-V specific, so shouldn't > it > in

Re: [PATCH v2 21/39] xen/riscv: introduce bit operations

2023-12-14 Thread Jan Beulich
On 24.11.2023 11:30, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko Did you write this code from scratch? If not, you need to at least point out the origin. But: None of this looks RISC-V specific, so shouldn't it instead be put under xen/lib/, as a fallback implementation for arch-es

[PATCH v2 21/39] xen/riscv: introduce bit operations

2023-11-24 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes in V2: - Nothing changed. Only rebase. --- xen/arch/riscv/Makefile| 1 + xen/arch/riscv/lib/Makefile| 1 + xen/arch/riscv/lib/find_next_bit.c | 278 + 3 files changed, 280 insertions(+) create mode 1