Re: [Qemu-devel] [PATCH 0/5] tcg: Reorg 128-bit atomic operations

2018-08-18 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180816025452.21358-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/5] tcg: Reorg 128-bit atomic operations === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n

Re: [Qemu-devel] [PATCH 0/5] tcg: Reorg 128-bit atomic operations

2018-08-16 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180816025452.21358-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/5] tcg: Reorg 128-bit atomic operations === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n

[Qemu-devel] [PATCH 0/5] tcg: Reorg 128-bit atomic operations

2018-08-15 Thread Richard Henderson
The other day Emilio noticed that we weren't setting CONFIG_ATOMIC128 for x86_64, despite forcing -mcx16 on the command-line. It seems that gcc has changed behaviour with version 7. There's a rather long discussion about this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80878 It does not appear