]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: Require const tsc for RT
authorThomas Gleixner <tglx@linutronix.de>
Sun, 6 Nov 2011 11:26:18 +0000 (12:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Mar 2022 13:28:40 +0000 (09:28 -0400)
commit69a193702d5bbe23e8fc81fae3fe07e3e240f00f
tree7c1685099193fd7db854fbf5fb4eb4c31f64cf20
parentf7cb9809520ff152e307b7d21fa2bee6fb32373c
kvm: x86: Require const tsc for RT

Non constant TSC is a nightmare on bare metal already, but with
virtualization it becomes a complete disaster because the workarounds
are horrible latency wise. That's also a preliminary for running RT in
a guest on top of a RT host.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Message-Id: <Yh5eJSG19S2sjZfy@linutronix.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c