Re: [PATCH v3 0/4] target/riscv: Simplification for RVH related check and code style fix

2023-04-05 Thread Alistair Francis
On Wed, Apr 5, 2023 at 6:59 PM Weiwei Li wrote: > > This patchset tries to simplify the RVH related check and fix some code style > problems, such as problems for indentation, multi-line comments and lines > with over 80 characters. > > The port is available here: > https://github.com/plctlab/pl

Re: [PATCH v3 0/4] target/riscv: Simplification for RVH related check and code style fix

2023-04-05 Thread Daniel Henrique Barboza
On 4/5/23 05:58, Weiwei Li wrote: This patchset tries to simplify the RVH related check and fix some code style problems, such as problems for indentation, multi-line comments and lines with over 80 characters. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-virtf

[PATCH v3 0/4] target/riscv: Simplification for RVH related check and code style fix

2023-04-05 Thread Weiwei Li
This patchset tries to simplify the RVH related check and fix some code style problems, such as problems for indentation, multi-line comments and lines with over 80 characters. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-virtfix-upstream v2: * add comment to speci