Re: [Qemu-devel] Qemu signal handling
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
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