From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STyJd-0007un-BC for qemu-devel@nongnu.org; Mon, 14 May 2012 12:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STyJb-0003nE-GF for qemu-devel@nongnu.org; Mon, 14 May 2012 12:40:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STyJb-0003mN-8G for qemu-devel@nongnu.org; Mon, 14 May 2012 12:40:07 -0400 Date: Mon, 14 May 2012 13:39:50 -0300 From: Luiz Capitulino Message-ID: <20120514133950.7e1492aa@doriath.home> In-Reply-To: <1337007392-30304-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1336763987-10920-1-git-send-email-lcapitulino@redhat.com> <1337007392-30304-1-git-send-email-mdroth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2]: qemu-ga: make shutdown & suspend synchronous List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: eblake@redhat.com, qemu-devel@nongnu.org On Mon, 14 May 2012 09:56:30 -0500 Michael Roth wrote: > Hi Luiz, > > I have these patches applied to qga branch with Eric's suggested fix-ups included. I've attached them for your review. If all looks good I'll send a PULL some time today with what's hopefully all the pending fixes for qemu-ga 1.1 Yes, looks good. I was finishing to work on a similar version that moves the loop to a function called ga_waitpid(), it's only missing some testing. But you can merge this version if you're hurrying. Btw, I have another fix that fixes guest-shutdown to use async-safe-signal functions. What's the best way to go? Do you want me to send just the guest-shutdown fix or should I post my v2 of this series too (that uses ga_waitpid())?