mbox series

[0/2] target/riscv: fix hypervisor exceptions

Message ID 20210602191125.525742-1-josemartins90@gmail.com (mailing list archive)
Headers show
Series target/riscv: fix hypervisor exceptions | expand

Message

Jose Martins June 2, 2021, 7:11 p.m. UTC
This patch series fixes the forwarding of VS-level execptions to HS-mode and
removes unecessary code previously used for the routing of exceptions to    
HS-mode.

Jose Martins (2):
  target/riscv: fix VS interrupts forwarding to HS
  target/riscv: remove force HS exception

 target/riscv/cpu.h        |  2 --
 target/riscv/cpu_bits.h   |  6 -----
 target/riscv/cpu_helper.c | 54 +++++++--------------------------------
 3 files changed, 9 insertions(+), 53 deletions(-)