Re: [Qemu-devel] [PATCH 2/2] qemu-ga: guest-shutdown: become synchronous

2012-05-14 Thread Eric Blake
On 05/14/2012 08:56 AM, Michael Roth wrote: > From: Luiz Capitulino > > Last commit dropped qemu-ga's SIGCHLD handler, used to automatically > reap terminated children processes. This introduced a bug to > qmp_guest_shutdown(): it will generate zombies. > > This problem probably doesn't matter i

[Qemu-devel] [PATCH 2/2] qemu-ga: guest-shutdown: become synchronous

2012-05-14 Thread Michael Roth
From: Luiz Capitulino Last commit dropped qemu-ga's SIGCHLD handler, used to automatically reap terminated children processes. This introduced a bug to qmp_guest_shutdown(): it will generate zombies. This problem probably doesn't matter in the success case, as the VM will shutdown anyway, but le

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: guest-shutdown: become synchronous

2012-05-11 Thread Eric Blake
On 05/11/2012 01:19 PM, Luiz Capitulino wrote: > Last commit dropped qemu-ga's SIGCHLD handler, used to automatically > reap terminated children processes. This introduced a bug to > qmp_guest_shutdown(): it will generate zombies. > > This problem probably doesn't matter in the success case, as th

[Qemu-devel] [PATCH 2/2] qemu-ga: guest-shutdown: become synchronous

2012-05-11 Thread Luiz Capitulino
Last commit dropped qemu-ga's SIGCHLD handler, used to automatically reap terminated children processes. This introduced a bug to qmp_guest_shutdown(): it will generate zombies. This problem probably doesn't matter in the success case, as the VM will shutdown anyway, but let's do the right thing a