From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF9VR-0005gw-3f for qemu-devel@nongnu.org; Thu, 29 Aug 2013 17:11:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF9VK-00024T-Vy for qemu-devel@nongnu.org; Thu, 29 Aug 2013 17:11:53 -0400 Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]:50386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF9VK-00024P-Rh for qemu-devel@nongnu.org; Thu, 29 Aug 2013 17:11:46 -0400 Received: by mail-vc0-f179.google.com with SMTP id ht10so720119vcb.24 for ; Thu, 29 Aug 2013 14:11:46 -0700 (PDT) Sender: Richard Henderson Message-ID: <521FB90D.30401@twiddle.net> Date: Thu, 29 Aug 2013 14:11:41 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1377809485-24004-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1377809485-24004-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] tcg/mips: host detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 08/29/2013 01:51 PM, Aurelien Jarno wrote: > Aurelien Jarno (3): > tcg/mips: detect available host instructions at runtime > tcg/mips: inline bswap16/bswap32 ops > tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 Reviewed-by: Richard Henderson r~