|
@@ -1025,7 +1025,9 @@ ETEXI
|
|
.name = "migrate_start_postcopy",
|
|
.name = "migrate_start_postcopy",
|
|
.args_type = "",
|
|
.args_type = "",
|
|
.params = "",
|
|
.params = "",
|
|
- .help = "Switch migration to postcopy mode",
|
|
|
|
|
|
+ .help = "Followup to a migration command to switch the migration"
|
|
|
|
+ " to postcopy mode. The x-postcopy-ram capability must "
|
|
|
|
+ "be set before the original migration command.",
|
|
.mhandler.cmd = hmp_migrate_start_postcopy,
|
|
.mhandler.cmd = hmp_migrate_start_postcopy,
|
|
},
|
|
},
|
|
|
|
|