qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 09/23] RISC-V TCG Code Generation


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH v5 09/23] RISC-V TCG Code Generation
Date: Tue, 13 Feb 2018 16:57:04 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Feb 08, 2018 at 14:28:34 +1300, Michael Clark wrote:
> TCG code generation for the RV32IMAFDC and RV64IMAFDC. The QEMU
> RISC-V code generator has complete coverage for the Base ISA v2.2,
> Privileged ISA v1.9.1 and Privileged ISA v1.10:
> 
> - RISC-V Instruction Set Manual Volume I: User-Level ISA Version 2.2
> - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.9.1
> - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.10
> 
> Reviewed-by: Richard Henderson <address@hidden>
> Signed-off-by: Michael Clark <address@hidden>
> ---
(snip)
> +++ b/target/riscv/translate.c
(snip)
> +        /* Address comparion failure.  However, we still need to
> +           provide the memory barrier implied by AQ/RL.  */

s/comparion/comparison/

                E.



reply via email to

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