libvirt/tests/xmconfigdata
Philipp Hahn 11ec6bd891 Xen: Fix <clock> handling
XenD-3.1 introduced managed domains. HV-domains have rtc_timeoffset
(hgd24f37b31030 from 2007-04-03), which tracks the offset between the
hypervisors clock and the domains RTC, and is persisted by XenD.
In combination with localtime=1 this had a bug until XenD-3.4
(hg5d701be7c37b from 2009-04-01) (I'm not 100% sure how that bug
manifests, but at least for me in TZ=Europe/Berlin I see the previous
offset relative to utc being applied to localtime again, which manifests
in an extra hour being added)

XenD implements the following variants for clock/@offset:
- PV domains don't have a RTC → 'localtime' | 'utc'
- <3.1: no managed domains → 'localtime' | 'utc'
- ≥3.1: the offset is tracked for HV → 'variable'
        due to the localtime=1 bug → 'localtime' | 'utc'
- ≥3.4: the offset is tracked for HV → 'variable'

Current libvirtd still thinks XenD only implements <clock offset='utc'/>
and <clock offset='localtime'/>, which is wrong, since the semantic of
'utc' and 'localtime' specifies, that the offset will be reset on
domain-restart, while with 'variable' the offset is kept. (keeping the
offset over "virsh edit" is important, since otherwise the clock might
jump, which confuses certain guest OSs)

xendConfigVersion was last incremented to 4 by the xen-folks for
xen-3.1.0. I know of no way to reliably detect the version of XenD
(user space tools), which may be different from the version of the
hypervisor (kernel) version! Because of this only the change from
'utc'/'localtime' to 'variable' in XenD-3.1 is handled, not the buggy
behaviour of XenD-3.1 until XenD-3.4.

For backward compatibility with previous versions of libvirt Xen-HV
still accepts 'utc' and 'localtime', but they are returned as 'variable'
on the next read-back from Xend to libvirt, since this is what XenD
implements: The RTC is NOT reset back to the specified time on next
restart, but the previous offset is kept.
This behaviour can be turned off by adding the additional attribute
adjustment='reset', in which case libvirt will report an error instead
of doing the conversion. The attribute can also be used as a shortcut to
offset='variable' with basis='...'.

With these changes, it is also necessary to adjust the xen tests:

"localtime = 0" is always inserted, because otherwise on updates the
value is not changed within XenD.

adjustment='reset' is inserted for all cases, since they're all <
XEND_CONFIG_VERSION_3_1_0, only 3.1 introduced persistent
rtc_timeoffset.

Some statements change their order because code was moved around.

Signed-off-by: Philipp Hahn <hahn@univention.de>
2012-04-02 09:33:54 -06:00
..
sexpr2xml-pv-bootloader.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
sexpr2xml-pv-bootloader.xml xml: output memory unit for clarity 2012-03-07 18:24:43 -07:00
test-escape-paths.cfg Fix order of disks and controllers 2011-06-01 19:11:58 +02:00
test-escape-paths.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-force-hpet.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-force-hpet.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-force-nohpet.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-force-nohpet.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-localtime.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-localtime.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-net-ioemu.cfg Tests for interface type/model configuration 2009-12-04 17:01:34 +01:00
test-fullvirt-net-ioemu.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-net-netfront.cfg Tests for interface type/model configuration 2009-12-04 17:01:34 +01:00
test-fullvirt-net-netfront.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-new-cdrom.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-new-cdrom.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-old-cdrom.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-old-cdrom.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-parallel-tcp.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-parallel-tcp.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-dev-2-ports.cfg Add support for multiple serial ports into the Xen driver 2011-02-25 11:33:27 -07:00
test-fullvirt-serial-dev-2-ports.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-dev-2nd-port.cfg Add support for multiple serial ports into the Xen driver 2011-02-25 11:33:27 -07:00
test-fullvirt-serial-dev-2nd-port.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-file.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-file.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-null.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-null.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-pipe.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-pipe.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-pty.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-pty.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-stdio.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-stdio.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-tcp-telnet.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-tcp-telnet.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-tcp.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-tcp.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-udp.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-udp.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-serial-unix.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-serial-unix.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-sound.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-sound.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-usbmouse.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-usbmouse.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-usbtablet-no-bus.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-usbtablet.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-usbtablet.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-fullvirt-utc.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-fullvirt-utc.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-no-source-cdrom.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-no-source-cdrom.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-net-e1000.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-net-e1000.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-net-vifname.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-net-vifname.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-new-pvfb-vncdisplay.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-new-pvfb-vncdisplay.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-new-pvfb.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-new-pvfb.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-old-pvfb-vncdisplay.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-old-pvfb-vncdisplay.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-old-pvfb.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-old-pvfb.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-vcpu.cfg Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-paravirt-vcpu.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00
test-pci-devs.cfg xen tests: Fix missing "type ioemu" with rhel5-api 2010-08-24 10:10:16 +02:00
test-pci-devs.xml Xen: Fix <clock> handling 2012-04-02 09:33:54 -06:00