ansible-role-libvirt_kvm/templates/kvm.conf.j2
Adrien beafa707ce
Some checks failed
continuous-integration/drone/push Build is failing
Update kvm module configuration
2020-12-05 01:05:51 +01:00

14 lines
451 B
Django/Jinja

# Setting modprobe kvm_intel/kvm_amd nested = 1
# only enables Nested Virtualization until the next reboot or
# module reload. Uncomment the option applicable
# to your system below to enable the feature permanently.
#
# User changes in this file are preserved across upgrades.
#
# For Intel
options kvm_intel nested=1
options kvm_intel emulate_invalid_guest_state=0
# For AMD
options kvm_amd nested=1
options kvm ignore_msrs=1 report_ignored_msrs=0