From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7XMS-0004D0-1c for qemu-devel@nongnu.org; Tue, 13 Mar 2012 15:26:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7XMQ-000096-2E for qemu-devel@nongnu.org; Tue, 13 Mar 2012 15:26:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7XMP-00008o-QA for qemu-devel@nongnu.org; Tue, 13 Mar 2012 15:26:17 -0400 Date: Tue, 13 Mar 2012 16:26:12 -0300 From: Luiz Capitulino Message-ID: <20120313162612.36f454b2@doriath.home> In-Reply-To: References: <1330444295-8859-2-git-send-email-stefano.stabellini@eu.citrix.com> <4F5E4180.80601@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RESEND v5 2/6] Introduce "save_devices" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "jan.kiszka@siemens.com" , "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Anthony Liguori , "avi@redhat.com" On Tue, 13 Mar 2012 11:51:56 +0000 Stefano Stabellini wrote: > > Should be QAPI commands and documented a great deal more (see other examples in > > qapi-schema.json). Please CC Luiz too when adding new QMP commands. > > OK, I'll do. I reviewed the RunState patch but missed that one... Btw Stefano, there's a tutorial for new QMP commands: docs/writing-qmp-commands.txt.