Re: [Qemu-devel] [PATCH 0/4] 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: 20171219151636.5162-1-michael.wei...@gmx.de Subject: [Qemu-devel] [PATCH 0/4] Add aarch64_be-linux-user target === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

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

2017-12-20 Thread Richard Henderson
On 12/19/2017 07:16 AM, Michael Weiser wrote: > Michael Weiser (4): > linux-user: Add support for big-endian aarch64 > linux-user: Add separate aarch64_be uname > linux-user: Fix endianess of aarch64 signal trampoline > configure: Add aarch64_be-linux-user target Reviewed-by: Richard

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

2017-12-19 Thread Michael Weiser
Hello Laurent, On Tue, Dec 19, 2017 at 05:17:35PM +0100, Laurent Vivier wrote: > > below patches add support for big-endian aarch64 to linux-user. Almost > Could you also update scripts/qemu-binfmt-conf.sh for the aarch64_be magic? Done. v2 forthcoming. -- Bye, Michael

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

2017-12-19 Thread Laurent Vivier
Le 19/12/2017 à 16:16, Michael Weiser a écrit : > 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

[Qemu-devel] [PATCH 0/4] 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.