[Qemu-devel] [PATCH 15/20] migration: Convert do_info_migrate() to QObject

2009-12-10 Thread Luiz Capitulino
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

[Qemu-devel] [PATCH 15/20] migration: Convert do_info_migrate() to QObject

2009-12-10 Thread Luiz Capitulino
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