Re: [Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics

2018-04-26 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180427002651.28356-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics

2018-04-26 Thread Richard Henderson
This implements the Atomics extension, which is mandatory for v8.1. While testing the v8.2-SVE extension, I've run into issues with the GCC testsuite expecting this to exist. Missing is the wiring up of the system registers to indicate that the extension exists, but we have no system CPU model tha