qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-arm: Add support for AArch32 ARMv8 CRC32 instructions
@ 2014-02-17 17:19 Will Newton
  2014-02-17 17:19 ` [Qemu-devel] [PATCH 1/3] include/qemu/crc32c.h: Rename include guards to match filename Will Newton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Will Newton @ 2014-02-17 17:19 UTC (permalink / raw)
  To: qemu-devel

This series adds support for the AArch32 CRC32 instructions added in
ARMv8. The CRC-32 algorithm is added alongside the existing CRC-32C
implementation which requires a small fix to the crc32c.h header file.

Will Newton (3):
  include/qemu/crc32c.h: Rename include guards to match filename
  util/crc32.c: Add CRC-32 implementation
  target-arm: Add support for AArch32 ARMv8 CRC32 instructions

 include/qemu/crc32.h   | 15 ++++++++
 include/qemu/crc32c.h  |  4 +--
 target-arm/helper.c    | 37 +++++++++++++++++++
 target-arm/helper.h    |  3 ++
 target-arm/translate.c | 48 +++++++++++++++++++++++++
 util/Makefile.objs     |  1 +
 util/crc32.c           | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 204 insertions(+), 2 deletions(-)
 create mode 100644 include/qemu/crc32.h
 create mode 100644 util/crc32.c

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-17 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 17:19 [Qemu-devel] [PATCH 0/3] target-arm: Add support for AArch32 ARMv8 CRC32 instructions Will Newton
2014-02-17 17:19 ` [Qemu-devel] [PATCH 1/3] include/qemu/crc32c.h: Rename include guards to match filename Will Newton
2014-02-17 17:22   ` Peter Maydell
2014-02-17 17:19 ` [Qemu-devel] [PATCH 2/3] util/crc32.c: Add CRC-32 implementation Will Newton
2014-02-17 17:29   ` Peter Maydell
2014-02-17 17:19 ` [Qemu-devel] [PATCH 3/3] target-arm: Add support for AArch32 ARMv8 CRC32 instructions Will Newton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).