qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 7/8] RISC-V: Add misa.MAFD checks to translat


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v1 7/8] RISC-V: Add misa.MAFD checks to translate
Date: Wed, 16 Jan 2019 09:26:06 +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:
> From: Michael Clark <address@hidden>
> 
> Add misa checks for M, A, F and D extensions and if they are
> not present generate illegal instructions. This improves
> emulation accurary for harts with a limited set of extensions.
> 
> Cc: Palmer Dabbelt <address@hidden>
> Cc: Sagar Karandikar <address@hidden>
> Cc: Bastian Koppelmann <address@hidden>
> Cc: Alistair Francis <address@hidden>
> Cc: Emilio G. Cota <address@hidden>
> Signed-off-by: Michael Clark <address@hidden>
> Signed-off-by: Alistair Francis <address@hidden>
> ---
>  target/riscv/translate.c | 158 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 158 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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