Re: [PATCH v7 00/18] Adding partial support for 128-bit riscv target

2022-01-06 Thread Frédéric Pétrot
On 06/01/2022 09:33, Alistair Francis wrote: On Tue, Dec 14, 2021 at 2:39 AM Frédéric Pétrot wrote: This series of patches provides partial 128-bit support for the riscv target architecture, namely RVI and RVM, with minimal csr support. Thanks again for the reviews and advices. I think this

Re: [PATCH v7 00/18] Adding partial support for 128-bit riscv target

2022-01-06 Thread Alistair Francis
On Tue, Dec 14, 2021 at 2:39 AM Frédéric Pétrot wrote: > > This series of patches provides partial 128-bit support for the riscv > target architecture, namely RVI and RVM, with minimal csr support. > > Thanks again for the reviews and advices. I think this is all reviewed now. I was getting an er

[PATCH v7 00/18] Adding partial support for 128-bit riscv target

2021-12-13 Thread Frédéric Pétrot
This series of patches provides partial 128-bit support for the riscv target architecture, namely RVI and RVM, with minimal csr support. Thanks again for the reviews and advices. v7: - code motion following reviews - correction of a bug preventing riscv{32,64}-linux-user to compile - sync with ma