Re: [Qemu-devel] [PATCH v2 0/5] Add aarch64_be-linux-user target

2017-12-21 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171219201613.7399-1-michael.wei...@gmx.de Subject: [Qemu-devel] [PATCH v2 0/5] Add aarch64_be-linux-user target === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v2 0/5] Add aarch64_be-linux-user target

2017-12-19 Thread Michael Weiser
Hello, below patches add support for big-endian aarch64 to linux-user. Almost everything is already in place. The patches just set up the CPU flags as required for big-endianess, add a distinction in uname and make sure the instructions for the signal trampoline end up in memory little-endian. Fin