>>> On 28.05.19 at 12:32, <jgr...@suse.com> wrote:
> --- a/xen/common/schedule.c
> +++ b/xen/common/schedule.c
> @@ -253,7 +253,7 @@ static void sched_spin_unlock_double(spinlock_t *lock1, 
> spinlock_t *lock2,
>  static void sched_free_unit(struct sched_unit *unit)
>  {
>      struct sched_unit *prev_unit;
> -    struct domain *d = unit->vcpu->domain;
> +    struct domain *d = unit->domain;

As said in reply to patch 13, I think the domain pointer should be
introduced right in patch 4, to avoid changes like the above one,
and in particular to avoid missing changes like the one that would
be wanted also to has_soft_affinity().

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

Reply via email to