]> git.proxmox.com Git - qemu.git/commit - monitor.c
Monitor: do_info(): Drop QMP command handling code
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 21 Oct 2011 18:24:28 +0000 (16:24 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 27 Oct 2011 13:48:47 +0000 (11:48 -0200)
commitb5c30586c91f15c1d80ad2d56ed1815077719b9b
treef51d79a377b7549f7ca985d5443614728d3ed709
parent40e5a01d1add8cca5732dd079c92e9bf4f07d7ff
Monitor: do_info(): Drop QMP command handling code

Previous commits converted all existing QMP commands to the QAPI,
now each info command does its own QMP call.

Let's then drop all QMP command handling code from do_info().

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