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
F151030914: D13573.id.diff
Sun, Apr 5, 1:36 PM
Unknown Object (File)
Tue, Mar 31, 6:34 PM
Unknown Object (File)
Sat, Mar 28, 12:29 PM
Unknown Object (File)
Fri, Mar 27, 7:45 AM
Unknown Object (File)
Tue, Mar 24, 3:05 AM
Unknown Object (File)
Mon, Mar 23, 10:37 PM
Unknown Object (File)
Fri, Mar 20, 10:52 AM
Unknown Object (File)
Thu, Mar 19, 9:11 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.