From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIENd-0003i9-4x for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIENV-0001z2-S8 for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:49 -0500 Received: from mail-we0-f178.google.com ([74.125.82.178]:49930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIENV-0001yx-MG for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:41 -0500 Received: by mail-we0-f178.google.com with SMTP id q59so106259wes.9 for ; Tue, 25 Feb 2014 01:32:40 -0800 (PST) Received: from localhost.localdomain (cpc6-seac21-2-0-cust453.7-2.cable.virginm.net. [82.1.113.198]) by mx.google.com with ESMTPSA id fo6sm32290408wib.7.2014.02.25.01.32.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Feb 2014 01:32:39 -0800 (PST) From: Will Newton Date: Tue, 25 Feb 2014 09:32:33 +0000 Message-Id: <1393320755-23906-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v3 0/2] target-arm: Add support for AArch32 ARMv8 CRC32 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series adds support for the AArch32 CRC32 instructions added in ARMv8. Will Newton (2): include/qemu/crc32c.h: Rename include guards to match filename target-arm: Add support for AArch32 ARMv8 CRC32 instructions configure | 2 +- include/qemu/crc32c.h | 4 ++-- target-arm/helper.c | 39 +++++++++++++++++++++++++++++++++++++++ target-arm/helper.h | 3 +++ target-arm/translate.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+), 3 deletions(-) -- 1.8.1.4