]> git.proxmox.com Git - qemu.git/commit - monitor.c
QMP: Introduce command dispatch table
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 15 Sep 2010 20:17:45 +0000 (17:17 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commitf36b4afba9fe6ab5adefef9ca67521a5f677fccc
treef5484a6af1dcd11141628d4cb126847e3ff1d697
parentbead3ce139025797a7e970f7d2c43e61a60a7c48
QMP: Introduce command dispatch table

Also update QMP functions to use it. The table is generated
from the qmp-commands.hx file.

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

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