xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] xen: enable settime in Xen dom0
@ 2011-09-26 18:27 Jeremy Fitzhardinge
  2011-09-26 18:27 ` [PATCH 1/3] xen/acpi: Domain0 acpi parser related platform hypercall Jeremy Fitzhardinge
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeremy Fitzhardinge @ 2011-09-26 18:27 UTC (permalink / raw)
  To: Xen Devel
  Cc: the arch/x86 maintainers, Linux Kernel Mailing List,
	Jeremy Fitzhardinge, Stable Kernel

From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

Proposed patch for the v3.2 merge window, but it should be probably be
put into v3.0 and v3.1 stable branches too (but not important enough
to burn any of my "Linus, merge this in late -rc karma").

This series implements the time-setting pvops for Xen dom0 so that a
privileged kernel can set the system time via Xen.  This had
previously been a no-op, because upstream Linux only supported
non-privieged operation, and so there was no point in trying to set
the system time.

Also available at:
     git://github.com/jsgf/linux-xen.git upstream/xen-settime

Thanks,
	J

Jeremy Fitzhardinge (2):
  xen: add dom0_op hypercall
  xen/dom0: set wallclock time in Xen

Yu Ke (1):
  xen/acpi: Domain0 acpi parser related platform hypercall

 arch/ia64/include/asm/xen/interface.h |    1 +
 arch/x86/include/asm/xen/hypercall.h  |    8 +
 arch/x86/include/asm/xen/interface.h  |    1 +
 arch/x86/xen/time.c                   |   16 ++-
 include/xen/interface/platform.h      |  320 +++++++++++++++++++++++++++++++++
 include/xen/interface/xen.h           |    1 +
 6 files changed, 346 insertions(+), 1 deletions(-)
 create mode 100644 include/xen/interface/platform.h

-- 
1.7.6.2

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

end of thread, other threads:[~2011-09-26 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 18:27 [PATCH RFC 0/3] xen: enable settime in Xen dom0 Jeremy Fitzhardinge
2011-09-26 18:27 ` [PATCH 1/3] xen/acpi: Domain0 acpi parser related platform hypercall Jeremy Fitzhardinge
2011-09-26 18:57   ` [Xen-devel] " Bastian Blank
2011-09-26 18:27 ` [PATCH 2/3] xen: add dom0_op hypercall Jeremy Fitzhardinge
2011-09-26 18:27 ` [PATCH 3/3] xen/dom0: set wallclock time in Xen Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).