summaryrefslogtreecommitdiffstats
path: root/templates/coleridge (unfollow)
Commit message (Collapse)AuthorLines
2024-09-27fragments: Extract CPU frequency scaling configuration from cpu fragmentWolfgang Müller-0/+1
There are now two new frequency-related profiles. A legacy "acpi" profile that activates frequency scaling and the default schedutil governor, and a newer "amd-pstate" profile that will use the new drivers for AMD Zen systems.
2024-09-19Simplify handling of KVM-based optionsWolfgang Müller-1/+0
Where before we had a profile/vm fragment that was set on nearly every host we administer, now make sure to enable KVM unconditionally and put CPU-specific KVM options into the CPU profiles.