Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92b5265d authored by Liu, Jinsong's avatar Liu, Jinsong Committed by Avi Kivity
Browse files

KVM: Depend on HIGH_RES_TIMERS



KVM lapic timer and tsc deadline timer based on hrtimer,
setting a leftmost node to rb tree and then do hrtimer reprogram.
If hrtimer not configured as high resolution, hrtimer_enqueue_reprogram
do nothing and then make kvm lapic timer and tsc deadline timer fail.

Signed-off-by: default avatarLiu, Jinsong <jinsong.liu@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 7efd8fa1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ if VIRTUALIZATION
config KVM
	tristate "Kernel-based Virtual Machine (KVM) support"
	depends on HAVE_KVM
	depends on HIGH_RES_TIMERS
	# for device assignment:
	depends on PCI
	# for TASKSTATS/TASK_DELAY_ACCT: