mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
When assigning a pci passthrough device, the domain, bus, slot and function parameters pertain to the host device address. Add guest_ flavours of these to allow setting the address of the device in the guest as well. Fixes: #1475