]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Change the internal domain conf representation of localtime/utc
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 2 Feb 2010 17:22:03 +0000 (17:22 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 1 Mar 2010 17:00:30 +0000 (17:00 +0000)
commiteed2f8c3a99ef080b798947ff5b4c83e7a111919
treef40330d57e025d763e81920b2a436ee5456161eb
parenta3301b71f6826252ac5b8d111436b18f2c778f7f
Change the internal domain conf representation of localtime/utc

The XML will soon be extended to allow more than just a simple
localtime/utc boolean flag. This change replaces the plain
'int localtime' with a separate struct to prepare for future
extension

* src/conf/domain_conf.c, src/conf/domain_conf.h: Add a new
  virDomainClockDef structure
* src/libvirt_private.syms: Export virDomainClockOffsetTypeToString
  and virDomainClockOffsetTypeFromString
* src/qemu/qemu_conf.c, src/vbox/vbox_tmpl.c, src/xen/xend_internal.c,
  src/xen/xm_internal.c: Updated to use new structure for localtime
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_conf.c
src/vbox/vbox_tmpl.c
src/xen/xend_internal.c
src/xen/xm_internal.c