Statistics
| Branch: | Revision:

root / hw / kvm / i8254.c @ 7f64f8e2

History | View | Annotate | Download (7.4 kB)

# Date Author Comment
5d17c0d2 03/07/2012 12:27 pm Jan Kiszka

kvm: x86: Add user space part for in-kernel i8254

This provides the required user space stubs to enable the in-kernel
i8254 emulation of KVM.

The in-kernel model supports lost tick compensation according to the
"delay" policy. This is enabled by default and can be switched off via a...