From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIc0N-0004d4-1q for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:46:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIc0F-0000Oa-OY for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:46:22 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:53658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIc0F-0000OH-Ik for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:46:15 -0500 Received: by mail-we0-f169.google.com with SMTP id t61so1506929wes.0 for ; Wed, 26 Feb 2014 02:46:14 -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 dd3sm1453680wjb.9.2014.02.26.02.46.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Feb 2014 02:46:13 -0800 (PST) From: Will Newton Date: Wed, 26 Feb 2014 10:46:04 +0000 Message-Id: <1393411566-24104-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v4 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/cpu.c | 1 + target-arm/cpu.h | 1 + target-arm/helper.c | 39 +++++++++++++++++++++++++++++++++++ target-arm/helper.h | 3 +++ target-arm/translate.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 103 insertions(+), 3 deletions(-) -- 1.8.1.4