aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorLin Ming <mlin@ss.pku.edu.cn>2012-04-02 17:32:39 +0100
committerLin Ming <mlin@ss.pku.edu.cn>2012-04-02 17:32:39 +0100
commit6db51261126cfaf84c0c1b771ea5f8d116e8389e (patch)
tree63da64047d55815167f31259828d77c48ba6aa93 /docs/man
parentac84df4793663965b12462d06e38eee03ec36891 (diff)
downloadxen-6db51261126cfaf84c0c1b771ea5f8d116e8389e.tar.gz
xen-6db51261126cfaf84c0c1b771ea5f8d116e8389e.tar.bz2
xen-6db51261126cfaf84c0c1b771ea5f8d116e8389e.zip
libxl: support for "rtc_timeoffset" and "localtime"
Implement "rtc_timeoffset" and "localtime" options compatible as xm. rtc_timeoffset is the offset between host time and guest time. localtime means to specify whether the emulted RTC appears as UTC or is offset by the host. Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn> Committed-by: Ian Jackson <ian.jackson.citrix.com> --- docs/man/xl.cfg.pod.5 | 8 ++++++++ tools/libxl/libxl_create.c | 11 +++++++++++ tools/libxl/libxl_dom.c | 3 +++ tools/libxl/libxl_types.idl | 2 ++ tools/libxl/xl_cmdimpl.c | 5 +++++ 5 files changed, 29 insertions(+), 0 deletions(-)
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.cfg.pod.58
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 55f7e75a16..b53887cb32 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -558,6 +558,14 @@ frequency changes.
Please see F<docs/misc/tscmode.txt> for more information on this option.
+=item B<localtime=BOOLEAN>
+
+Set the real time clock to local time or to UTC. 0 by default, i.e. set to UTC.
+
+=item B<rtc_timeoffset=SECONDS>
+
+Set the real time clock offset in seconds. 0 by default.
+
=head3 Support for Paravirtualisation of HVM Guests
The following options allow Paravirtualised features (such as devices)