]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: use qmp_find_command() (using generated qapi code)
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 12 Sep 2016 09:19:04 +0000 (13:19 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 19 Sep 2016 15:32:21 +0000 (17:32 +0200)
commitc823501ea9bf7b13ca32226e1c628480edb034d6
tree18d5450db5e2bac1101ea692847e22f638d5f77d
parentb804dc3bcddce6d0cd58e3c66cb0ee5b282b9e14
monitor: use qmp_find_command() (using generated qapi code)

Stop using the so-called 'middle' mode. Instead, use qmp_find_command()
from generated qapi commands registry. Update and fix the documentation
too.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20160912091913.15831-10-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Makefile
docs/writing-qmp-commands.txt
monitor.c
qmp-commands.hx
vl.c