Re: [Qemu-devel] NPTL support

2010-12-21 Thread Nathan Froyd
On Mon, Dec 20, 2010 at 10:17:50PM -0800, maheen butt wrote: > hi I 'm working with fedora core 13(64 bit) x86_64 platform. I > configured QEMU with --enable-nptl switch but I'm not able to run > programs containing POSIX threads or fork system call. I run this > commandqemu-x86_64 thread it gives

[Qemu-devel] NPTL support

2010-12-20 Thread maheen butt
hi I 'm working with fedora core 13(64 bit) x86_64 platform. I configured QEMU with --enable-nptl switch but I'm not able to run programs containing POSIX threads or fork system call. I run this commandqemu-x86_64 thread it gives system call errorand qemu-x86_64 forkfno child process createdwhat

[Qemu-devel] NPTL support in qemu-i386?

2006-08-20 Thread Paul Mackerras
Is anyone working on adding support for the set/get_thread_area system calls in qemu for the i386-user target? NPTL will need that, and I guess the futex system call too. In linux-user/syscall.c, it seems like the target doing a clone system call with CLONE_VM results in the emulator doing a clon