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
F82024565: D13573.id36864.diff
Wed, Apr 24, 5:22 PM
Unknown Object (File)
Tue, Apr 23, 4:59 PM
Unknown Object (File)
Thu, Apr 18, 8:58 AM
Unknown Object (File)
Tue, Apr 16, 9:14 PM
Unknown Object (File)
Tue, Apr 16, 6:02 AM
Unknown Object (File)
Thu, Mar 28, 9:02 AM
Unknown Object (File)
Jan 3 2024, 2:39 AM
Unknown Object (File)
Dec 23 2023, 3:01 AM
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.