From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33039 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFLrR-0003jR-OT for qemu-devel@nongnu.org; Fri, 21 May 2010 02:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFLrQ-0007pU-5h for qemu-devel@nongnu.org; Fri, 21 May 2010 02:37:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64229) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFLrP-0007pO-Uj for qemu-devel@nongnu.org; Fri, 21 May 2010 02:37:32 -0400 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH 3/3] Monitor: Drop QMP documentation from code References: <1274232769-11160-1-git-send-email-lcapitulino@redhat.com> <1274232769-11160-4-git-send-email-lcapitulino@redhat.com> Date: Fri, 21 May 2010 08:37:29 +0200 In-Reply-To: <1274232769-11160-4-git-send-email-lcapitulino@redhat.com> (Luiz Capitulino's message of "Tue, 18 May 2010 22:32:49 -0300") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, avi@redhat.com Luiz Capitulino writes: > Previous commit added the QMP/qmp-commands.txt file, which is a > copy of this information. This is no longer true. > While it's good to keep it near code, maintaining two copies of > the same information is too hard and has little benefit as we > don't expect client writers to consult the code to find how to > use a QMP command. > > Signed-off-by: Luiz Capitulino [...]