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
Unknown Object (File)
Tue, Feb 25, 12:58 AM
Unknown Object (File)
Mon, Feb 24, 5:25 PM
Unknown Object (File)
Sun, Feb 16, 2:59 PM
Unknown Object (File)
Jan 17 2025, 11:55 AM
Unknown Object (File)
Jan 6 2025, 4:19 PM
Unknown Object (File)
Jan 4 2025, 3:53 PM
Unknown Object (File)
Jan 2 2025, 12:39 AM
Unknown Object (File)
Dec 13 2024, 10:00 PM
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.