Re: [Qemu-devel] QEMU patch for non-NPTL mode

2011-03-22 Thread Laurent Vivier
Le vendredi 18 mars 2011 à 14:55 +0300, Alexander Paramonov a écrit : > Hello! We use QEMU to run ARM-compiled soft on PC Linux OS. Our soft is > linked with uClibc library in non-NPTL mode. So there are some problems > in running multi-threaded applications under QEMU: > 1. Both uClibc and gLibc

[Qemu-devel] QEMU patch for non-NPTL mode

2011-03-18 Thread Alexander Paramonov
Hello! We use QEMU to run ARM-compiled soft on PC Linux OS. Our soft is linked with uClibc library in non-NPTL mode. So there are some problems in running multi-threaded applications under QEMU: 1. Both uClibc and gLibc use 32 and 33 signals and conflict. 2. Signals processing was not thread-saf