Re: [PATCH v4 3/4] target/riscv: Drop support for ISA spec version 1.09.1

2020-05-31 Thread Bin Meng
On Fri, May 29, 2020 at 6:24 AM Alistair Francis wrote: > > The RISC-V ISA spec version 1.09.1 has been deprecated in QEMU since > 4.1. It's not commonly used so let's remove support for it. > > Signed-off-by: Alistair Francis > --- > docs/system/deprecated.rst| 20 +-- >

[PATCH v4 3/4] target/riscv: Drop support for ISA spec version 1.09.1

2020-05-28 Thread Alistair Francis
The RISC-V ISA spec version 1.09.1 has been deprecated in QEMU since 4.1. It's not commonly used so let's remove support for it. Signed-off-by: Alistair Francis --- docs/system/deprecated.rst| 20 +-- target/riscv/cpu.h| 1 - target/riscv/cpu.c