Re: [Qemu-devel] [PATCH v2 0/2] linux-user: Fix MIPS16/microMIPS signal handling

2013-05-19 Thread Aurelien Jarno
On Fri, May 17, 2013 at 02:51:19PM -0700, Kwok Cheung Yeung wrote: > These patches fix various issues related to signal handling in user mode > emulation for the MIPS architecture. > > - When a MIPS16/microMIPS signal handler is called, the program segfaults > because the PC is set to an invalid a

[Qemu-devel] [PATCH v2 0/2] linux-user: Fix MIPS16/microMIPS signal handling

2013-05-17 Thread Kwok Cheung Yeung
These patches fix various issues related to signal handling in user mode emulation for the MIPS architecture. - When a MIPS16/microMIPS signal handler is called, the program segfaults because the PC is set to an invalid address. - When returning from a signal handler, the ISA mode is not set to th