From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyPL8-0003mt-5G for qemu-devel@nongnu.org; Sat, 21 Jun 2014 13:44:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyPL3-0000f5-5h for qemu-devel@nongnu.org; Sat, 21 Jun 2014 13:44:34 -0400 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:47029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyPL3-0000ej-1C for qemu-devel@nongnu.org; Sat, 21 Jun 2014 13:44:29 -0400 Received: by mail-qg0-f50.google.com with SMTP id j5so4637064qga.9 for ; Sat, 21 Jun 2014 10:44:27 -0700 (PDT) Sender: Richard Henderson Message-ID: <53A5C477.2000704@twiddle.net> Date: Sat, 21 Jun 2014 10:44:23 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1403304489-27658-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1403304489-27658-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-i386: simplify AES emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org On 06/20/2014 03:48 PM, Aurelien Jarno wrote: > This patch simplifies the AES code, by directly accessing the newly added > S-Box, InvS-Box and InvMixColumns tables instead of recreating them by > using the AES_Te and AES_Td tables. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~