Re: [PATCH v1 17/28] target/riscv: Add Hypervisor trap return support

2019-10-01 Thread Palmer Dabbelt
On Fri, 23 Aug 2019 16:38:34 PDT (-0700), Alistair Francis wrote: Signed-off-by: Alistair Francis --- target/riscv/op_helper.c | 66 1 file changed, 54 insertions(+), 12 deletions(-) diff --git a/target/riscv/op_helper.c b/target/riscv/op_helper.c index

[Qemu-devel] [PATCH v1 17/28] target/riscv: Add Hypervisor trap return support

2019-08-23 Thread Alistair Francis
Signed-off-by: Alistair Francis --- target/riscv/op_helper.c | 66 1 file changed, 54 insertions(+), 12 deletions(-) diff --git a/target/riscv/op_helper.c b/target/riscv/op_helper.c index beb34e705b..5bcf5d2ff7 100644 --- a/target/riscv/op_helper.c +++ b/