From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhOIt-0002fw-QZ for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhOIp-0003b8-Pp for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:48:43 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:35690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhOIp-0003as-Kl for qemu-devel@nongnu.org; Wed, 30 Sep 2015 16:48:39 -0400 Received: by pacfv12 with SMTP id fv12so51838194pac.2 for ; Wed, 30 Sep 2015 13:48:39 -0700 (PDT) Sender: Richard Henderson References: <1443627027-2193-1-git-send-email-james.hogan@imgtec.com> <1443627027-2193-4-git-send-email-james.hogan@imgtec.com> From: Richard Henderson Message-ID: <560C4A9E.6010409@twiddle.net> Date: Thu, 1 Oct 2015 06:48:30 +1000 MIME-Version: 1.0 In-Reply-To: <1443627027-2193-4-git-send-email-james.hogan@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/7] tcg/mips: Add use_mips32r6_instructions definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: James Hogan , qemu-devel@nongnu.org Cc: Leon Alrae , Aurelien Jarno On 10/01/2015 01:30 AM, James Hogan wrote: > Add definition use_mips32r6_instructions to the MIPS TCG backend which > is constant 1 when built for MIPS release 6. This will be used to decide > between pre-R6 and R6 instruction encodings. > > Signed-off-by: James Hogan > Cc: Richard Henderson > Cc: Aurelien Jarno > --- Reviewed-by: Richard Henderson r~