Fix nested virtualization support

Add libvirt configuration to allow host CPU passthrough to fix remaining issues with nested virtualization

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2018-09-24 20:48:21 -06:00
parent 38fe6805a4
commit d9486cf0c3

View file

@ -65,6 +65,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Enable nested virtualization (required for KVM)
lv.nested = true
lv.cpu_mode = 'host-passthrough'
end # srv.vm.provider 'libvirt'
end # config.vm.define
end # machines.each