Re: [Qemu-devel] [PATCH] tests/tcg: add barrier test for ARM

2018-12-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181219183902.27273-1-alex.ben...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181219183902.27273-1-alex.ben...@linaro.org Type: series Subject: [Qemu-devel] [PATCH] tests/tcg

Re: [Qemu-devel] [PATCH] tests/tcg: add barrier test for ARM

2018-12-20 Thread Alex Bennée
Alex Bennée writes: > This is a port of my kvm-unit-tests barrier test. A couple of things > are done in a more user-space friendly way but the tests are the same. > > Signed-off-by: Alex Bennée > + > +# Barrier tests need atomic definitions, steal QEMUs > +barrier:

[Qemu-devel] [PATCH] tests/tcg: add barrier test for ARM

2018-12-19 Thread Alex Bennée
This is a port of my kvm-unit-tests barrier test. A couple of things are done in a more user-space friendly way but the tests are the same. Signed-off-by: Alex Bennée --- tests/tcg/arm/Makefile.target | 6 +- tests/tcg/arm/barrier.c | 472 ++ 2 files