]> git.proxmox.com Git - qemu.git/commit - migration.h
monitor: Port handler_0 to use QDict
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 28 Aug 2009 18:27:12 +0000 (15:27 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:30 +0000 (09:37 -0500)
commitf96fc8a0f10e30bc193c27ca6ea6f9ed975e77b2
tree61a1b40218f1b7655df580377dad7b32880e9b78
parentcdb0def36d51d908b60772cd541d90fc63c4e945
monitor: Port handler_0 to use QDict

This commit ports command handlers that receive no arguments to use
the new monitor's dictionary.

It might seem no sense to do this, as the handlers have no arguments,
but at the end of this porting work all handlers will have the same
structure.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c
migration.h
monitor.c