Page MenuHomeFreeBSD

vmm: Move duplicated stats code into a generic file
ClosedPublic

Authored by markj on Aug 24 2024, 4:59 PM.
Tags
None
Referenced Files
F102670326: D46430.diff
Fri, Nov 15, 3:34 PM
Unknown Object (File)
Tue, Nov 12, 2:33 AM
Unknown Object (File)
Sun, Nov 10, 5:41 PM
Unknown Object (File)
Sat, Nov 9, 12:48 AM
Unknown Object (File)
Wed, Nov 6, 7:52 PM
Unknown Object (File)
Tue, Nov 5, 2:11 PM
Unknown Object (File)
Thu, Oct 24, 5:56 PM
Unknown Object (File)
Thu, Oct 17, 1:59 PM

Details

Summary

There is a small difference between the arm64 and amd64 implementations:
the latter makes use of a "scope" to exclude AMD-specific stats on Intel
systems and vice-versa. Replace this with a more generic predicate
callback which can be used for the same purpose.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable