From d99f305e2bb0eeb8b0ac64ea75c5ecd78fa6d416 Mon Sep 17 00:00:00 2001 From: Jordan Tardif Date: Mon, 18 Aug 2014 17:48:28 -0400 Subject: [PATCH] Do not include features/model when cpu_mode = host-passthrough --- lib/vagrant-libvirt/templates/domain.xml.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant-libvirt/templates/domain.xml.erb b/lib/vagrant-libvirt/templates/domain.xml.erb index ea35da6..4a5d59f 100644 --- a/lib/vagrant-libvirt/templates/domain.xml.erb +++ b/lib/vagrant-libvirt/templates/domain.xml.erb @@ -5,9 +5,11 @@ <% if @nested %> + <% unless @cpu_mode == 'host-passthrough' %> qemu64 + <% end %> <% end %>