Monitor: Drop QMP info from the qemu-monitor.hx file
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Sep 2010 18:34:56 +0000 (15:34 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit30f5041ef1ba534af9308d840bf359a50597ba5d
tree966408144e30032fc909e1a2ecffaefa3633c98b
parentd1249eaa4b5af2a66b56ceb59b484c6337c3e3c7
Monitor: Drop QMP info from the qemu-monitor.hx file

QMP has its own dispatch table and documentation file
(qmp-commands.hx), we can now drop the following QMP specific info
from qemu-monitor.hx:

    o SQMP/EQMP sections
    o The qmp_capabilities command
    o The query-commands command

However, note that QObject handlers entries are not being removed.
This will only happen when we introduce a proper QMP call interface.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c
qemu-monitor.hx