-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from koobs/patch-1
Create README.md
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Development version of kvmclock FreeBSD driver for virtual machines. | ||
|
||
### References and prior art | ||
|
||
* [RedHat: Virtualization Deployment and Administration Guide -- Chapter 8. KVM Guest Timing Management](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-kvm_guest_timing_management) | ||
* [VMWare: Timekeeping in VMware Virtual Machines (Information Guide, PDF)](https://www.vmware.com/files/pdf/techpaper/Timekeeping-In-VirtualMachines.pdf) | ||
* [Pitfalls of TSC usage -- 3.3 TSC emulation on different hypervisors (2015-09-09, Oliver Yang)](https://oliveryang.net/2015/09/pitfalls-of-TSC-usage/#33-tsc-emulation-on-different-hypervisors) | ||
* [FreeBSD Review D29531: Add kvmclock timecounter support to FreeBSD](https://reviews.freebsd.org/D29531) | ||
* [FreeBSD Bug #216759: Memory speed with small blocks (1K) up to 35 times slower than host system (under QEMU)](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216759) |