]> Git Repo - qemu.git/commit
Monitor: Introduce the qmp-commands.hx file
authorLuiz Capitulino <[email protected]>
Mon, 13 Sep 2010 15:26:00 +0000 (12:26 -0300)
committerLuiz Capitulino <[email protected]>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit82a56f0d83d4bca92bbe8b0546cb70292c1dc65d
tree2204ffb33448b0605f40905d56cfec4aac426109
parent1162daa6c163ca022165a9bcb3078c2e16f32674
Monitor: Introduce the qmp-commands.hx file

This file contains a copy of the following information from the
qemu-monitor.hx file:

    o QObject handlers entries
    o QMP documentation (all SQMP/EQMP sections)

Right now it's only used to generate the QMP docs in QMP/, but
next commits will turn this into QMP's command dispatch table.

It's important to note that QObject handlers entries are going
to get duplicated: they will exist in both QMP's and HMP's
dispatch tables.

This will be fixed in the near future, when we add a proper
QMP call interface and HMP is converted to use it. This way we
can completely drop QObject handlers entries from HMP's tables.

NOTE: HMP specific constructions, like "q|quit", have been dropped.

Signed-off-by: Luiz Capitulino <[email protected]>
Makefile
QMP/README
qmp-commands.hx [new file with mode: 0644]
This page took 0.02594 seconds and 4 git commands to generate.