]> xenbits.xensource.com Git - xen.git/commit
x86 hvm: Allow HPET to be configured as a per-domain config option.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Feb 2008 14:45:29 +0000 (14:45 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Feb 2008 14:45:29 +0000 (14:45 +0000)
commit3f8e22de799b510d3ee20b730e4a30cc6c01dc6f
tree80aa54aa1b8c521e472b73d2d12e2ebbfc02e716
parent81375c4b062c25871e2af0b45977b4a0a2141250
x86 hvm: Allow HPET to be configured as a per-domain config option.

A new platform variable 'hpet' is added, which defaults to 0 for new
guests (that is, hpet disabled). Default is off (no hpet) because
hpet is currently less accurate in keeping time than PIT (because no
timer_mode adjustments).

Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/firmware/hvmloader/acpi/build.c
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/dsdt.c
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendConstants.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/create.py
tools/python/xen/xm/xenapi_create.py
xen/arch/x86/hvm/hpet.c
xen/arch/x86/hvm/hvm.c
xen/include/public/hvm/params.h