[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 5/8] RISC-V: Add priv_ver to DisasContext
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v1 5/8] RISC-V: Add priv_ver to DisasContext |
Date: |
Wed, 16 Jan 2019 09:23:59 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 1/15/19 10:58 AM, Alistair Francis wrote:
> -static void riscv_tr_init_disas_context(DisasContextBase *dcbase, CPUState
> *cs)
> +static void riscv_tr_init_disas_context(DisasContextBase *dcbase, CPUState
> *cpu)
Why change this? I know there is variation in the naming, but my
preferred default mapping is CPUState *cs, RISCVCPU *cpu.
Otherwise,
Reviewed-by: Richard Henderson <address@hidden>
r~
[Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers, Alistair Francis, 2019/01/14
Re: [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers, Richard Henderson, 2019/01/15
[Qemu-devel] [PATCH v1 7/8] RISC-V: Add misa.MAFD checks to translate, Alistair Francis, 2019/01/14