Skip to content

Commit f656657

Browse files
committed
Vagrantfile: use KVM paravirt
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 6ae44e7 commit f656657

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)