blob: d410eecdba03559163cb239cc0f70b7d6103ad3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
kvmclock-kmod is experimental and currently under development. This port
provides an easy and quick method for users to test this code for early
testing, feedback and bug reports.
This driver enables FreeBSD to use a more efficient paravirtualized
hardware clock, instead of emulating one, or abusing hypervisor
interrupts, when running as a virtualized OS under Linux KVM
(Kernel-based Virtual Machine).
Usage:
# kldload kvmclock
# sysctl kern.timecounter
kern.timecounter.choice: kvmclock(975) i8254(0) ...
kern.timecounter.hardware: kvmclock
...
Please report successes and issues to: https://reviews.freebsd.org/D29733
EOM
}
]
|