mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: yet more possible state transitions
On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to the list of allowed states. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
b2312c6800
commit
2a6e6e59df
1 changed files with 1 additions and 0 deletions
1
vl.c
1
vl.c
|
@ -580,6 +580,7 @@ static const RunStateTransition runstate_transitions_def[] = {
|
|||
{ RUN_STATE_INMIGRATE, RUN_STATE_SUSPENDED },
|
||||
{ RUN_STATE_INMIGRATE, RUN_STATE_WATCHDOG },
|
||||
{ RUN_STATE_INMIGRATE, RUN_STATE_GUEST_PANICKED },
|
||||
{ RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE },
|
||||
|
||||
{ RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
|
||||
{ RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue