]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Allow a timezone to be specified instead of sync to host timezone
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 2 Feb 2010 18:28:44 +0000 (18:28 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 1 Mar 2010 18:42:55 +0000 (18:42 +0000)
commite4d7433ef0201bd5c5ce0ecaa2ca85a68ca48df6
tree3f13e1a0f0571d0a0877e233afc9bffda8e955f4
parent200c83b29ddceaa4be045cafaff306620004c42b
Allow a timezone to be specified instead of sync to host timezone

This extends the XML to allow for

  <clock offset='timezone' timezone='Europe/Paris'/>

This is useful if the admin has not configured any timezone on the
host OS, but still wants to synchronize a guest to a specific one.

* src/conf/domain_conf.h, src/conf/domain_conf.c: Support extra
  'timezone' attribute on clock configuration
* docs/schemas/domain.rng: Add 'timezone' attribute
* src/xen/xend_internal.c, src/xen/xm_internal.c: Reject configs
  with a configurable timezone
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/xen/xend_internal.c
src/xen/xm_internal.c