From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50393 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1QBG-0001Qi-Vi for qemu-devel@nongnu.org; Thu, 30 Sep 2010 16:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1QBF-0003T3-RE for qemu-devel@nongnu.org; Thu, 30 Sep 2010 16:56:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1QBF-0003Se-JR for qemu-devel@nongnu.org; Thu, 30 Sep 2010 16:56:41 -0400 From: Luiz Capitulino Date: Thu, 30 Sep 2010 17:56:01 -0300 Message-Id: <1285880180-29724-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/19] Monitor: split HMP and QMP dispatch tables 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, armbru@redhat.com This is a respin with the following small changes: v1 - v2: o Renamed qemu-monitor-qmp.hx to qmp-commands.hx o Added a new patch which renames qemu-monitor.hx to hmp-commands.hx o Other minor changes --- Makefile | 4 +- Makefile.target | 9 +- QMP/README | 2 +- hmp-commands.hx | 1216 ++++++++++++++++++++++++++ monitor.c | 361 +++++--- monitor.h | 1 - qemu-monitor.hx | 2575 ------------------------------------------------------- qmp-commands.hx | 1541 +++++++++++++++++++++++++++++++++ 8 files changed, 2994 insertions(+), 2715 deletions(-)