From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFheH-0004Ra-D7 for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFhe8-0000Lb-AZ for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:33 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:45990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFhe8-0000LV-5A for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:24 -0500 Received: by mail-we0-f170.google.com with SMTP id w62so11582252wes.29 for ; Tue, 18 Feb 2014 02:11:23 -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 jw4sm44078723wjc.20.2014.02.18.02.11.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Feb 2014 02:11:22 -0800 (PST) From: Will Newton Date: Tue, 18 Feb 2014 10:11:14 +0000 Message-Id: <1392718276-21040-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v2 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