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
F164842386: D46430.id142463.diff
Tue, Aug 4, 7:12 AM
Unknown Object (File)
Mon, Aug 3, 3:18 AM
Unknown Object (File)
Mon, Jul 13, 5:26 AM
Unknown Object (File)
Jul 5 2026, 3:02 AM
Unknown Object (File)
Jul 1 2026, 6:55 AM
Unknown Object (File)
Jun 28 2026, 11:12 PM
Unknown Object (File)
Jun 27 2026, 11:05 AM
Unknown Object (File)
Jun 23 2026, 5:04 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