Re: [PATCH v1 26/36] target/riscv: Remove the hret instruction

2020-01-08 Thread Palmer Dabbelt
On Mon, 09 Dec 2019 10:11:48 PST (-0800), Alistair Francis wrote: The hret instruction does not exist in the new spec versions, so remove it from QEMU. Signed-off-by: Alistair Francis --- target/riscv/insn32.decode | 1 - target/riscv/insn_trans/trans_privileged.inc.c | 5 -

[PATCH v1 26/36] target/riscv: Remove the hret instruction

2019-12-09 Thread Alistair Francis
The hret instruction does not exist in the new spec versions, so remove it from QEMU. Signed-off-by: Alistair Francis --- target/riscv/insn32.decode | 1 - target/riscv/insn_trans/trans_privileged.inc.c | 5 - 2 files changed, 6 deletions(-) diff --git a/target/riscv/ins