From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSDaG-0000Mx-AB for qemu-devel@nongnu.org; Wed, 09 May 2012 16:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSDaE-0005YZ-LE for qemu-devel@nongnu.org; Wed, 09 May 2012 16:34:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSDaE-0005Xh-D5 for qemu-devel@nongnu.org; Wed, 09 May 2012 16:34:02 -0400 Date: Wed, 9 May 2012 17:34:04 -0300 From: Luiz Capitulino Message-ID: <20120509173404.5c17d0f8@doriath.home> In-Reply-To: <20120509200335.GA18250@illuin> References: <1336497889-23730-1-git-send-email-lcapitulino@redhat.com> <20120509200335.GA18250@illuin> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/6]: qemu-ga: no success response for certain commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, mprivozn@redhat.com On Wed, 9 May 2012 15:03:35 -0500 Michael Roth wrote: > On Tue, May 08, 2012 at 02:24:43PM -0300, Luiz Capitulino wrote: > > This series changes qemu-ga to not emit a success response for commands > > guest-shutdown and guest-suspend-{ram,disk,hybrid}. More details and the > > reason for this change can be found in the following patches. > > Looks good. Tested the affected RPCs and everything seems to work as expected. > > Applied to qemu-ga queue. Thanks, I'm a bit late on the series to make guest-shutdown and guest-suspend-* synchronous, will try to post it tomorrow.