From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43123 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEY9i-0002pt-Pe for qemu-devel@nongnu.org; Tue, 18 May 2010 21:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEY9h-0003ef-CZ for qemu-devel@nongnu.org; Tue, 18 May 2010 21:33:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28448) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEY9h-0003eW-2z for qemu-devel@nongnu.org; Tue, 18 May 2010 21:33:05 -0400 From: Luiz Capitulino Date: Tue, 18 May 2010 22:32:46 -0300 Message-Id: <1274232769-11160-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/3]: QMP: Commands doc List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, avi@redhat.com, armbru@redhat.com This new version moves the documentation to qemu-monitor.hx and now QMP/qmp-commands.txt is generated from there (thanks Jan!). I hope I've addressed all review comments in this version and now it should describe reality. Next step is to fix glitches (after this series is merged, of course). changelog --------- v2 -> v3 -------- - Rebased - Addressed review comments - Move contents to qemu-monitor.hx (Jan) v1 -> v2 -------- - Rebased - Addressed Markus's comments - Changed indentation style - Minor fixes and clarifications