qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 21/21] tests/tcg/aarch64: Add mte smoke tests


From: Peter Maydell
Subject: Re: [PATCH v3 21/21] tests/tcg/aarch64: Add mte smoke tests
Date: Fri, 22 Jan 2021 14:04:17 +0000

On Fri, 15 Jan 2021 at 22:47, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  tests/tcg/aarch64/mte.h           | 53 +++++++++++++++++++++++++++++++
>  tests/tcg/aarch64/mte-1.c         | 25 +++++++++++++++
>  tests/tcg/aarch64/mte-2.c         | 42 ++++++++++++++++++++++++
>  tests/tcg/aarch64/mte-3.c         | 47 +++++++++++++++++++++++++++
>  tests/tcg/aarch64/mte-4.c         | 42 ++++++++++++++++++++++++
>  tests/tcg/aarch64/Makefile.target |  6 ++++
>  tests/tcg/configure.sh            |  4 +++
>  7 files changed, 219 insertions(+)
>  create mode 100644 tests/tcg/aarch64/mte.h
>  create mode 100644 tests/tcg/aarch64/mte-1.c
>  create mode 100644 tests/tcg/aarch64/mte-2.c
>  create mode 100644 tests/tcg/aarch64/mte-3.c
>  create mode 100644 tests/tcg/aarch64/mte-4.c
>
> diff --git a/tests/tcg/aarch64/mte.h b/tests/tcg/aarch64/mte.h
> new file mode 100644
> index 0000000000..038d33ab6c
> --- /dev/null
> +++ b/tests/tcg/aarch64/mte.h
> @@ -0,0 +1,53 @@
> +#include <assert.h>
> +#include <string.h>
> +#include <stdlib.h>
> +#include <stdio.h>

All new files need the usual copyright-and-license header comment,
please.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]