Re: [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

2023-07-09 Thread Michael Tokarev
08.07.2023 12:10, Ruibo Lu пишет: These two values represents whether start/end address is in pmp_range. However, the type and name of them is ambiguous. This commit change the name and type of them to improve code readability and accuracy. Resolves: https://gitlab.com/qemu-project/qemu/-/issues

[PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

2023-07-08 Thread Ruibo Lu
These two values represents whether start/end address is in pmp_range. However, the type and name of them is ambiguous. This commit change the name and type of them to improve code readability and accuracy. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1735 Reviewed-by: Weiwei Li Review

[PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

2023-07-07 Thread Ruibo Lu
These two values represents whether start/end address is in pmp_range. However, the type and name of them is ambiguous. This commit change the name and type of them to improve code readability and accuracy. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1735 Reviewed-by: Philippe Mathieu-