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
F136029950: D13573.id.diff
Sat, Nov 15, 6:00 AM
Unknown Object (File)
Fri, Nov 14, 9:08 PM
Unknown Object (File)
Tue, Nov 11, 12:20 PM
Unknown Object (File)
Thu, Nov 6, 6:26 PM
Unknown Object (File)
Wed, Nov 5, 4:38 AM
Unknown Object (File)
Sat, Nov 1, 10:13 AM
Unknown Object (File)
Sun, Oct 26, 7:11 AM
Unknown Object (File)
Fri, Oct 24, 3:33 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.