From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ87N-0003NU-J8 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 11:41:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ87M-0003Lp-L8 for qemu-devel@nongnu.org; Tue, 23 Jun 2009 11:41:05 -0400 Received: from [199.232.76.173] (port=32780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ87M-0003LY-Ei for qemu-devel@nongnu.org; Tue, 23 Jun 2009 11:41:04 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]:41306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ87M-0006IS-0m for qemu-devel@nongnu.org; Tue, 23 Jun 2009 11:41:04 -0400 Received: by fg-out-1718.google.com with SMTP id l27so894742fgb.8 for ; Tue, 23 Jun 2009 08:41:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090623012811.53a62493@doriath> References: <20090623012811.53a62493@doriath> Date: Tue, 23 Jun 2009 18:41:02 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, ehabkost@redhat.com, jan.kiszka@siemens.com, dlaor@redhat.com, qemu-devel@nongnu.org, avi@redhat.com On 6/23/09, Luiz Capitulino wrote: > This file contains detailed QMP description and definitions. > > Signed-off-by: Luiz Capitulino > --- > monitor-protocol-spec.txt | 180 +++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 180 insertions(+), 0 deletions(-) > create mode 100644 monitor-protocol-spec.txt I'd rather have the description in texi format and include it as an appendix from qemu-tech.texi.