From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un78V-0003af-Mj for qemu-devel@nongnu.org; Thu, 13 Jun 2013 09:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un78S-0000Hb-7H for qemu-devel@nongnu.org; Thu, 13 Jun 2013 09:00:19 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:40148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un78R-0000HK-W3 for qemu-devel@nongnu.org; Thu, 13 Jun 2013 09:00:16 -0400 Received: by mail-lb0-f170.google.com with SMTP id t13so4686204lbd.29 for ; Thu, 13 Jun 2013 06:00:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1370606786-5650-3-git-send-email-mans@mansr.com> References: <1370606786-5650-1-git-send-email-mans@mansr.com> <1370606786-5650-3-git-send-email-mans@mansr.com> From: Peter Maydell Date: Thu, 13 Jun 2013 13:59:54 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 3/3] target-arm: explicitly decode SEVL instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mans Rullgard Cc: qemu-devel@nongnu.org On 7 June 2013 13:06, Mans Rullgard wrote: > The ARMv8 SEVL instruction is in the architectural hint space already > emulated as nop. This makes the decoding of SEVL explicit for clarity. > > Signed-off-by: Mans Rullgard Reviewed-by: Peter Maydell -- PMM