Re: [Qemu-devel] [patch] NPTL/TLS support

2005-11-14 Thread Gwenole Beauchesne
On Sun, 14 Aug 2005, Paul Brook wrote: > This is sufficient to run single-threaded NPTL enabled binaries. I've not yet > implemented the futex syscalls, so multithreaded applications probaby won't > work. I followed another approach for our packages: don't use NPTL libraries.

Re: [Qemu-devel] [patch] NPTL/TLS support

2005-08-21 Thread Paul Brook
> > - The Arm magic kernel code page. This is used on recent Arm kernels to > > provide efficient access to kernel/CPU features. For example atomic > > operations, and reading the TLS register (which may or may not be a real > > hardware register). This is simplified version of the VDSO used on rec

Re: [Qemu-devel] [patch] NPTL/TLS support

2005-08-21 Thread Fabrice Bellard
Paul Brook wrote: The attached patch adds partial support for ARM NPTL binaries. It implements the following things: - The Arm magic kernel code page. This is used on recent Arm kernels to provide efficient access to kernel/CPU features. For example atomic operations, and reading the TLS regi

[Qemu-devel] [patch] NPTL/TLS support

2005-08-14 Thread Paul Brook
The attached patch adds partial support for ARM NPTL binaries. It implements the following things: - The Arm magic kernel code page. This is used on recent Arm kernels to provide efficient access to kernel/CPU features. For example atomic operations, and reading the TLS register (which may or m