[
"modifyvm",
"{{.Name}}",
"--paravirtprovider",
"kvm"
],if I add this box to vagrant:
vagrant box add --name packer-kvm --provider=virtualbox packer_virtualbox-iso_virtualbox.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'packer-kvm' (v0) for provider: virtualbox
box: Unpacking necessary files from: file:///Volumes/hd1/Dropbox/work/hashicorp/packer-kvm/packer_virtualbox-iso_virtualbox.box
==> box: Successfully added box 'packer-kvm' (v0) for 'virtualbox'!
And check the ovf of the imported box:
z2-3:packer-kvm kikitux$ grep -i kvm ~/.vagrant.d/boxes/packer-kvm/0/virtualbox/box.ovf
<Paravirt provider="KVM"/>
z2-3:packer-kvm kikitux$
So, I can start this VM and KVM paravirt will be enabled:
z2-3:packer-kvm kikitux$ VBoxManage list vms
"packer-kvm_default_1439890992981_86049" {858335f1-541f-4056-ae69-27668cde08ea}
z2-3:packer-kvm kikitux$ VBoxManage showvminfo 858335f1-541f-4056-ae69-27668cde08ea | grep KVM
Paravirt. Provider: KVM
z2-3:packer-kvm kikitux$
Thanks!
Alvaro.
>> To unsubscribe from this group and all its topics, send an email to packer-tool+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAHqq0ewswEYZACESWM6MZVWrDp3KYMpFVOSQVwvfjGf2%3DjyL%3DQ%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/packer/issues
> IRC: #packer-tool on Freenode
> ---
> You received this message because you are subscribed to the Google Groups "Packer" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
>> To unsubscribe from this group and all its topics, send an email to packer-tool...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAHqq0ewswEYZACESWM6MZVWrDp3KYMpFVOSQVwvfjGf2%3DjyL%3DQ%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/packer/issues
> IRC: #packer-tool on Freenode
> ---
> You received this message because you are subscribed to the Google Groups "Packer" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.