Re: [PATCH] xen/riscv: check whether the assembler has Zbb extension support

2024-04-18 Thread Jan Beulich
On 18.04.2024 15:09, Oleksii wrote: > On Thu, 2024-04-18 at 12:00 +0200, Jan Beulich wrote: >> On 09.04.2024 10:00, Oleksii Kurochko wrote: >>> Update the argument of the as-insn for the Zbb case to verify that >>> Zbb is supported not only by a compiler, but also by an assembler. >>> >>>

Re: [PATCH] xen/riscv: check whether the assembler has Zbb extension support

2024-04-18 Thread Oleksii
On Thu, 2024-04-18 at 12:00 +0200, Jan Beulich wrote: > On 09.04.2024 10:00, Oleksii Kurochko wrote: > > Update the argument of the as-insn for the Zbb case to verify that > > Zbb is supported not only by a compiler, but also by an assembler. > > > > Signed-off-by: Oleksii Kurochko > > While

Re: [PATCH] xen/riscv: check whether the assembler has Zbb extension support

2024-04-18 Thread Jan Beulich
On 09.04.2024 10:00, Oleksii Kurochko wrote: > Update the argument of the as-insn for the Zbb case to verify that > Zbb is supported not only by a compiler, but also by an assembler. > > Signed-off-by: Oleksii Kurochko While technically all if fine here, I'm afraid I have a couple of nits: >

[PATCH] xen/riscv: check whether the assembler has Zbb extension support

2024-04-09 Thread Oleksii Kurochko
Update the argument of the as-insn for the Zbb case to verify that Zbb is supported not only by a compiler, but also by an assembler. Signed-off-by: Oleksii Kurochko --- xen/arch/riscv/arch.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/riscv/arch.mk