Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #212: Use KVM paravirtualization instead of Legacy for VirtualBox.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 25, 2015
1 parent 70a3436 commit 8045f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.cpus = vconfig['vagrant_cpus']
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--ioapic", "on"]
v.customize ["modifyvm", :id, "--paravirtprovider", "kvm"]
end

# Parallels.
Expand Down

0 comments on commit 8045f7d

Please sign in to comment.