[libvirt] [PATCH 0/2] xen/libxl: support enabling or disabling the HPET

Paolo Bonzini pbonzini at redhat.com
Tue May 10 11:24:13 UTC 2011


This patch series add support for enabling or disabling the HPET
in Xen domains.  It's split in two because I didn't have means to test
the libxl part.

Paolo Bonzini (2):
  xen: parse and generate hpet item in sxpr
  libxl: support enabling the HPET

 src/libxl/libxl_conf.c                             |    8 ++++
 src/xenxs/xen_sxpr.c                               |   26 +++++++++++
 src/xenxs/xen_xm.c                                 |   26 +++++++++++
 tests/sexpr2xmldata/sexpr2xml-fv-force-hpet.sexpr  |    9 ++++
 tests/sexpr2xmldata/sexpr2xml-fv-force-hpet.xml    |   44 +++++++++++++++++++
 .../sexpr2xmldata/sexpr2xml-fv-force-nohpet.sexpr  |    9 ++++
 tests/sexpr2xmldata/sexpr2xml-fv-force-nohpet.xml  |   44 +++++++++++++++++++
 tests/sexpr2xmltest.c                              |    2 +
 tests/xmconfigdata/test-fullvirt-force-hpet.cfg    |   26 +++++++++++
 tests/xmconfigdata/test-fullvirt-force-hpet.xml    |   45 ++++++++++++++++++++
 tests/xmconfigdata/test-fullvirt-force-nohpet.cfg  |   26 +++++++++++
 tests/xmconfigdata/test-fullvirt-force-nohpet.xml  |   45 ++++++++++++++++++++
 tests/xmconfigtest.c                               |    3 +
 tests/xml2sexprdata/xml2sexpr-fv-force-hpet.sexpr  |    9 ++++
 tests/xml2sexprdata/xml2sexpr-fv-force-hpet.xml    |   39 +++++++++++++++++
 .../xml2sexprdata/xml2sexpr-fv-force-nohpet.sexpr  |    9 ++++
 tests/xml2sexprdata/xml2sexpr-fv-force-nohpet.xml  |   39 +++++++++++++++++
 tests/xml2sexprtest.c                              |    2 +
 18 files changed, 411 insertions(+), 0 deletions(-)
 create mode 100644 tests/sexpr2xmldata/sexpr2xml-fv-force-hpet.sexpr
 create mode 100644 tests/sexpr2xmldata/sexpr2xml-fv-force-hpet.xml
 create mode 100644 tests/sexpr2xmldata/sexpr2xml-fv-force-nohpet.sexpr
 create mode 100644 tests/sexpr2xmldata/sexpr2xml-fv-force-nohpet.xml
 create mode 100644 tests/xmconfigdata/test-fullvirt-force-hpet.cfg
 create mode 100644 tests/xmconfigdata/test-fullvirt-force-hpet.xml
 create mode 100644 tests/xmconfigdata/test-fullvirt-force-nohpet.cfg
 create mode 100644 tests/xmconfigdata/test-fullvirt-force-nohpet.xml
 create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-force-hpet.sexpr
 create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-force-hpet.xml
 create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-force-nohpet.sexpr
 create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-force-nohpet.xml

-- 
1.7.4.4




More information about the libvir-list mailing list