I'm pretty sure that it will be done in the future. I will let you know by posting here when it will be available.
I suppose that you mean doing this in the context of Vagrant. Since nested virtualization support is implemented in prlctl utility (see man prlctl), you can enable it using the "customize" block in Vagrantfile:
Code:
config.vm.provider "parallels" do |v|
v.customize ["set", :id, "--nested-virt", "on"]
end
In the GUI you can enable it there: 'Configure -> Hardware -> CPU & Memory'
Note: Nested virtualization is available only since Parallels Desktop 10 for Mac.
Last edited by a moderator: Sep 8, 2014