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
F105771438: D5714.diff
Fri, Dec 20, 11:37 AM
Unknown Object (File)
Sep 29 2024, 11:24 PM
Unknown Object (File)
Sep 25 2024, 9:55 AM
Unknown Object (File)
Sep 24 2024, 11:35 PM
Unknown Object (File)
Sep 24 2024, 4:15 PM
Unknown Object (File)
Sep 24 2024, 1:06 AM
Unknown Object (File)
Sep 23 2024, 7:26 PM
Unknown Object (File)
Sep 23 2024, 4:05 AM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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

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

99

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

sys/dev/hyperv/utilities/hv_heartbeat.c
98

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

99

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

This revision was automatically updated to reflect the committed changes.