]> git.proxmox.com Git - qemu.git/commit - vmstate.h
Purge migration of (almost) everything to do with monitors
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 5 Dec 2011 16:06:56 +0000 (14:06 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 Mar 2012 13:39:52 +0000 (10:39 -0300)
commit539de1246d355d3b8aa33fb7cde732352d8827c7
tree63947554dfaa8d5998e484448f9312d73852d531
parent79020cfcbb78a85768174bb93ee3b7cfc6ffa353
Purge migration of (almost) everything to do with monitors

The Monitor object is passed back and forth within the migration/savevm
code so that it can print errors and progress to the user.

However, that approach assumes a HMP monitor, being completely invalid
in QMP.

This commit drops almost every single usage of the Monitor object, all
monitor_printf() calls have been converted into DPRINTF() ones.

There are a few remaining Monitor objects, those are going to be dropped
by the next commit.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
arch_init.c
block-migration.c
migration.c
migration.h
savevm.c
sysemu.h
vmstate.h