qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] clone syscall fix


From: Stuart Anderson
Subject: [Qemu-devel] [PATCH] clone syscall fix
Date: Thu, 29 Mar 2007 21:45:06 -0400 (EDT)


Even though clone() and fork() are related, they don't seem to be close
enough to allow a single routine to be used to implement both. With this
patch, the LTP tests for clone now pass.

It may be possible to fold this back into do_fork(), but this just seemed to
be a little bit more straightforward.


                                Stuart

Stuart R. Anderson                               address@hidden
Network & Software Engineering                   http://www.netsweng.com/
1024D/37A79149:                                  0791 D3B8 9A4C 2CDC A31F
                                                 BD03 0A62 E534 37A7 9149

Attachment: 07_clone.patch
Description: clone() syscall fix


reply via email to

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