diff options
author | Joel Stanley | 2021-05-01 10:03:51 +0200 |
---|---|---|
committer | Cédric Le Goater | 2021-05-01 10:03:51 +0200 |
commit | 666099520aabd27f1995efd54a34ae8522eb2602 (patch) | |
tree | c5972557e9ea037eb807fbca8a285dd2276adfb9 /MAINTAINERS | |
parent | aspeed: Integrate HACE (diff) | |
download | qemu-666099520aabd27f1995efd54a34ae8522eb2602.tar.gz qemu-666099520aabd27f1995efd54a34ae8522eb2602.tar.xz qemu-666099520aabd27f1995efd54a34ae8522eb2602.zip |
tests/qtest: Add test for Aspeed HACE
This adds a test for the Aspeed Hash and Crypto (HACE) engine. It tests
the currently implemented behavior of the hash functionality.
The tests are similar, but are cut/pasted instead of broken out into a
common function so the assert machinery produces useful output when a
test fails.
Co-developed-by: Cédric Le Goater <clg@kaod.org>
Co-developed-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20210409000253.1475587-4-joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36055f14c5..0d88146509 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1026,6 +1026,7 @@ F: include/hw/misc/pca9552*.h F: hw/net/ftgmac100.c F: include/hw/net/ftgmac100.h F: docs/system/arm/aspeed.rst +F: tests/qtest/*aspeed* NRF51 M: Joel Stanley <joel@jms.id.au> |