Re: [Qemu-devel] [PATCH v3 0/7] Add aarch64_be-linux-user target

2018-01-08 Thread Peter Maydell
On 20 December 2017 at 21:23, Michael Weiser wrote: > 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-endianness, add a distinction in uname and make sure the > instructi

Re: [Qemu-devel] [PATCH v3 0/7] Add aarch64_be-linux-user target

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

[Qemu-devel] [PATCH v3 0/7] Add aarch64_be-linux-user target

2017-12-20 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-endianness, add a distinction in uname and make sure the instructions for the signal trampoline end up in memory little-endian. Fi