qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] forking with x86_64


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] forking with x86_64
Date: Wed, 12 Jan 2011 23:53:05 +0700

On Wed, Jan 12, 2011 at 17:17, maheen butt <address@hidden> wrote:
>
> hi
> why qemu does not provide NPTL support for x86 in user mode? is there any bigĀ 
> hindrance behind it?

IMHO, your experiment works since it simply fork(). What qemu wanna do
here is complete NPTL handling...and afaik that means clone(),
pthread_ family function and so on. Yes, fork() is based on clone(),
but it really create wholly new task, while NPTL as we speak here
means thread....

--
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]