hvm, x86: Allow virtual timer mode to be specified.
authorKeir Fraser <keir@xensource.com>
Fri, 26 Oct 2007 08:56:54 +0000 (09:56 +0100)
committerKeir Fraser <keir@xensource.com>
Fri, 26 Oct 2007 08:56:54 +0000 (09:56 +0100)
commit617d4311ef314ca79bdabe1c1087e42eabba09b8
tree32b331607ce6488ee0fea313d831109e7e5d4ebf
parent5afede5ce640deb26e258c2d2c9dbbecef0fc0a5
hvm, x86: Allow virtual timer mode to be specified.

In HVM config file:
timer_mode=0 # Default: virtual time is delayed when timer ticks are
             # missed dur to preemption
timer_mode=1 # Virtual time always equals wall time, even while missed
             # ticks are pending

From: Haitao Shan <haitao.shan@intel.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
12 files changed:
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/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vpt.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/hvm/vpt.h
xen/include/public/hvm/params.h