All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wallclock time on arm
@ 2015-11-09 17:31 Stefano Stabellini
  2015-11-09 17:32 ` [PATCH v2 1/2] xen: move wallclock functions from x86 to common sstabellini
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Stabellini @ 2015-11-09 17:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Stefano Stabellini

Hi all,

this small series enables the wallclock time on arm and it consists
mostly in code movement from x86 to common.


Changes in v2:
- remove stray blank lines
- remove include <xen/config.h>
- move version_update_* to include/xen/time.h
- introduce ifdef to fix build issue in common/time.c
- define wc_sec and sec as uint64_t
- pass u64 to do_settime
- drop XENPF_settime32
- set time_offset_seconds
- modify xen/xsm/flask/hooks.c


Stefano Stabellini (2):
      xen: move wallclock functions from x86 to common
      arm: export platform_op XENPF_settime64

 xen/arch/arm/Makefile             |    1 +
 xen/arch/arm/domain.c             |    9 ++++
 xen/arch/arm/platform_hypercall.c |   62 ++++++++++++++++++++++++
 xen/arch/arm/time.c               |    5 --
 xen/arch/arm/traps.c              |    1 +
 xen/arch/arm/vtimer.c             |    1 -
 xen/arch/x86/time.c               |   96 +------------------------------------
 xen/common/time.c                 |   96 ++++++++++++++++++++++++++++++++++++-
 xen/include/asm-arm/time.h        |    2 +
 xen/include/xen/time.h            |    5 +-
 xen/include/xsm/dummy.h           |   12 ++---
 xen/include/xsm/xsm.h             |   13 ++---
 xen/xsm/flask/hooks.c             |    2 +-
 13 files changed, 189 insertions(+), 116 deletions(-)
 create mode 100644 xen/arch/arm/platform_hypercall.c

Cheers,

Stefano

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-11-10 19:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09 17:31 [PATCH v2 0/2] wallclock time on arm Stefano Stabellini
2015-11-09 17:32 ` [PATCH v2 1/2] xen: move wallclock functions from x86 to common sstabellini
2015-11-09 17:32   ` [PATCH v2 2/2] arm: export platform_op XENPF_settime64 sstabellini
2015-11-10  8:13     ` Shannon Zhao
2015-11-10 11:25       ` Stefano Stabellini
2015-11-10 14:21     ` Julien Grall
2015-11-10 14:28       ` Stefano Stabellini
2015-11-10 14:33         ` Julien Grall
2015-11-10 19:35     ` Daniel De Graaf
2015-11-10  8:11   ` [PATCH v2 1/2] xen: move wallclock functions from x86 to common Shannon Zhao
2015-11-10 10:36   ` Jan Beulich
2015-11-10 11:19     ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.