a83cc2
# User changes in this file are preserved across upgrades.
a83cc2
#
a83cc2
# Setting "modprobe kvm nested=1" only enables Nested Virtualization until
a83cc2
# the next reboot or module reload. Uncomment the option below to enable
a83cc2
# the feature permanently.
a83cc2
#
a83cc2
#options kvm nested=1
a83cc2
#
a83cc2
#
a83cc2
# Setting "modprobe kvm hpage=1" only enables Huge Page Backing (1MB)
a83cc2
# support until the next reboot or module reload. Uncomment the option
a83cc2
# below to enable the feature permanently.
a83cc2
#
a83cc2
# Note: - Incompatible with "nested=1". Loading the module will fail.
a83cc2
#       - Dirty page logging will be performed on a 1MB (not 4KB) basis,
a83cc2
#         which can result in a lot of data having to be transferred during
a83cc2
#         migration, and therefore taking very long to converge.
a83cc2
#
a83cc2
#options kvm hpage=1