On 11/09/18 16:36, Andrii Anisov wrote:
> From: Andrii Anisov <andrii_ani...@epam.com>
>
> Signed-off-by: Andrii Anisov <andrii_ani...@epam.com>

Acked-by: Andrew Cooper <andrew.coop...@citrix.com>

> ---
>  xen/common/domain.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/common/domain.c b/xen/common/domain.c
> index 78c450e..aec10a7 100644
> --- a/xen/common/domain.c
> +++ b/xen/common/domain.c
> @@ -155,7 +155,7 @@ struct vcpu *alloc_vcpu(
>      }
>      else
>      {
> -        v->runstate.state = RUNSTATE_offline;        
> +        v->runstate.state = RUNSTATE_offline;
>          v->runstate.state_entry_time = NOW();
>          set_bit(_VPF_down, &v->pause_flags);
>          vcpu_info_reset(v);


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to