On Fri, 19 May 2023 at 23:12, Zhuojia Shen <[email protected]> wrote:
>
> Test execution of DC CVAP and DC CVADP instructions under user mode
> emulation.
>
> Signed-off-by: Zhuojia Shen <[email protected]>
> ---
>  tests/tcg/aarch64/Makefile.target | 11 ++++++
>  tests/tcg/aarch64/dcpodp.c        | 58 +++++++++++++++++++++++++++++++
>  tests/tcg/aarch64/dcpop.c         | 58 +++++++++++++++++++++++++++++++
>  3 files changed, 127 insertions(+)
>  create mode 100644 tests/tcg/aarch64/dcpodp.c
>  create mode 100644 tests/tcg/aarch64/dcpop.c

> diff --git a/tests/tcg/aarch64/dcpodp.c b/tests/tcg/aarch64/dcpodp.c
> new file mode 100644
> index 0000000000..6f6301ac86
> --- /dev/null
> +++ b/tests/tcg/aarch64/dcpodp.c
> @@ -0,0 +1,58 @@
> +/* Test execution of DC CVADP instruction */

All new files should start with the standard brief
comment stating the copyright and license.

Otherwise
Reviewed-by: Peter Maydell <[email protected]>

thanks
-- PMM

Reply via email to