]> git.proxmox.com Git - qemu.git/commit - exec.c
linux-user: enable tb unlinking when compiled with NPTL
authorRiku Voipio <riku.voipio@nokia.com>
Fri, 4 Dec 2009 13:16:30 +0000 (15:16 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 19 Dec 2009 18:45:26 +0000 (19:45 +0100)
commitf76cfe56d9bc281685c5120bf765d29d9323756f
tree979befb0c6e61610cc951361cee9b7912f5eaf21
parent58faa1a6dbce2be38ab1107c2dc4335ac8df8a63
linux-user: enable tb unlinking when compiled with NPTL

Fixes receiving signals when guest code is being executed in a tight
loop. For an example, try interrupting the following code with ctrl-c.

http://nchipin.kos.to/test-loop.c

The tight loop is ofcourse brainless, but it is also exactly how the waitpid* testcases
are implemented.

Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec.c