Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1 KB

V1Timer.md

File metadata and controls

14 lines (10 loc) · 1 KB

V1Timer

Properties

Name Type Description Notes
hpet V1HPETTimer HPET (High Precision Event Timer) - multiple timers with periodic interrupts. [optional]
hyperv V1HypervTimer Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized). For windows guests. [optional]
kvm V1KVMTimer KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized). For linux guests. [optional]
pit V1PITTimer PIT (Programmable Interval Timer) - a timer with periodic interrupts. [optional]
rtc V1RTCTimer RTC (Real Time Clock) - a continuously running timer with periodic interrupts. [optional]

[Back to Model list] [Back to API list] [Back to README]