Re: [PATCH for-8.1 v3 04/26] target/riscv: add PRIV_VERSION_LATEST

2023-03-20 Thread LIU Zhiwei
On 2023/3/19 4:04, Daniel Henrique Barboza wrote: All these generic CPUs are using the latest priv available, at this moment PRIV_VERSION_1_12_0: - riscv_any_cpu_init() - rv32_base_cpu_init() - rv64_base_cpu_init() - rv128_base_cpu_init() Create a new PRIV_VERSION_LATEST enum and use it in th

[PATCH for-8.1 v3 04/26] target/riscv: add PRIV_VERSION_LATEST

2023-03-18 Thread Daniel Henrique Barboza
All these generic CPUs are using the latest priv available, at this moment PRIV_VERSION_1_12_0: - riscv_any_cpu_init() - rv32_base_cpu_init() - rv64_base_cpu_init() - rv128_base_cpu_init() Create a new PRIV_VERSION_LATEST enum and use it in those cases. I'll make it easier to update everything at