mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #98 from kalabiyau/master
Allow to use nested virtualization again
This commit is contained in:
commit
9ae5fab7a1
@ -311,6 +311,8 @@ Now you can use bundler to execute Vagrant:
|
|||||||
$ bundle exec vagrant up --provider=libvirt
|
$ bundle exec vagrant up --provider=libvirt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
IMPORTANT NOTE: bundle is crucial. You need to use bundled vagrant.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
1. Fork it
|
1. Fork it
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<vcpu><%= @cpus %></vcpu>
|
<vcpu><%= @cpus %></vcpu>
|
||||||
|
|
||||||
<% if @nested %>
|
<% if @nested %>
|
||||||
<cpu mode='host-passthrough'>
|
<cpu mode='host-model'>
|
||||||
<model fallback='allow'>qemu64</model>
|
<model fallback='allow'>qemu64</model>
|
||||||
<feature policy='optional' name='vmx'/>
|
<feature policy='optional' name='vmx'/>
|
||||||
<feature policy='optional' name='svm'/>
|
<feature policy='optional' name='svm'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user