]> git.proxmox.com Git - qemu.git/commit
QMP: Introduce query commands dispatch table
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 15 Sep 2010 20:20:33 +0000 (17:20 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit3e12a751edcced7ad40c3b87d9784ffcfe941dcc
tree22e17f079e240af53619302ad91345d27afb0fb7
parentf36b4afba9fe6ab5adefef9ca67521a5f677fccc
QMP: Introduce query commands dispatch table

The new table is a copy of HMP's table, containing only QObject
handlers.

In the near future HMP will be making QMP calls and then we will
be able to drop QObject handlers from HMP's table.

From now on, QMP and HMP have different query command dispatch
tables.

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