On Mon, 24 Jun 2019 16:42:27 PDT (-0700), Alistair Francis wrote:
This should be the last series bringing the patches from the RISC-V fork
into mainline QEMU.
v2:
- Add Wladimir's SOB line, after talking to them
- Allow c.andi to have a 0 immediate
Dayeol Lee (1):
target/riscv: Fix PMP rang
] Miscellaneous patches from the RISC-V fork
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCR
This should be the last series bringing the patches from the RISC-V fork
into mainline QEMU.
v2:
- Add Wladimir's SOB line, after talking to them
- Allow c.andi to have a 0 immediate
Dayeol Lee (1):
target/riscv: Fix PMP range boundary address bug
Michael Clark (3):
disas/riscv: Disassembl