opnsense-ports/sysutils/kvmclock-kmod/pkg-message
Franco Fichtner 4ecc962810 */*: sync with upstream
Taken from: HardenedBSD
2021-05-31 08:00:31 +02:00

24 lines
670 B
Text

[
{ 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
}
]