mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
When users adding devices either via the pass through or USB redirector approach, ensure a default controller is added using the xhci stack. This should work for all versions of USB, where as the previous default of piix3-uhci appears to only work for some USB 1 controllers. Fixes: #1346