Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Using KVM, what about clocks?
Date: Thu, 21 Jul 2011 00:42:40
Message-Id: 1311208882.410788.2.camel@localhost.localdomain
In Reply to: [gentoo-user] Using KVM, what about clocks? by "Stefan G. Weichinger"
1 On Wednesday, July 20 at 23:43 (+0200), Stefan G. Weichinger said:
2
3 [...]
4 > Are there any recommended kernel-config-settings for a performant and
5 > non-drifting KVM-server?
6
7 Well, KVM_CLOCK obviously:
8
9 KVM_CLOCK
10 bool "KVM paravirtualized clock"
11 select PARAVIRT
12 select PARAVIRT_CLOCK
13
14 Turning on this option will allow you to run a paravirtualized clock
15 when running over the KVM hypervisor. Instead of relying on a PIT
16 (or probably other) emulation by the underlying device model, the host
17 provides the guest with timing infrastructure such as time of day, and
18 system time

Replies

Subject Author
Re: [gentoo-user] Using KVM, what about clocks? "Stefan G. Weichinger" <lists@×××××.at>