On Fri, May 17, 2019 at 3:12 PM Alistair Francis <alistair.fran...@wdc.com> wrote: > > This should be the last series bringing the patches from the RISC-V fork > into mainline QEMU. > > Dayeol Lee (1): > target/riscv: Fix PMP range boundary address bug > > Michael Clark (3): > disas/riscv: Disassemble reserved compressed encodings as illegal > disas/riscv: Fix `rdinstreth` constraint > target/riscv: Implement riscv_cpu_unassigned_access
Ping! Alistair > > disas/riscv.c | 53 ++++++++++++++++++++++++++------------- > target/riscv/cpu.c | 1 + > target/riscv/cpu.h | 2 ++ > target/riscv/cpu_helper.c | 16 ++++++++++++ > target/riscv/pmp.c | 2 +- > 5 files changed, 55 insertions(+), 19 deletions(-) > > -- > 2.21.0 >