This patch series implements ast2600 hace engine with accumulative mode and unit test against to it.
Changes in v2: - Coding style - Add accumulative mode description in comment - Add unit test cases Troy Lee (2): hw/misc: Supporting AST2600 HACE accumulative mode tests/qtest: Add test for Aspeed HACE accumulative mode hw/misc/aspeed_hace.c | 43 ++++++++-- include/hw/misc/aspeed_hace.h | 1 + tests/qtest/aspeed_hace-test.c | 145 +++++++++++++++++++++++++++++++++ 3 files changed, 181 insertions(+), 8 deletions(-) -- 2.25.1