[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/9] target/riscv: Remove the hardcoded HGATP_MODE macro
From: |
Bin Meng |
Subject: |
Re: [PATCH v2 3/9] target/riscv: Remove the hardcoded HGATP_MODE macro |
Date: |
Wed, 14 Apr 2021 15:59:49 +0800 |
On Wed, Apr 14, 2021 at 7:34 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_bits.h | 11 -----------
> target/riscv/cpu_helper.c | 24 +++++++++++++++---------
> 2 files changed, 15 insertions(+), 20 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
- [PATCH v2 3/9] target/riscv: Remove the hardcoded HGATP_MODE macro, Alistair Francis, 2021/04/13
- Re: [PATCH v2 3/9] target/riscv: Remove the hardcoded HGATP_MODE macro,
Bin Meng <=
- [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
- [PATCH v2 7/9] target/riscv: Remove an unused CASE_OP_32_64 macro, Alistair Francis, 2021/04/13