Re: [RFC v1 1/8] target/riscv: Remove obsolete pointer masking extension code

2023-09-17 Thread Alistair Francis
On Sat, Sep 9, 2023 at 4:28 AM Alexey Baturo wrote: > Can you add a commit message describing why the new extension is so different that we should remove the old one? > Signed-off-by: Alexey Baturo > --- > target/riscv/cpu.c | 12 -- > target/riscv/cpu.h | 30 +--- > targ

[RFC v1 1/8] target/riscv: Remove obsolete pointer masking extension code

2023-09-08 Thread Alexey Baturo
Signed-off-by: Alexey Baturo --- target/riscv/cpu.c | 12 -- target/riscv/cpu.h | 30 +--- target/riscv/cpu_bits.h | 82 - target/riscv/cpu_helper.c| 52 -- target/riscv/csr.c | 326 --- target/riscv/machine.c