Re: [PATCH v2 07/35] target/riscv: Add the force HS exception mode

2020-02-10 Thread Palmer Dabbelt
On Fri, 31 Jan 2020 17:01:54 PST (-0800), Alistair Francis wrote: Add a FORCE_HS_EXCEP mode to the RISC-V virtulisation status. This bit specifies if an exeption should be taken to HS mode no matter the current delegation status. This is used when an exeption must be taken to HS mode, such as whe

[PATCH v2 07/35] target/riscv: Add the force HS exception mode

2020-01-31 Thread Alistair Francis
Add a FORCE_HS_EXCEP mode to the RISC-V virtulisation status. This bit specifies if an exeption should be taken to HS mode no matter the current delegation status. This is used when an exeption must be taken to HS mode, such as when handling interrupts. Signed-off-by: Alistair Francis --- target