Re: [Qemu-devel] [PATCH v1 1/4] target/ppc: fix signal delivery for ppc64abi32

2019-09-10 Thread Alex Bennée
Alex Bennée writes: > We were incorrectly setting NIP resulting in a segfault. This fixes > linux-test for this ABI. Oops, that was at the bottom of my tree for fixing ppc64abi32 which showed up broken when testing/next enabled the TCG tests for it. > > Signed-off-by: Alex Bennée > --- > li

[Qemu-devel] [PATCH v1 1/4] target/ppc: fix signal delivery for ppc64abi32

2019-09-10 Thread Alex Bennée
We were incorrectly setting NIP resulting in a segfault. This fixes linux-test for this ABI. Signed-off-by: Alex Bennée --- linux-user/ppc/signal.c | 4 +++- tests/tcg/configure.sh | 1 + tests/tcg/multiarch/Makefile.target | 5 - 3 files changed, 4 insertions(+), 6