Merge pull request #98 from kalabiyau/master

Allow to use nested virtualization again
This commit is contained in:
Dmitry Vasilets 2013-12-12 04:12:29 -08:00
commit 9ae5fab7a1
2 changed files with 3 additions and 1 deletions

View File

@ -311,6 +311,8 @@ Now you can use bundler to execute Vagrant:
$ bundle exec vagrant up --provider=libvirt
```
IMPORTANT NOTE: bundle is crucial. You need to use bundled vagrant.
## Contributing
1. Fork it

View File

@ -4,7 +4,7 @@
<vcpu><%= @cpus %></vcpu>
<% if @nested %>
<cpu mode='host-passthrough'>
<cpu mode='host-model'>
<model fallback='allow'>qemu64</model>
<feature policy='optional' name='vmx'/>
<feature policy='optional' name='svm'/>