Re: [Qemu-devel] Qemu signal handling

2011-01-21 Thread Peter Maydell
On 21 January 2011 03:34, maheen butt wrote: > In QEMU code almost every signal is handled then why this warning is > generated from syscall.c > #elif defined(TARGET_ABI_MIPSN64) > > # warning signal handling not implemented This is in the Linux user-mode code, which has to correctly emulate cal

[Qemu-devel] Qemu signal handling

2011-01-20 Thread maheen butt
 hi In QEMU code almost every signal is handled then why this warning is generated from syscall.c #elif defined(TARGET_ABI_MIPSN64) # warning signal handling not implemented