]> git.proxmox.com Git - qemu.git/commit - vl.c
block SIGCHLD in vcpu thread(s)
authorMarcelo Tosatti <mtosatti@redhat.com>
Wed, 17 Feb 2010 22:14:40 +0000 (20:14 -0200)
committerAvi Kivity <avi@redhat.com>
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 <mtosa...@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
vl.c