qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 00/19] Monitor: split HMP and QMP dispatch tables


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v2 00/19] Monitor: split HMP and QMP dispatch tables
Date: Thu, 30 Sep 2010 17:56:01 -0300

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]