[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/9] target/riscv: Remove the hardcoded RVXLEN macro
From: |
Bin Meng |
Subject: |
Re: [PATCH v2 1/9] target/riscv: Remove the hardcoded RVXLEN macro |
Date: |
Wed, 14 Apr 2021 15:59:43 +0800 |
On Wed, Apr 14, 2021 at 7:33 AM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/riscv/cpu.h | 6 ------
> target/riscv/cpu.c | 6 +++++-
> 2 files changed, 5 insertions(+), 7 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
- [PATCH v2 0/9] RISC-V: Steps towards running 32-bit guests on, Alistair Francis, 2021/04/13
- [PATCH v2 2/9] target/riscv: Remove the hardcoded SSTATUS_SD macro, Alistair Francis, 2021/04/13
- [PATCH v2 1/9] target/riscv: Remove the hardcoded RVXLEN macro, Alistair Francis, 2021/04/13
- Re: [PATCH v2 1/9] target/riscv: Remove the hardcoded RVXLEN macro,
Bin Meng <=
- [PATCH v2 3/9] target/riscv: Remove the hardcoded HGATP_MODE macro, Alistair Francis, 2021/04/13
- [PATCH v2 5/9] target/riscv: Remove the hardcoded SATP_MODE macro, Alistair Francis, 2021/04/13
- [PATCH v2 6/9] target/riscv: Remove the unused HSTATUS_WPRI macro, Alistair Francis, 2021/04/13
- [PATCH v2 8/9] target/riscv: Consolidate RV32/64 32-bit instructions, Alistair Francis, 2021/04/13