Re: [PATCH for-9.0 0/4] target/riscv: add RVV CSRs

2023-12-17 Thread Alistair Francis
On Fri, Dec 1, 2023 at 4:29 AM Daniel Henrique Barboza wrote: > > Hi, > > This series adds RVV, vstart, vl and vtype regs to the KVM driver. > > But first we need a couple of things done. We need 'ptrace.h' RISC-V > linux-header to be able to read/write RVV CSRs. This is done in patch 2. > Patch 1

[PATCH for-9.0 0/4] target/riscv: add RVV CSRs

2023-11-30 Thread Daniel Henrique Barboza
Hi, This series adds RVV, vstart, vl and vtype regs to the KVM driver. But first we need a couple of things done. We need 'ptrace.h' RISC-V linux-header to be able to read/write RVV CSRs. This is done in patch 2. Patch 1 is the usual linux-header bump for all archs. Patch 3 is adding a realize()