mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
When cpu mode was set to host-passthrough the template would skip setting all other settings for the cpu, while it appears from the documentation that it supports use of feature elements, and testing confirms that it also supports the topology element. https://libvirt.org/formatdomain.html#cpu-model-and-topology Fixes: #975