From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StiwA-0007qo-Ix for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Stiw9-0002t1-Ih for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:30:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stiw9-0002sr-Ai for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:30:21 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6OHUK2a030654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Jul 2012 13:30:20 -0400 Date: Tue, 24 Jul 2012 14:30:58 -0300 From: Luiz Capitulino Message-ID: <20120724143058.7bc7efc4@doriath.home> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/4] qapi: Convert snapshot's commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org On Thu, 12 Jul 2012 18:55:14 +0200 Pavel Hrdina wrote: > This patch-series converts savevm, loadvm, delvm and info snapshots from HMP > into QMP as savevm, loadvm, delvm and query-snapshots. I think we'll have to start propagating errors correctly as I pointed out in my review, and then put this series on top. Let's wait for my series that will improve error_set().