>>> On 15.02.17 at 20:41, <andrew.coop...@citrix.com> wrote:
> --- a/xen/include/xen/sched.h
> +++ b/xen/include/xen/sched.h
> @@ -202,6 +202,8 @@ struct vcpu
>      bool             paused_for_shutdown;
>      /* VCPU need affinity restored */
>      bool             affinity_broken;
> +    /* A hypercall has been preempted. */
> +    bool             hcall_preempted;
>  
>  
>      /*

Would you mind moving this addition between the two existing blank
lines, so that together with the later movement here of hcall_64bit
the two appear as a proper pair? With that

Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to