]> git.proxmox.com Git - qemu.git/commit
migration: Convert do_info_migrate() to QObject
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 10 Dec 2009 19:16:05 +0000 (17:16 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:32 +0000 (08:17 -0600)
commitd2d51eeff012ba83097f47a511cb21b14da0a170
treeb66800cfdb4c0f8fa554f89ef77267ac407823d6
parent3be42b28c14e2826eebbced68ad3ceb92507401d
migration: Convert do_info_migrate() to QObject

Return a QDict, which may contain up to more two QDicts, depending
on the type of migration we're performing.

IMPORTANT: as a QInt stores a int64_t integer, RAM values are going
to be stored as int64_t and not as uint64_t as they are today. If
this is a problem QInt will have to be changed.

This commit should not change user output.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit c86a668390d16d6b3249acd50bfa61ad825c7a80)
migration.c
migration.h
monitor.c