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 13:59:49 +0000 (07:59 -0600)
commit0bf3f4c5355fc12e472e7a150e8829abfb4ab93f
tree5e5e621d1af46c48c7c90a0f1ffef8972cbae453
parent0305600926b295072effbf9db61c80f25edb38ed
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>
migration.c
migration.h
monitor.c