On 22 March 2018 at 21:58, Laurent Vivier wrote:
> Some files like signal.c are really hard to read
> because all architectures are mixed in the same
> file.
>
> This series moves from signal.c these parts to
> the architecture dedicated directories in linux-user.
> Moerover, this allows to compar
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180322215833.7713-1-laur...@vivier.eu
Subject: [Qemu-devel] [PATCH for 2.13 0/5] linux-user: move arch specific parts
to arch directories
=== TEST SCRIPT BEGIN ===
#!/bin
Some files like signal.c are really hard to read
because all architectures are mixed in the same
file.
This series moves from signal.c these parts to
the architecture dedicated directories in linux-user.
Moerover, this allows to compare easier functions
between architectures (it helps to debug pro