Re: [Qemu-devel] [PATCH v4] target/xtensa: linux-user: add call0 ABI support

2019-09-10 Thread Laurent Vivier
Le 06/09/2019 à 18:57, Max Filippov a écrit : > Xtensa binaries built for call0 ABI don't rotate register window on > function calls and returns. Invocation of signal handlers from the > kernel is therefore different in windowed and call0 ABIs. > There's currently no way to determine xtensa ELF bin

[Qemu-devel] [PATCH v4] target/xtensa: linux-user: add call0 ABI support

2019-09-06 Thread Max Filippov
Xtensa binaries built for call0 ABI don't rotate register window on function calls and returns. Invocation of signal handlers from the kernel is therefore different in windowed and call0 ABIs. There's currently no way to determine xtensa ELF binary ABI from the binary itself. Add handler for the -x