From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eliZZ-0007RB-EO for qemu-devel@nongnu.org; Tue, 13 Feb 2018 16:57:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eliZX-0004ON-8Z for qemu-devel@nongnu.org; Tue, 13 Feb 2018 16:57:09 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:38809) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eliZX-0004OA-3I for qemu-devel@nongnu.org; Tue, 13 Feb 2018 16:57:07 -0500 Date: Tue, 13 Feb 2018 16:57:04 -0500 From: "Emilio G. Cota" Message-ID: <20180213215704.GB1816@flamenco> References: <1518053328-34687-1-git-send-email-mjc@sifive.com> <1518053328-34687-10-git-send-email-mjc@sifive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518053328-34687-10-git-send-email-mjc@sifive.com> Subject: Re: [Qemu-devel] [PATCH v5 09/23] RISC-V TCG Code Generation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Clark Cc: qemu-devel@nongnu.org, Bastian Koppelmann , Palmer Dabbelt , Sagar Karandikar , RISC-V Patches 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 > Signed-off-by: Michael Clark > --- (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.