Kaitlin Rupert wrote:
- uint16_t type = 3; /* Use live migration as default */
+ uint16_t type = CIM_MIGRATE_LIVE;
...
+enum {CIM_MIGRATE_OTHER = 1,
+ CIM_MIGRATE_LIVE = 2,
+ CIM_MIGRATE_RESUME = 3,
+ CIM_MIGRATE_RESTART = 4,
+} migration_type;
+
What is now correct ? MIGRATE_LIVE 2 or 3 ?
--
Regards
Heidi Eckhart
Software Engineer
IBM Linux Technology Center - Open Hypervisor