From: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Laurent Vivier" <lvivier@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Andrew Jeffery" <andrew@aj.id.au>,
"Klaus Heinrich Kiwi" <klaus@linux.vnet.ibm.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Joel Stanley" <joel@jms.id.au>
Subject: [PATCH v2 0/2] aspeed: HACE hash Scatter-Gather support
Date: Fri, 26 Mar 2021 16:30:31 -0300 [thread overview]
Message-ID: <20210326193033.11798-1-klaus@linux.vnet.ibm.com> (raw)
This series adds support for scatter-gather sha256 and sha512 operations
on Aspeed's HACE (Hash And Crypto Engine) to the Aspeed model, as well
as testcases for them.
These operations are supported on AST2600 series of machines.
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
---
Changes since V1:
* Use address_space_ldl_le() to load single addresses instead of
address_space_map()
* Updated documentation
* Removed several uneeded variables / casts
* Confirmed behavior on real hardware for register masks, IRQ register
etc
* Adjusted testcases accordingly
* Coding style fixes
docs/system/arm/aspeed.rst | 2 +-
hw/misc/aspeed_hace.c | 126 +++++++++++++++++++++++++++++++--
tests/qtest/aspeed_hace-test.c | 156 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 268 insertions(+), 16 deletions(-)
next reply other threads:[~2021-03-26 19:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-26 19:30 Klaus Heinrich Kiwi [this message]
2021-03-26 19:30 ` [PATCH v2 1/2] aspeed: Add Scater-Gather support for HACE Hash Klaus Heinrich Kiwi
2021-03-26 19:33 ` Klaus Heinrich Kiwi
2021-03-26 19:30 ` [PATCH v2 2/2] tests: Aspeed HACE Scatter-Gather tests Klaus Heinrich Kiwi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210326193033.11798-1-klaus@linux.vnet.ibm.com \
--to=klaus@linux.vnet.ibm.com \
--cc=andrew@aj.id.au \
--cc=clg@kaod.org \
--cc=joel@jms.id.au \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).