From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEME1-0002x4-SG for qemu-devel@nongnu.org; Tue, 18 May 2010 08:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEMDv-0007Mr-1U for qemu-devel@nongnu.org; Tue, 18 May 2010 08:48:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53970) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEMDu-0007Mg-Pk for qemu-devel@nongnu.org; Tue, 18 May 2010 08:48:39 -0400 Date: Tue, 18 May 2010 09:48:31 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] Re: [PATCH 1/2] QMP: Introduce commands doc Message-ID: <20100518094831.6ec4f2e8@redhat.com> In-Reply-To: References: <1273086712-29163-1-git-send-email-lcapitulino@redhat.com> <1273086712-29163-2-git-send-email-lcapitulino@redhat.com> <4BED7FDC.7030208@siemens.com> <4BED8202.5020309@redhat.com> <4BED8224.9030604@redhat.com> <4BED8377.7040000@siemens.com> <20100514201059.282481fa@redhat.com> <4BEE5E84.2000503@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: "bazulay@redhat.com" , "juzhang@redhat.com" , Jan Kiszka , "qemu-devel@nongnu.org" , Avi Kivity On Tue, 18 May 2010 13:21:36 +0200 Markus Armbruster wrote: > Jan Kiszka writes: [...] > > nothing needs to be delayed any further. > > Well, it's being delayed :) > > Let's commit the sucker as is. We can still move it into > qemu-monitor.hx afterwards. Commits are cheap, waiting for the perfect > patch isn't. Jan has already adapted qemu-monitor.hx and moved the entire doc into there. I didn't take a look at the patches yet, though. Will do it today and work on the (_doc_) proposed changes in the process.