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
Unknown Object (File)
Sun, Sep 20, 3:29 PM
Unknown Object (File)
Mon, Sep 14, 11:34 PM
Unknown Object (File)
Sun, Sep 13, 11:31 PM
Unknown Object (File)
Sat, Sep 12, 11:18 AM
Unknown Object (File)
Sat, Sep 12, 11:18 AM
Unknown Object (File)
Fri, Sep 4, 11:20 AM
Unknown Object (File)
Aug 9 2026, 8:41 PM
Unknown Object (File)
Aug 4 2026, 7:12 AM

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