Page MenuHomeFreeBSD

hyperv/utils: Allow hint to disable individual utility
ClosedPublic

Authored by sepherosa_gmail.com on Mar 23 2016, 2:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 4:00 PM
Unknown Object (File)
Jan 29 2025, 5:42 PM
Unknown Object (File)
Jan 9 2025, 11:03 PM
Unknown Object (File)
Dec 30 2024, 3:25 AM
Unknown Object (File)
Dec 22 2024, 7:55 PM
Unknown Object (File)
Dec 20 2024, 5:16 PM
Unknown Object (File)
Dec 20 2024, 11:37 AM
Unknown Object (File)
Sep 29 2024, 11:24 PM
Subscribers
None

Diff Detail

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

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/utils: Allow hint to disable individual utility.
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 23 2016, 2:56 AM
sys/dev/hyperv/utilities/hv_heartbeat.c
98 ↗(On Diff #14536)

Might be, use more structural names, like hyperv.heartbeat etc ?

99 ↗(On Diff #14536)

Note that style requires braces () around the return value.

sys/dev/hyperv/utilities/hv_heartbeat.c
98 ↗(On Diff #14536)

Not 100% sure about the practice, but looks like most users of resource_disabled() just use the driver's name

99 ↗(On Diff #14536)

Hmm, this tries to make the style consistent within this function :)

This revision was automatically updated to reflect the committed changes.