Re: [PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-03-19 Thread Aleksandar Markovic
On Thursday, March 19, 2020, Laurent Vivier wrote: > Le 19/03/2020 à 17:24, Aleksandar Markovic a écrit : > >> I think we should first introduce a linux-user/generic/termbits.h as we > >> have an asm-generic/termbits.h in the kernel and use it with all the > >> targets except alpha, mips, hppa, s

Re: [PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-03-19 Thread Laurent Vivier
Le 19/03/2020 à 17:24, Aleksandar Markovic a écrit : >> I think we should first introduce a linux-user/generic/termbits.h as we >> have an asm-generic/termbits.h in the kernel and use it with all the >> targets except alpha, mips, hppa, sparc and xtensa. >> >> I think this linux-user/generic/termbi

Re: [PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-03-19 Thread Aleksandar Markovic
> I think we should first introduce a linux-user/generic/termbits.h as we > have an asm-generic/termbits.h in the kernel and use it with all the > targets except alpha, mips, hppa, sparc and xtensa. > > I think this linux-user/generic/termbits.h could be copied from > linux-user/openrisc/termbits.h

Re: [PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-01-28 Thread Laurent Vivier
Le 17/01/2020 à 03:11, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > This series is a spin-off of v5 of earlier series "linux-user: Misc > patches for 5.0", that became too large to manage. I will submit the > rest of that large series separately. > > Files linux-user//termbits.h

Re: [PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-01-17 Thread no-reply
Subject: [PATCH 0/4] linux-user: Fix some issues in termbits.h files === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailb

[PATCH 0/4] linux-user: Fix some issues in termbits.h files

2020-01-16 Thread Aleksandar Markovic
From: Aleksandar Markovic This series is a spin-off of v5 of earlier series "linux-user: Misc patches for 5.0", that became too large to manage. I will submit the rest of that large series separately. Files linux-user//termbits.h seem to be in a very bad shape: unsynchronized with kernel, contai