qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 16/17] target/riscv: convert to DisasContextB


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 16/17] target/riscv: convert to DisasContextBase
Date: Thu, 12 Apr 2018 18:36:52 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 04/06/2018 08:19 AM, Emilio G. Cota wrote:
> Notes:
> 
> - Did not convert {num,max}_insns, since the corresponding code
>   will go away in the next patch.
> 
> - ctx->pc becomes ctx->base.pc_next, and ctx->next_pc becomes ctx->pc_tmp.
> 
> While at it, convert the remaining tb->cflags readers to tb_cflags().
> 
> Cc: Michael Clark <address@hidden>
> Cc: Palmer Dabbelt <address@hidden>
> Cc: Sagar Karandikar <address@hidden>
> Cc: Bastian Koppelmann <address@hidden>
> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
>  target/riscv/translate.c | 129 
> +++++++++++++++++++++++------------------------
>  1 file changed, 64 insertions(+), 65 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]