ansible-role-libvirt_kvm/templates/kvm.conf.j2
Adrien 8873314c48
All checks were successful
continuous-integration/drone/push Build is passing
Update template
2020-12-19 12:28:43 +01:00

15 lines
452 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.
#
options kvm ignore_msrs=1 report_ignored_msrs=0
# For Intel
options kvm_intel nested=1
options kvm_intel emulate_invalid_guest_state=0
# For AMD
options kvm_amd nested=1