Re: [Xen-devel] [v4 15/17] arm: add a dummy arch hooks for scheduler

2015-07-23 Thread Wu, Feng
> -Original Message- > From: Julien Grall [mailto:julien.gr...@citrix.com] > Sent: Thursday, July 23, 2015 7:54 PM > To: Wu, Feng; xen-devel@lists.xen.org > Cc: Stefano Stabellini; Ian Campbell; Tim Deegan > Subject: Re: [Xen-devel] [v4 15/17] arm: add a dummy arch h

Re: [Xen-devel] [v4 15/17] arm: add a dummy arch hooks for scheduler

2015-07-23 Thread Jan Beulich
>>> On 23.07.15 at 13:35, wrote: > Add a dummy arch hooks for scheduler to make the build successful > in ARM. This imo should go in the same patch adding the hook for x86. Jan ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/x

Re: [Xen-devel] [v4 15/17] arm: add a dummy arch hooks for scheduler

2015-07-23 Thread Julien Grall
Hi, On 23/07/15 12:35, Feng Wu wrote: > Add a dummy arch hooks for scheduler to make the build successful > in ARM. I would make more sense if you introduce the dummy hooks in the patch where you effectively use it (i.e #16). Actually you also introduce arch_vcpu_wake for x86 there too. > CC: I

[Xen-devel] [v4 15/17] arm: add a dummy arch hooks for scheduler

2015-07-23 Thread Feng Wu
Add a dummy arch hooks for scheduler to make the build successful in ARM. CC: Ian Campbell CC: Stefano Stabellini CC: Tim Deegan Signed-off-by: Feng Wu --- v4: - Newly added xen/include/asm-arm/domain.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/include/asm-arm/domain.h b/xen/