mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi/migration.json: Rename COLO unknown mode to none mode.
Suggested by Markus Armbruster rename COLO unknown mode to none mode. Signed-off-by: Zhang Chen <zhangckid@gmail.com> Signed-off-by: Zhang Chen <chen.zhang@intel.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
9ecff6d66e
commit
41b6b77921
3 changed files with 7 additions and 7 deletions
|
@ -160,7 +160,7 @@ COLOMode get_colo_mode(void)
|
|||
} else if (migration_incoming_in_colo_state()) {
|
||||
return COLO_MODE_SECONDARY;
|
||||
} else {
|
||||
return COLO_MODE_UNKNOWN;
|
||||
return COLO_MODE_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue