diff options
author | Wolfgang Müller | 2024-09-19 09:55:40 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-19 09:55:40 +0200 |
commit | ad0017ddae02a15d48ea0d37291d9ecb9e36ab13 (patch) | |
tree | 2ba6e9a50f74e33c2f71ca0eed8dc2624179ccd0 /fragments/profile | |
parent | c08d9b706a19de5b35704170971959382327bc74 (diff) | |
download | kernfrag-ad0017ddae02a15d48ea0d37291d9ecb9e36ab13.tar.gz |
Simplify handling of KVM-based options
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.
Diffstat (limited to 'fragments/profile')
-rw-r--r-- | fragments/profile/vm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fragments/profile/vm b/fragments/profile/vm deleted file mode 100644 index bf6bc2d..0000000 --- a/fragments/profile/vm +++ /dev/null @@ -1,9 +0,0 @@ -CONFIG_KVM=y -CONFIG_KVM_INTEL=y -CONFIG_KVM_AMD=y -CONFIG_VHOST_NET=m - -CONFIG_MACVLAN=m -CONFIG_MACVTAP=m -CONFIG_IPVLAN=m -CONFIG_IPVTAP=m |