Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread Laurent Vivier
Le 30/03/2018 à 21:59, Max Filippov a écrit : > In case of syscall restart request set pc back to the syscall > instruction. > > Signed-off-by: Max Filippov > --- > linux-user/main.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/linux-user/main.c b/linux-user/main.c > index ba09b7

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
: linux-user: rewind pc for restarted syscall === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-build@min-glib === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
: linux-user: rewind pc for restarted syscall === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-quick@centos6 === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
: linux-user: rewind pc for restarted syscall === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384

[Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-30 Thread Max Filippov
In case of syscall restart request set pc back to the syscall instruction. Signed-off-by: Max Filippov --- linux-user/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/main.c b/linux-user/main.c index ba09b7d0c873..8907a8411411 100644 --- a/linux-user/main.c +++ b/linux-us