Re: [PATCH v2 4/6] target/riscv: Add support for mconfigptr

2022-02-05 Thread Weiwei Li
在 2022/2/5 上午8:36, Atish Patra 写道: RISC-V privileged specification v1.12 introduced a mconfigptr which will hold the physical address of a configuration data structure. As Qemu doesn't have a configuration data structure, is read as zero which is valid as per the priv spec. Signed-off-by: Atis

[PATCH v2 4/6] target/riscv: Add support for mconfigptr

2022-02-04 Thread Atish Patra
RISC-V privileged specification v1.12 introduced a mconfigptr which will hold the physical address of a configuration data structure. As Qemu doesn't have a configuration data structure, is read as zero which is valid as per the priv spec. Signed-off-by: Atish Patra --- target/riscv/cpu_bits.h |