Re: [Xen-devel] [PATCH 1/2] xen: move wallclock functions from x86 to common

2015-11-06 Thread Stefano Stabellini
On Thu, 5 Nov 2015, Jan Beulich wrote: > >>> On 05.11.15 at 17:57, wrote: > > --- a/xen/common/time.c > > +++ b/xen/common/time.c > > @@ -16,7 +16,13 @@ > > */ > > > > #include > > +#include > > +#include > > +#include > > #include > > +#include > > +#include > > + > > > > /* Nonze

Re: [Xen-devel] [PATCH 1/2] xen: move wallclock functions from x86 to common

2015-11-05 Thread Julien Grall
Hi, You forgot to CC the x86 maintainers. Regards, On 05/11/15 16:57, Stefano Stabellini wrote: > Remove dummy arm implementation of wallclock_time. > Use shared_info() in common code rather than x86-ism to access it. > > Signed-off-by: Stefano Stabellini > Signed-off-by: Ian Campbell > --- >

Re: [Xen-devel] [PATCH 1/2] xen: move wallclock functions from x86 to common

2015-11-05 Thread Jan Beulich
>>> On 05.11.15 at 17:57, wrote: > --- a/xen/common/time.c > +++ b/xen/common/time.c > @@ -16,7 +16,13 @@ > */ > > #include > +#include > +#include > +#include > #include > +#include > +#include > + > > /* Nonzero if YEAR is a leap year (every 4 years, Stray blank line being added

[Xen-devel] [PATCH 1/2] xen: move wallclock functions from x86 to common

2015-11-05 Thread Stefano Stabellini
Remove dummy arm implementation of wallclock_time. Use shared_info() in common code rather than x86-ism to access it. Signed-off-by: Stefano Stabellini Signed-off-by: Ian Campbell --- xen/arch/arm/time.c |5 --- xen/arch/x86/time.c | 92 + x