Re: [PATCH for-5.2 0/3] linux-user: fix various sparc64 guest bugs

2020-11-10 Thread Laurent Vivier
Le 10/11/2020 à 13:56, Mark Cave-Ayland a écrit : > On 05/11/2020 21:23, Peter Maydell wrote: > >> This set of patches fixes bugs which were preventing the >> Debian sparc64 /bin/bash from running: >>   * the target_ucontext structure put the registers in the >>     wrong place (missing alignment

Re: [PATCH for-5.2 0/3] linux-user: fix various sparc64 guest bugs

2020-11-10 Thread Mark Cave-Ayland
On 05/11/2020 21:23, Peter Maydell wrote: This set of patches fixes bugs which were preventing the Debian sparc64 /bin/bash from running: * the target_ucontext structure put the registers in the wrong place (missing alignment specifier, mostly) * the set_context and get_context traps wer