Re: [Qemu-devel] [PATCH 6/6] tests/tcg/aarch64: Add pauth smoke tests

2019-02-01 Thread Richard Henderson
On 1/28/19 3:06 AM, Alex Bennée wrote: > We build all tests with: > > CFLAGS+=-Wall -O0 -g -fno-strict-aliasing > > mainly because the first thing you want to do when they fail is run them > through gdb to see what went wrong. Do you actually need optimisation on > for the build to work? Everyt

Re: [Qemu-devel] [PATCH 6/6] tests/tcg/aarch64: Add pauth smoke tests

2019-01-28 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson > --- > tests/tcg/aarch64/pauth-1.c | 23 +++ > tests/tcg/aarch64/Makefile.target | 7 ++- > 2 files changed, 29 insertions(+), 1 deletion(-) > create mode 100644 tests/tcg/aarch64/pauth-1.c > > diff

[Qemu-devel] [PATCH 6/6] tests/tcg/aarch64: Add pauth smoke tests

2019-01-25 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tests/tcg/aarch64/pauth-1.c | 23 +++ tests/tcg/aarch64/Makefile.target | 7 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tests/tcg/aarch64/pauth-1.c diff --git a/tests/tcg/aarch64/pauth-1.c b/tests/t