basic clone() support
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 22 Mar 2003 17:31:38 +0000 (17:31 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 22 Mar 2003 17:31:38 +0000 (17:31 +0000)
commit1b6b029e40c4297ce9c27e0f8b8ae177085c990a
treeffcae72b2e16e395ec983f3718adcf9a981b9a66
parent612384d77146639cebdc9b71c87ee4a94bf44501
basic clone() support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@40 c046a42c-6fe2-441c-8c8c-71466251a162
14 files changed:
TODO
exec-i386.c
exec-i386.h
linux-user/main.c
linux-user/qemu.h
linux-user/syscall.c
linux-user/syscall_defs.h
op-i386.c
opc-i386.h
tests/Makefile
tests/testclone.c [new file with mode: 0644]
tests/testsig.c [new file with mode: 0644]
tests/testthread.c [new file with mode: 0644]
translate-i386.c