qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 02/10] Fix the qemu crash when guest shutdown during check


From: address@hidden
Subject: Re: [PATCH v2 02/10] Fix the qemu crash when guest shutdown during checkpoint
Date: Fri, 12 Mar 2021 06:25:34 +0000


On 3/12/21 1:02 PM, leirao wrote:
> From: "Rao, Lei" <lei.rao@intel.com>
>
> This patch fixes the following:
>      qemu-system-x86_64: invalid runstate transition: 'colo' ->'shutdown'
>      Aborted (core dumped)
>
> Signed-off-by: Lei Rao <lei.rao@intel.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>

> ---
>   softmmu/runstate.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/softmmu/runstate.c b/softmmu/runstate.c
> index 2874417..884f8fa 100644
> --- a/softmmu/runstate.c
> +++ b/softmmu/runstate.c
> @@ -126,6 +126,7 @@ static const RunStateTransition 
> runstate_transitions_def[] = {
>       { RUN_STATE_RESTORE_VM, RUN_STATE_PRELAUNCH },
>   
>       { RUN_STATE_COLO, RUN_STATE_RUNNING },
> +    { RUN_STATE_COLO, RUN_STATE_SHUTDOWN},
>   
>       { RUN_STATE_RUNNING, RUN_STATE_DEBUG },
>       { RUN_STATE_RUNNING, RUN_STATE_INTERNAL_ERROR },

reply via email to

[Prev in Thread] Current Thread [Next in Thread]