[PATCH 0/3] QEMU RISC-V priv spec version fixes

Anup Patel posted 3 patches 2 years ago
Failed in applying to current master (apply log)
Maintainers: Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>
target/riscv/cpu.c      | 46 ++++++++++++++++++++++-------------------
target/riscv/cpu_bits.h |  3 +++
target/riscv/csr.c      |  2 ++
3 files changed, 30 insertions(+), 21 deletions(-)
[PATCH 0/3] QEMU RISC-V priv spec version fixes
Posted by Anup Patel 2 years ago
This series covers few fixes discovered while trying to detect priv spec
version on QEMU virt machine and QEMU sifive_u machine.

These patches can also be found in riscv_priv_version_fixes_v1 branch at:
https://github.com/avpatel/qemu.git

Anup Patel (3):
  target/riscv: Don't force update priv spec version to latest
  target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or
    higher
  target/riscv: Consider priv spec version when generating ISA string

 target/riscv/cpu.c      | 46 ++++++++++++++++++++++-------------------
 target/riscv/cpu_bits.h |  3 +++
 target/riscv/csr.c      |  2 ++
 3 files changed, 30 insertions(+), 21 deletions(-)

-- 
2.34.1