From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STxEY-000885-DN for qemu-devel@nongnu.org; Mon, 14 May 2012 11:30:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STxEU-0005rL-4t for qemu-devel@nongnu.org; Mon, 14 May 2012 11:30:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STxET-0005r4-SR for qemu-devel@nongnu.org; Mon, 14 May 2012 11:30:46 -0400 Message-ID: <4FB1251D.9010803@redhat.com> Date: Mon, 14 May 2012 09:30:37 -0600 From: Eric Blake MIME-Version: 1.0 References: <1336763987-10920-1-git-send-email-lcapitulino@redhat.com> <1337007392-30304-1-git-send-email-mdroth@linux.vnet.ibm.com> <1337007392-30304-2-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1337007392-30304-2-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC7947F5BF2DDD5BA194D2933" Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-ga: guest-suspend: make the API synchronous List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC7947F5BF2DDD5BA194D2933 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 05/14/2012 08:56 AM, Michael Roth wrote: > From: Luiz Capitulino >=20 > Currently, qemu-ga has a SIGCHLD handler that automatically reaps termi= nated > children processes. The idea is to avoid having qemu-ga commands blocke= d > waiting for children to terminate. >=20 > This commit does just that. There's a side effect though, guest-shutdow= n > will generate zombies if shutting down fails. This will be fixed by the= > next commit. >=20 > Signed-off-by: Luiz Capitulino > Signed-off-by: Michael Roth > --- > qemu-ga.c | 17 +------ > qga/commands-posix.c | 128 +++++++++++++++++++++---------------------= -------- > 2 files changed, 55 insertions(+), 90 deletions(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigC7947F5BF2DDD5BA194D2933 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPsSUiAAoJEKeha0olJ0Nq2KcH/3tKMNr47cJaEvzGq1gknVeH 8TWz0A/DSA/MS6gJCeNRYXdxUpV5T+e8fsHeThPs1g4C9KMH2tYlELuWFOcDbk3P kdHPWGUT/0oNwjOxme+r4e2RLHJfkBQOKti54yz+d2/JR/Gw+SQhdyrz9kawjkMb CyXBZy/tkMTihjH6dmtFfatJO9HEoT+PsTuQXvBenIpzfLhuLHFgknWo7WPN0gDT +95PWDNMCgUUooGDEXHqmLGqCNWce7B4GTS1e7BBOjAilaRe68vF9pV1BG4pjFK3 TQHL+MvNmxNvyAlAxJwW76D9zLOctnglbS3hpXaJR0RAGRdneH1pdX+QLw8xfFg= =OAuY -----END PGP SIGNATURE----- --------------enigC7947F5BF2DDD5BA194D2933--