Page MenuHomeFreeBSD

hyperv/et: Fix STIMER0 operations.
ClosedPublic

Authored by sepherosa_gmail.com on May 26 2016, 7:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 7:39 AM
Unknown Object (File)
Mon, Nov 24, 6:09 AM
Unknown Object (File)
Sun, Nov 23, 9:52 PM
Unknown Object (File)
Fri, Nov 21, 5:22 AM
Unknown Object (File)
Fri, Nov 21, 5:19 AM
Unknown Object (File)
Fri, Nov 21, 5:18 AM
Unknown Object (File)
Fri, Nov 21, 5:17 AM
Unknown Object (File)
Fri, Nov 21, 5:13 AM
Subscribers
None

Details

Summary
  • Make sure that STIMER0 is disabled before writting to it, since writing to an enabled STIMER will result in undefined behaviour.
  • It is unnecessary to reconfigure STIMER0 upon each et_start().
  • Make sure that MSR_HV_REF_TIME_COUNT will not return 0, since writing 0 to STIMER_COUNT will disable the target STIMER.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/et: Fix STIMER0 operations..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.