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
F161585810: D46430.diff
Sun, Jul 5, 3:02 AM
Unknown Object (File)
Wed, Jul 1, 6:55 AM
Unknown Object (File)
Sun, Jun 28, 11:12 PM
Unknown Object (File)
Sat, Jun 27, 11:05 AM
Unknown Object (File)
Tue, Jun 23, 5:04 PM
Unknown Object (File)
Tue, Jun 23, 1:03 PM
Unknown Object (File)
Sun, Jun 21, 12:29 AM
Unknown Object (File)
Sat, Jun 20, 12:36 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