This series fixes some issues wrt <timer> configuration in the libxl
driver and the xenconfig parser/formatter. See patches 1 and 2 for
details on the libxl driver changes, and patch 3 for details on the
xenconfig parser/formatter changes. Patch 4 adds some tests to check
domXML <-> xl.cfg conversions of <timer> configuration.
Jim Fehlig (4):
libxl: fix timer configuration
libxl: support emulate mode of tsc timer
xenconfig: add support for more timers
tests: add xlconfig tests for <timer> configurations
src/libxl/libxl_conf.c | 49 +++++++++----
src/xenconfig/xen_common.c | 87 +++++++++++++++++++++---
tests/xlconfigdata/test-fullvirt-hpet-timer.cfg | 27 ++++++++
tests/xlconfigdata/test-fullvirt-hpet-timer.xml | 64 +++++++++++++++++
tests/xlconfigdata/test-fullvirt-multi-timer.cfg | 28 ++++++++
tests/xlconfigdata/test-fullvirt-multi-timer.xml | 65 ++++++++++++++++++
tests/xlconfigdata/test-fullvirt-tsc-timer.cfg | 27 ++++++++
tests/xlconfigdata/test-fullvirt-tsc-timer.xml | 64 +++++++++++++++++
tests/xlconfigtest.c | 3 +
9 files changed, 392 insertions(+), 22 deletions(-)
create mode 100644 tests/xlconfigdata/test-fullvirt-hpet-timer.cfg
create mode 100644 tests/xlconfigdata/test-fullvirt-hpet-timer.xml
create mode 100644 tests/xlconfigdata/test-fullvirt-multi-timer.cfg
create mode 100644 tests/xlconfigdata/test-fullvirt-multi-timer.xml
create mode 100644 tests/xlconfigdata/test-fullvirt-tsc-timer.cfg
create mode 100644 tests/xlconfigdata/test-fullvirt-tsc-timer.xml
--
2.9.2