]> Git Repo - qemu.git/commit - vl.c
block SIGCHLD in vcpu thread(s)
authorMarcelo Tosatti <[email protected]>
Wed, 17 Feb 2010 22:14:40 +0000 (20:14 -0200)
committerAvi Kivity <[email protected]>
Mon, 22 Feb 2010 08:58:33 +0000 (10:58 +0200)
commitadc8c965c401ec3becc14eabf7a5a6ba7a002f46
treee940af83a1d583bb2222c35382e1de2bacbbfba8
parent62f734a0d57306523e6ba0e7bd606e0d55449671
block SIGCHLD in vcpu thread(s)

Otherwise a vcpu thread can run the sigchild handler causing
waitpid() from iothread to fail.

Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
vl.c
This page took 0.02541 seconds and 4 git commands to generate.