Re: [Qemu-devel] [PATCH v5 0/8] linux-user: Split do_syscall

2019-01-09 Thread Laurent Vivier
On 19/12/2018 05:21, Richard Henderson wrote: > Version 4 was back in August: > https://lists.gnu.org/archive/html/qemu-devel/2018-08/msg03745.html > > Version 5 continues the file split via inclusion. This incorporates > Laurent's suggestion to have a "def" file that is included twice to > gener

Re: [Qemu-devel] [PATCH v5 0/8] linux-user: Split do_syscall

2018-12-24 Thread no-reply
v5 0/8] linux-user: Split do_syscall === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --form

[Qemu-devel] [PATCH v5 0/8] linux-user: Split do_syscall

2018-12-18 Thread Richard Henderson
Version 4 was back in August: https://lists.gnu.org/archive/html/qemu-devel/2018-08/msg03745.html Version 5 continues the file split via inclusion. This incorporates Laurent's suggestion to have a "def" file that is included twice to generate both SyscallDef structures and fill in syscall_table's