Skip to content

Commit 5c3308b

Browse files
committed
Merge pull request #282 from unclejack/add_paravirt
Vagrantfile: use KVM paravirt
2 parents 9769679 + f656657 commit 5c3308b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
118118
v.customize ['modifyvm', :id, '--nictype3', 'virtio']
119119
v.customize ['modifyvm', :id, '--nicpromisc2', 'allow-all']
120120
v.customize ['modifyvm', :id, '--nicpromisc3', 'allow-all']
121+
v.customize ['modifyvm', :id, '--paravirtprovider', "kvm"]
121122
end
122123

123124
# mount the host directories

0 commit comments

Comments
 (0)