Page MenuHomeFreeBSD

recognize a pending virtual interrupt while emulating halt instruction
ClosedPublic

Authored by tychon on Dec 21 2017, 3:40 PM.
Tags
None
Referenced Files
F169042466: D13573.id36872.diff
Mon, Aug 31, 5:34 AM
F169042196: D13573.id36864.diff
Mon, Aug 31, 5:33 AM
Unknown Object (File)
Sun, Aug 30, 1:11 PM
Unknown Object (File)
Fri, Aug 28, 1:12 PM
Unknown Object (File)
Fri, Aug 28, 9:31 AM
Unknown Object (File)
Thu, Aug 27, 3:27 PM
Unknown Object (File)
Thu, Aug 27, 2:22 PM
Unknown Object (File)
Thu, Aug 27, 2:18 PM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/amd64/vmm/intel/vmx.c
3190 ↗(On Diff #36864)

Do we need to do some .h work, seems you use this magic constant 0xf0 twice here, for me that means it probably should be a #define that is descriptive of what bits are being masked?

Replace magic constants with #define, within the function, to clarify usage.

This revision is now accepted and ready to land.Dec 21 2017, 6:10 PM
This revision was automatically updated to reflect the committed changes.