Re: [Qemu-devel] [PATCH] linux-user: Fix register used for 6th and 7th syscall argument on aarch64

2018-01-24 Thread Richard Henderson
On 01/24/2018 02:13 AM, Guido Günther wrote: > Unbreaks the testcase from > > http://lists.nongnu.org/archive/html/qemu-arm/2018-01/msg00514.html > > Thanks to Laurent Vivier for spotting the 7th one. > Signed-off-by: Guido Günther > --- >

Re: [Qemu-devel] [PATCH] linux-user: Fix register used for 6th and 7th syscall argument on aarch64

2018-01-24 Thread Laurent Vivier
Le 24/01/2018 à 11:13, Guido Günther a écrit : > Unbreaks the testcase from > > http://lists.nongnu.org/archive/html/qemu-arm/2018-01/msg00514.html > > Thanks to Laurent Vivier for spotting the 7th one. > Signed-off-by: Guido Günther > --- >

Re: [Qemu-devel] [PATCH] linux-user: Fix register used for 6th and 7th syscall argument on aarch64

2018-01-24 Thread Philippe Mathieu-Daudé
I spent the night studying linux-user end figured out the same correct fix. Just checking morning ML before sending the patch :) Mine had "Suggested-by: Laurent Vivier " since he said on IRC "gdb will help" and indeed single stepping before the syscall the bug was obvious. On

[Qemu-devel] [PATCH] linux-user: Fix register used for 6th and 7th syscall argument on aarch64

2018-01-24 Thread Guido Günther
Unbreaks the testcase from http://lists.nongnu.org/archive/html/qemu-arm/2018-01/msg00514.html Thanks to Laurent Vivier for spotting the 7th one. Signed-off-by: Guido Günther --- linux-user/host/aarch64/safe-syscall.inc.S | 6 +++--- 1 file changed, 3 insertions(+), 3